Title: [93348] trunk/LayoutTests
Revision
93348
Author
[email protected]
Date
2011-08-18 13:43:59 -0700 (Thu, 18 Aug 2011)

Log Message

GTK rebaseline after r93221.

* platform/gtk/editing/selection/collapse-selection-in-bidi-expected.txt:
Copied from LayoutTests/platform/win/editing/selection/collapse-selection-in-bidi-expected.txt.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (93347 => 93348)


--- trunk/LayoutTests/ChangeLog	2011-08-18 20:41:51 UTC (rev 93347)
+++ trunk/LayoutTests/ChangeLog	2011-08-18 20:43:59 UTC (rev 93348)
@@ -1,5 +1,12 @@
 2011-08-18  Ryosuke Niwa  <[email protected]>
 
+        GTK rebaseline after r93221.
+
+        * platform/gtk/editing/selection/collapse-selection-in-bidi-expected.txt:
+        Copied from LayoutTests/platform/win/editing/selection/collapse-selection-in-bidi-expected.txt.
+
+2011-08-18  Ryosuke Niwa  <[email protected]>
+
         SimplifiedBackwardsTextIterator returns incorrect offset with first-letter rule
         https://bugs.webkit.org/show_bug.cgi?id=66086
 

Copied: trunk/LayoutTests/platform/gtk/editing/selection/collapse-selection-in-bidi-expected.txt (from rev 93346, trunk/LayoutTests/platform/win/editing/selection/collapse-selection-in-bidi-expected.txt) (0 => 93348)


--- trunk/LayoutTests/platform/gtk/editing/selection/collapse-selection-in-bidi-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/gtk/editing/selection/collapse-selection-in-bidi-expected.txt	2011-08-18 20:43:59 UTC (rev 93348)
@@ -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