Title: [118724] trunk/LayoutTests
Revision
118724
Author
bul...@chromium.org
Date
2012-05-28 22:16:54 -0700 (Mon, 28 May 2012)

Log Message

Removes pixel result requirements from fast/layers/clip-rects-assertion-expected.txt
https://bugs.webkit.org/show_bug.cgi?id=87663

Unreviewed gardening.

This test was added by r118612, but no pixel result were provided.
It seems that it's enough to remove the param for dumpAsText() and just use the text text output.

* fast/layers/clip-rects-assertion.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (118723 => 118724)


--- trunk/LayoutTests/ChangeLog	2012-05-29 05:15:23 UTC (rev 118723)
+++ trunk/LayoutTests/ChangeLog	2012-05-29 05:16:54 UTC (rev 118724)
@@ -1,3 +1,14 @@
+2012-05-28  Marcus Bulach  <bul...@chromium.org>
+
+        Removes pixel result requirements from fast/layers/clip-rects-assertion-expected.txt
+        https://bugs.webkit.org/show_bug.cgi?id=87663
+
+        Unreviewed gardening.
+
+        This test was added by r118612, but no pixel result were provided.
+        It seems that it's enough to remove the param for dumpAsText() and just use the text text output.
+        * fast/layers/clip-rects-assertion.html:
+
 2012-05-28  Takashi Toyoshima  <toyos...@chromium.org>
 
         [WebSocket] Receiving reserved close codes, 1005, 1006, and 1015 must appear as code=1006 and wasClean=false

Modified: trunk/LayoutTests/fast/layers/clip-rects-assertion.html (118723 => 118724)


--- trunk/LayoutTests/fast/layers/clip-rects-assertion.html	2012-05-29 05:15:23 UTC (rev 118723)
+++ trunk/LayoutTests/fast/layers/clip-rects-assertion.html	2012-05-29 05:16:54 UTC (rev 118724)
@@ -25,7 +25,7 @@
   </style>
   <script>
     if (window.layoutTestController)
-      layoutTestController.dumpAsText(true);
+      layoutTestController.dumpAsText();
     
     function doTest()
     {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to