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

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: Work around minor platform differences in test Created 7 years, 3 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..772c88be988f06afe791fe0676571df99dfacf6c
--- /dev/null
+++ b/LayoutTests/editing/selection/skip-over-uneditable-in-contenteditable-expected.txt
@@ -0,0 +1,21 @@
+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 sel.focusNode is after
+PASS sel.focusNode.parentElement is before
+PASS sel.focusNode is after
+PASS sel.focusNode.parentElement is before
+PASS sel.focusNode.parentElement is after
+PASS sel.focusNode.parentElement is before
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698