Title: [133696] trunk/LayoutTests
Revision
133696
Author
[email protected]
Date
2012-11-06 16:48:19 -0800 (Tue, 06 Nov 2012)

Log Message

Don't write pixels for crash-hw-sw-switch test; if it doesn't crash, it
passes.  Unreviewed.

* css3/filters/crash-hw-sw-switch.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (133695 => 133696)


--- trunk/LayoutTests/ChangeLog	2012-11-07 00:46:51 UTC (rev 133695)
+++ trunk/LayoutTests/ChangeLog	2012-11-07 00:48:19 UTC (rev 133696)
@@ -1,3 +1,10 @@
+2012-11-06  Stephen White  <[email protected]>
+
+        Don't write pixels for crash-hw-sw-switch test; if it doesn't crash, it
+        passes.  Unreviewed.
+
+        * css3/filters/crash-hw-sw-switch.html:
+
 2012-11-06  Noel Gordon  <[email protected]>
 
         (r125185) http/tests/images/jpg-img-partial-load.html timeout on Lion

Modified: trunk/LayoutTests/css3/filters/crash-hw-sw-switch.html (133695 => 133696)


--- trunk/LayoutTests/css3/filters/crash-hw-sw-switch.html	2012-11-07 00:46:51 UTC (rev 133695)
+++ trunk/LayoutTests/css3/filters/crash-hw-sw-switch.html	2012-11-07 00:48:19 UTC (rev 133696)
@@ -13,7 +13,7 @@
 PASS if test does not crash or cause an ASSERT failure.
 <script>
     if (window.testRunner)
-        window.testRunner.dumpAsText(true);
+        window.testRunner.dumpAsText(false);
     // force a layout
     document.body.offsetTop;
     var img = document.getElementsByTagName('img')[0];
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to