Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(345)

Unified Diff: LayoutTests/editing/selection/user-select-all-selection-expected.txt

Issue 22751005: Convert USERSELECT_ALL to a runtime enabled feature. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: undo reordering of if statements Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/editing/selection/user-select-all-selection-expected.txt
diff --git a/LayoutTests/editing/selection/user-select-all-selection-expected.txt b/LayoutTests/editing/selection/user-select-all-selection-expected.txt
index 1cd19628725d86d79f94e6fbe1bd276e7497709c..0291d50f3bccf8c29ff893936a3dcb78e3ddd984 100644
--- a/LayoutTests/editing/selection/user-select-all-selection-expected.txt
+++ b/LayoutTests/editing/selection/user-select-all-selection-expected.txt
@@ -6,27 +6,27 @@ On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
placeCaretBeforeUserSelectAllElement()
window.getSelection().modify('extend', 'forward', 'character')
-FAIL Selection should be the entire user-select-all element at anchorNode: [object Text] anchorOffset: 0 focusNode: [object Text] focusOffset: 1
+PASS Selection is the entire user-select-all element
window.getSelection().modify('extend', 'backward', 'character')
PASS Selection is right before user-select-all element
window.getSelection().modify('extend', 'right', 'character')
-FAIL Selection should be the entire user-select-all element at anchorNode: [object Text] anchorOffset: 0 focusNode: [object Text] focusOffset: 1
+PASS Selection is the entire user-select-all element
window.getSelection().modify('extend', 'left', 'character')
PASS Selection is right before user-select-all element
window.getSelection().modify('move', 'forward', 'character')
-FAIL Selection should be right after user-select-all element at anchorNode: [object Text] anchorOffset: 1 focusNode: [object Text] focusOffset: 1
+PASS Selection is right after user-select-all element
window.getSelection().modify('move', 'backward', 'character')
PASS Selection is right before user-select-all element
window.getSelection().modify('move', 'right', 'character')
-FAIL Selection should be right after user-select-all element at anchorNode: [object Text] anchorOffset: 1 focusNode: [object Text] focusOffset: 1
+PASS Selection is right after user-select-all element
window.getSelection().modify('move', 'left', 'character')
PASS Selection is right before user-select-all element
clickAt(descendant.offsetLeft + 10 , descendant.offsetTop + 10)
-FAIL Selection should be the entire user-select-all element at anchorNode: [object Text] anchorOffset: 1 focusNode: [object Text] focusOffset: 1
+PASS Selection is the entire user-select-all element
mouseMoveFromTo(leftTarget.offsetLeft, descendant.offsetLeft + 20)
-FAIL Selection should be the entire user-select-all element plus everything on its left at anchorNode: [object Text] anchorOffset: 0 focusNode: [object Text] focusOffset: 3
+PASS Selection is the entire user-select-all element plus everything on its left
mouseMoveFromTo(userSelectAllElement.offsetLeft + userSelectAllElement.offsetWidth + rightTarget.offsetWidth, descendant.offsetLeft + 10)
-FAIL Selection should be the entire user-select-all element plus everything on its right at anchorNode: [object Text] anchorOffset: 29 focusNode: [object Text] focusOffset: 1
+PASS Selection is the entire user-select-all element plus everything on its right
PASS Selection is only the text in bold
PASS successfullyParsed is true
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/platform/linux/editing/selection/user-select-all-with-shift-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698