Title: [109637] trunk/LayoutTests
Revision
109637
Author
[email protected]
Date
2012-03-02 17:03:33 -0800 (Fri, 02 Mar 2012)

Log Message

Another test fix after r109593. Remove the extra start body tag.

* editing/selection/select-line-break-with-opposite-directionality.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (109636 => 109637)


--- trunk/LayoutTests/ChangeLog	2012-03-03 00:59:28 UTC (rev 109636)
+++ trunk/LayoutTests/ChangeLog	2012-03-03 01:03:33 UTC (rev 109637)
@@ -1,3 +1,9 @@
+2012-03-02  Ryosuke Niwa  <[email protected]>
+
+        Another test fix after r109593. Remove the extra start body tag.
+
+        * editing/selection/select-line-break-with-opposite-directionality.html:
+
 2012-03-02  Adam Klein  <[email protected]>
 
         Unreviewed rebaseline for Leopard.

Modified: trunk/LayoutTests/editing/selection/select-line-break-with-opposite-directionality.html (109636 => 109637)


--- trunk/LayoutTests/editing/selection/select-line-break-with-opposite-directionality.html	2012-03-03 00:59:28 UTC (rev 109636)
+++ trunk/LayoutTests/editing/selection/select-line-break-with-opposite-directionality.html	2012-03-03 01:03:33 UTC (rev 109637)
@@ -28,7 +28,6 @@
 <p>This tests selecting LTR/RTL text that spans multiple lines in RTL/LTR block (opposite directionality).
 To manually test, select text in each of editable regions below by dragging mouse from one edge to another.
 The entire line should be selected.</p>
-<body>
 <ol class="tests">
 <li><div contenteditable title="0 3, 4 6">abc<br>def</div></li>
 <li><div contenteditable title="0 3">ابص</div></li>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to