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

Unified Diff: LayoutTests/editing/inserting/insert-paragraph-after-non-editable-node-before-text-expected.txt

Issue 17381003: When trying to break a line after an image followed by some text, contrary to the expected behavior… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 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
Index: LayoutTests/editing/inserting/insert-paragraph-after-non-editable-node-before-text-expected.txt
diff --git a/LayoutTests/editing/inserting/insert-paragraph-after-non-editable-node-before-text-expected.txt b/LayoutTests/editing/inserting/insert-paragraph-after-non-editable-node-before-text-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..a7f21ded415a12262f1ce90d4e9af6fbddb4c3e0
--- /dev/null
+++ b/LayoutTests/editing/inserting/insert-paragraph-after-non-editable-node-before-text-expected.txt
@@ -0,0 +1,11 @@
+Testcase for bug https://webkit.org/b/115023: Editing: wrong text position when you click enter on the text behind the image.
+The test passes if "text2" appears on a new line with the caret placed at the beginning of that line.
+
+Dump of markup 1:
+| "<#selection-caret>text2"
+
+Dump of markup 2:
+| "<#selection-caret>text2"
+
+Dump of markup 3:
+| "<#selection-caret>text2"

Powered by Google App Engine
This is Rietveld 408576698