[Webkit-unassigned] [Bug 66431] [Qt] editing/selection/collapse-selection-in-bidi.html fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 18 02:45:45 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=66431


Csaba Osztrogonac <ossy at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ossy at webkit.org
             Blocks|                            |64626




--- Comment #1 from Csaba Osztrogonac <ossy at webkit.org>  2011-08-18 02:45:45 PST ---
Introduced in https://trac.webkit.org/changeset/93221 and skipped by https://trac.webkit.org/changeset/93283

--- /ramdisk/qt-linux-release/build/layout-test-results/editing/selection/collapse-selection-in-bidi-expected.txt 
+++ /ramdisk/qt-linux-release/build/layout-test-results/editing/selection/collapse-selection-in-bidi-actual.txt 
@@ -1,9 +1,9 @@
 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: 1 focusNode: [object Text](hello) focusOffset: 1 isCollapsed: true]
-PASS Selection is [anchorNode: [object Text](hello) anchorOffset: 4 focusNode: [object Text](hello) focusOffset: 4 isCollapsed: true]
+FAIL Selection is [anchorNode: [object Text](אבגדה) anchorOffset: 0 focusNode: [object Text](אבגדה) focusOffset: 0 isCollapsed: true] should be at anchorNode: [object Text] anchorOffset: 4 focusNode: [object Text] focusOffset: 4
+FAIL Selection is [anchorNode: [object Text](אבגדה) anchorOffset: 3 focusNode: [object Text](אבגדה) focusOffset: 3 isCollapsed: true] should be at anchorNode: [object Text] anchorOffset: 4 focusNode: [object Text] focusOffset: 4
+FAIL Selection is [anchorNode: [object Text](hello) anchorOffset: 1 focusNode: [object Text](hello) focusOffset: 1 isCollapsed: true] should be at anchorNode: [object Text] anchorOffset: 2 focusNode: [object Text] focusOffset: 2
+FAIL Selection is [anchorNode: [object Text](hello) anchorOffset: 3 focusNode: [object Text](hello) focusOffset: 3 isCollapsed: true] should be at anchorNode: [object Text] anchorOffset: 2 focusNode: [object Text] focusOffset: 2
 PASS successfullyParsed is true

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list