Title: [101417] trunk/LayoutTests
Revision
101417
Author
[email protected]
Date
2011-11-29 13:31:47 -0800 (Tue, 29 Nov 2011)

Log Message

Clean up fast/regions/no-split-line-box.html test
https://bugs.webkit.org/show_bug.cgi?id=73343

Patch by Alan Stearns <[email protected]> on 2011-11-29
Reviewed by Tony Chang.

* fast/regions/no-split-line-box.html:
* platform/efl/fast/regions/no-split-line-box-expected.png: Removed.
* platform/mac/fast/regions/no-split-line-box-expected.png: Removed.

Modified Paths

Removed Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (101416 => 101417)


--- trunk/LayoutTests/ChangeLog	2011-11-29 21:29:18 UTC (rev 101416)
+++ trunk/LayoutTests/ChangeLog	2011-11-29 21:31:47 UTC (rev 101417)
@@ -1,3 +1,14 @@
+2011-11-29  Alan Stearns  <[email protected]>
+
+        Clean up fast/regions/no-split-line-box.html test
+        https://bugs.webkit.org/show_bug.cgi?id=73343
+
+        Reviewed by Tony Chang.
+
+        * fast/regions/no-split-line-box.html:
+        * platform/efl/fast/regions/no-split-line-box-expected.png: Removed.
+        * platform/mac/fast/regions/no-split-line-box-expected.png: Removed.
+
 2011-11-29  Ojan Vafai  <[email protected]>
 
         invalid cast in WebCore::toRenderBox / WebCore::RenderBox::firstChildBox

Modified: trunk/LayoutTests/fast/regions/no-split-line-box.html (101416 => 101417)


--- trunk/LayoutTests/fast/regions/no-split-line-box.html	2011-11-29 21:29:18 UTC (rev 101416)
+++ trunk/LayoutTests/fast/regions/no-split-line-box.html	2011-11-29 21:31:47 UTC (rev 101417)
@@ -29,7 +29,7 @@
   <div class="divider"></div> 
   <div id="secondRegion" class="region"></div> 
   <div class="article"> 
-    mnopqr mnopqr <span id="testSpan">m</span>nopqr mnopqr mnopqr mnopqr
+    mnopqr mnopqr <span id="testSpan">m</span>nopqr mnopqr
   </div>
   <p class="description">The two regions on either side of the divider should each have two text lines.</p>
   <p class="description">There should be no text line split between the regions.</p>
@@ -39,7 +39,7 @@
 
 <script>
   if (window.layoutTestController)
-    layoutTestController.dumpAsText(true);
+    layoutTestController.dumpAsText();
     
   var testElement = document.getElementById("testSpan")
   var testRect = testElement.getBoundingClientRect();

Deleted: trunk/LayoutTests/platform/efl/fast/regions/no-split-line-box-expected.png


(Binary files differ)

Deleted: trunk/LayoutTests/platform/mac/fast/regions/no-split-line-box-expected.png


(Binary files differ)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to