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

Unified Diff: third_party/WebKit/LayoutTests/editing/selection/keep-selection-after-set-focus-expected.txt

Issue 2616623002: Do not send redundant selectionchange-events (decouple focus) (Closed)
Patch Set: Fix spatnav tests (clear selection when focus goes to non editable element). Remove now invalid kee… Created 3 years, 10 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/keep-selection-after-set-focus-expected.txt
diff --git a/third_party/WebKit/LayoutTests/editing/selection/keep-selection-after-set-focus-expected.txt b/third_party/WebKit/LayoutTests/editing/selection/keep-selection-after-set-focus-expected.txt
deleted file mode 100644
index fe38e57a0ab1b0daa226bb14d506e71d9087b8b5..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/editing/selection/keep-selection-after-set-focus-expected.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-Selection should be kept after focus changed.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-PASS selection.anchorNode is sample
-PASS selection.anchorOffset is 3
-PASS selection.focusNode is sample
-PASS selection.focusOffset is 6
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698