Title: [93234] trunk/LayoutTests
Revision
93234
Author
[email protected]
Date
2011-08-17 12:44:03 -0700 (Wed, 17 Aug 2011)

Log Message

Rebaseline for Windows, Chromium Windows, and Chromium Linux after r93221.

* platform/win/editing/selection/collapse-selection-in-bidi-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (93233 => 93234)


--- trunk/LayoutTests/ChangeLog	2011-08-17 19:11:22 UTC (rev 93233)
+++ trunk/LayoutTests/ChangeLog	2011-08-17 19:44:03 UTC (rev 93234)
@@ -1,3 +1,9 @@
+2011-08-17  Ryosuke Niwa  <[email protected]>
+
+        Rebaseline for Windows, Chromium Windows, and Chromium Linux after r93221.
+
+        * platform/win/editing/selection/collapse-selection-in-bidi-expected.txt: Added.
+
 2011-08-17  Adam Roben  <[email protected]>
 
         Update Windows results after r91493

Added: trunk/LayoutTests/platform/win/editing/selection/collapse-selection-in-bidi-expected.txt (0 => 93234)


--- trunk/LayoutTests/platform/win/editing/selection/collapse-selection-in-bidi-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/win/editing/selection/collapse-selection-in-bidi-expected.txt	2011-08-17 19:44:03 UTC (rev 93234)
@@ -0,0 +1,10 @@
+This tests collapsing directionless selection on text in a block with the opposite text direction. To manually test, on Mac, select text below by mouse and use arrow keys (without pressing shift) to collapse the selection. The selection should collapse to the left if you pressed the left arrow key and to the right if you pressed the right arrow key.
+
+PASS Selection is [anchorNode: [object Text](אבגדה) anchorOffset: 3 focusNode: [object Text](אבגדה) focusOffset: 3 isCollapsed: true]
+PASS Selection is [anchorNode: [object Text](אבגדה) anchorOffset: 1 focusNode: [object Text](אבגדה) focusOffset: 1 isCollapsed: true]
+PASS Selection is [anchorNode: [object Text](hello) anchorOffset: 2 focusNode: [object Text](hello) focusOffset: 2 isCollapsed: true]
+PASS Selection is [anchorNode: [object Text](hello) anchorOffset: 4 focusNode: [object Text](hello) focusOffset: 4 isCollapsed: true]
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to