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: LayoutTests/editing/deleting/delete-br-001-expected.txt

Issue 23311004: inline <br> does not get deleted when following some non-textual content (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 4 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/deleting/delete-br-001-expected.txt
diff --git a/LayoutTests/editing/deleting/delete-br-001-expected.txt b/LayoutTests/editing/deleting/delete-br-001-expected.txt
index e42555316e16a92be444eee3003910b8d7867c07..630af0b9102b5e43b818e1b5c6f6fdefe6daae38 100644
--- a/LayoutTests/editing/deleting/delete-br-001-expected.txt
+++ b/LayoutTests/editing/deleting/delete-br-001-expected.txt
@@ -1,13 +1,13 @@
PASS $("work").innerHTML is "abc<br id=\"b\"><br id=\"c\">def"
PASS selection.type is "Caret"
PASS selection.anchorOffset is 3
-PASS $("work").innerHTML is "abc<br id=\"a\"><br>def"
+PASS $("work").innerHTML is "abc<br id=\"a\"><br id=\"c\">def"
PASS selection.type is "Caret"
PASS selection.anchorOffset is 2
PASS $("work").innerHTML is "abc<br id=\"a\"><br id=\"b\">def"
PASS selection.type is "Caret"
PASS selection.anchorOffset is 0
-PASS $("work").innerHTML is "abc<br>def"
+PASS $("work").innerHTML is "abc<br id=\"c\">def"
PASS selection.type is "Caret"
PASS selection.anchorOffset is 3
PASS $("work").innerHTML is "abc<br id=\"a\">def"

Powered by Google App Engine
This is Rietveld 408576698