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

Unified Diff: third_party/WebKit/LayoutTests/editing/selection/shift-click-expected.txt

Issue 2966473002: Convert editing/selection/shift-click.html to use assert_selection() (Closed)
Patch Set: 2017-07-03T15:30:45 Rebase Created 3 years, 6 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
« no previous file with comments | « third_party/WebKit/LayoutTests/editing/selection/shift-click.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/editing/selection/shift-click-expected.txt
diff --git a/third_party/WebKit/LayoutTests/editing/selection/shift-click-expected.txt b/third_party/WebKit/LayoutTests/editing/selection/shift-click-expected.txt
deleted file mode 100644
index 3aa8fc4a41a9535581565c2648e7dbb08c9ebca5..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/editing/selection/shift-click-expected.txt
+++ /dev/null
@@ -1,34 +0,0 @@
-Tests that shift+clicking does the platform correct behavior.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS window.getSelection().toString() is correct
-PASS Selection direction is correct.
-PASS window.getSelection().toString() is correct
-PASS Selection direction is correct.
-PASS window.getSelection().toString() is correct
-PASS Selection direction is correct.
-FAIL window.getSelection().toString() is "one two three
-four five " and should be "one two three
-four five"
-PASS Selection direction is correct.
-FAIL window.getSelection().toString() is "two three
-four five six" and should be "two three
-four five"
-PASS Selection direction is correct.
-PASS window.getSelection().toString() is correct
-PASS Selection direction is correct.
-PASS window.getSelection().toString() is correct
-PASS Selection direction is correct.
-PASS window.getSelection().toString() is correct
-PASS Selection direction is correct.
-PASS window.getSelection().toString() is correct
-PASS Selection direction is correct.
-PASS window.getSelection().toString() is correct
-FAIL Selection direction is not correct. Expected a backward selection.[anchorNode: [object Text](two three) anchorOffset: 0 focusNode: [object Text](two three) focusOffset: 3 isCollapsed: false]
-PASS successfullyParsed is true
-
-TEST COMPLETE
-one two three
-four five six
« no previous file with comments | « third_party/WebKit/LayoutTests/editing/selection/shift-click.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698