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

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

Issue 2105663002: [Editing][Codehealth] Rewrite user-select-all-selection.html with assert_selection. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update Created 4 years, 5 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: third_party/WebKit/LayoutTests/editing/selection/user-select-all-selection-expected.txt
diff --git a/third_party/WebKit/LayoutTests/editing/selection/user-select-all-selection-expected.txt b/third_party/WebKit/LayoutTests/editing/selection/user-select-all-selection-expected.txt
deleted file mode 100644
index 0291d50f3bccf8c29ff893936a3dcb78e3ddd984..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/editing/selection/user-select-all-selection-expected.txt
+++ /dev/null
@@ -1,34 +0,0 @@
-Test -webkit-user-select all user select all area Test -webkit-user-select all
-Test -webkit-user-select all selection movements and extensions (left right forward backward)
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-placeCaretBeforeUserSelectAllElement()
-window.getSelection().modify('extend', 'forward', 'character')
-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')
-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')
-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')
-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)
-PASS Selection is the entire user-select-all element
-mouseMoveFromTo(leftTarget.offsetLeft, descendant.offsetLeft + 20)
-PASS Selection is the entire user-select-all element plus everything on its left
-mouseMoveFromTo(userSelectAllElement.offsetLeft + userSelectAllElement.offsetWidth + rightTarget.offsetWidth, descendant.offsetLeft + 10)
-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
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698