Title: [140673] trunk/LayoutTests
Revision
140673
Author
[email protected]
Date
2013-01-24 03:48:09 -0800 (Thu, 24 Jan 2013)

Log Message

Unreviewed cleanup of comments and a commented test.

* transitions/transitions-parsing.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (140672 => 140673)


--- trunk/LayoutTests/ChangeLog	2013-01-24 11:47:01 UTC (rev 140672)
+++ trunk/LayoutTests/ChangeLog	2013-01-24 11:48:09 UTC (rev 140673)
@@ -1,3 +1,9 @@
+2013-01-23  Alexis Menard  <[email protected]>
+
+        Unreviewed cleanup of comments and a commented test.
+
+        * transitions/transitions-parsing.html:
+
 2013-01-24  Zan Dobersek  <[email protected]>
 
         Unreviewed gardening.

Modified: trunk/LayoutTests/transitions/transitions-parsing.html (140672 => 140673)


--- trunk/LayoutTests/transitions/transitions-parsing.html	2013-01-24 11:47:01 UTC (rev 140672)
+++ trunk/LayoutTests/transitions/transitions-parsing.html	2013-01-24 11:48:09 UTC (rev 140673)
@@ -140,13 +140,6 @@
 shouldBe("style.webkitTransitionProperty", "''");
 shouldBe("computedStyle.webkitTransitionProperty", "'all'");
 
-// Tracked by https://bugs.webkit.org/show_bug.cgi?id=105430.
-/*style.transitionProperty = "background, font-size, all";
-shouldBe("style.transitionProperty", "''");
-shouldBe("computedStyle.transitionProperty", "'all'");
-shouldBe("style.webkitTransitionProperty", "''");
-shouldBe("computedStyle.webkitTransitionProperty", "'all'");*/
-
 style.transitionProperty = "";
 
 debug("Valid transition-duration values.");
@@ -525,8 +518,6 @@
 shouldBe("style.webkitTransitionDelay", "''");
 shouldBe("computedStyle.webkitTransitionDelay", "'0s'");
 
-// Transition and -webkit-transition is not correctly implemented.
-// Tracked by https://bugs.webkit.org/show_bug.cgi?id=105035.
 debug("Valid transition shorthand values.");
 style.transition = "";
 // Initial test.
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to