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

Unified Diff: LayoutTests/editing/selection/skip-over-uneditable-in-contenteditable-expected.txt

Issue 20572005: Allow selection to skip over contenteditable (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 7 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: LayoutTests/editing/selection/skip-over-uneditable-in-contenteditable-expected.txt
diff --git a/LayoutTests/editing/selection/skip-over-uneditable-in-contenteditable-expected.txt b/LayoutTests/editing/selection/skip-over-uneditable-in-contenteditable-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..29dcbeb3b38c9f7b1f2eaa074255b39c1610b49f
--- /dev/null
+++ b/LayoutTests/editing/selection/skip-over-uneditable-in-contenteditable-expected.txt
@@ -0,0 +1,17 @@
+Before
+
+Middle
+
+After
+
+Ensure that extending a selection inside a contentEditable skips past an uneditable region.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS window.getSelection().focusNode == after is true
+PASS window.getSelection().focusNode.parentElement == before is true
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698