Title: [133640] trunk/LayoutTests
Revision
133640
Author
[email protected]
Date
2012-11-06 10:58:01 -0800 (Tue, 06 Nov 2012)

Log Message

Don't dump pixels for filter-empty-element-crash.
https://bugs.webkit.org/show_bug.cgi?id=101359

Reviewed by Adrienne Walker.

* css3/filters/filter-empty-element-crash.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (133639 => 133640)


--- trunk/LayoutTests/ChangeLog	2012-11-06 18:51:00 UTC (rev 133639)
+++ trunk/LayoutTests/ChangeLog	2012-11-06 18:58:01 UTC (rev 133640)
@@ -1,3 +1,12 @@
+2012-11-06  Stephen White  <[email protected]>
+
+        Don't dump pixels for filter-empty-element-crash.
+        https://bugs.webkit.org/show_bug.cgi?id=101359
+
+        Reviewed by Adrienne Walker.
+
+        * css3/filters/filter-empty-element-crash.html:
+
 2012-11-06  Simon Fraser  <[email protected]>
 
         (r133351): Number of test failures from enabling SUBPIXEL_LAYOUT on Mac

Modified: trunk/LayoutTests/css3/filters/filter-empty-element-crash.html (133639 => 133640)


--- trunk/LayoutTests/css3/filters/filter-empty-element-crash.html	2012-11-06 18:51:00 UTC (rev 133639)
+++ trunk/LayoutTests/css3/filters/filter-empty-element-crash.html	2012-11-06 18:58:01 UTC (rev 133640)
@@ -1,6 +1,6 @@
 <script>
 if (window.testRunner)
-    window.testRunner.dumpAsText(true);
+    window.testRunner.dumpAsText(false);
 </script>
 <div style="-webkit-filter: blur(1px);" width="0px" height="0px"></div>
 <p>If you can read this, the test passed.</p>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to