Title: [122300] trunk/LayoutTests
Revision
122300
Author
[email protected]
Date
2012-07-10 23:18:36 -0700 (Tue, 10 Jul 2012)

Log Message

Unreviewed gardening.

Remove 'true' from testRunner.dumpAsText(true).
NRWT complained that an '-expected.png' file was MISSING.

* animations/animation-shorthand-name-order.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (122299 => 122300)


--- trunk/LayoutTests/ChangeLog	2012-07-11 06:10:43 UTC (rev 122299)
+++ trunk/LayoutTests/ChangeLog	2012-07-11 06:18:36 UTC (rev 122300)
@@ -2,6 +2,15 @@
 
         Unreviewed gardening.
 
+        Remove 'true' from testRunner.dumpAsText(true).
+        NRWT complained that an '-expected.png' file was MISSING.
+
+        * animations/animation-shorthand-name-order.html:
+
+2012-07-10  Hayato Ito  <[email protected]>
+
+        Unreviewed gardening.
+
         * fast/css/deprecated-flexbox-auto-min-size-expected.txt: Renamed from LayoutTests/platform/chromium/fast/css/deprecated-flexbox-auto-min-size-expected.txt.
 
 12012-07-10  Hayato Ito  <[email protected]>

Modified: trunk/LayoutTests/animations/animation-shorthand-name-order.html (122299 => 122300)


--- trunk/LayoutTests/animations/animation-shorthand-name-order.html	2012-07-11 06:10:43 UTC (rev 122299)
+++ trunk/LayoutTests/animations/animation-shorthand-name-order.html	2012-07-11 06:18:36 UTC (rev 122300)
@@ -129,7 +129,7 @@
 }
 
 if (window.testRunner) {
-    testRunner.dumpAsText(true);
+    testRunner.dumpAsText();
     testRunner.waitUntilDone();
 }
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to