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

Side by Side 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: Patch with changed layout testcase 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 unified diff | Download patch
OLDNEW
1 PASS $("work").innerHTML is "abc<br id=\"b\"><br id=\"c\">def" 1 PASS $("work").innerHTML is "abc<br id=\"b\"><br id=\"c\">def"
2 PASS selection.type is "Caret" 2 PASS selection.type is "Caret"
3 PASS selection.anchorOffset is 3 3 PASS selection.anchorOffset is 3
4 PASS $("work").innerHTML is "abc<br id=\"a\"><br>def" 4 PASS $("work").innerHTML is "abc<br id=\"a\"><br id=\"c\">def"
5 PASS selection.type is "Caret" 5 PASS selection.type is "Caret"
6 PASS selection.anchorOffset is 2 6 PASS selection.anchorOffset is 2
7 PASS $("work").innerHTML is "abc<br id=\"a\"><br id=\"b\">def" 7 PASS $("work").innerHTML is "abc<br id=\"a\"><br id=\"b\">def"
8 PASS selection.type is "Caret" 8 PASS selection.type is "Caret"
9 PASS selection.anchorOffset is 0 9 PASS selection.anchorOffset is 0
10 PASS $("work").innerHTML is "abc<br>def" 10 PASS $("work").innerHTML is "abc<br id=\"c\">def"
11 PASS selection.type is "Caret" 11 PASS selection.type is "Caret"
12 PASS selection.anchorOffset is 3 12 PASS selection.anchorOffset is 3
13 PASS $("work").innerHTML is "abc<br id=\"a\">def" 13 PASS $("work").innerHTML is "abc<br id=\"a\">def"
14 PASS selection.type is "Caret" 14 PASS selection.type is "Caret"
15 PASS selection.anchorOffset is 0 15 PASS selection.anchorOffset is 0
16 PASS $("work").innerHTML is "abcdef" 16 PASS $("work").innerHTML is "abcdef"
17 PASS selection.type is "Caret" 17 PASS selection.type is "Caret"
18 PASS selection.anchorOffset is 3 18 PASS selection.anchorOffset is 3
19 PASS successfullyParsed is true 19 PASS successfullyParsed is true
20 20
21 TEST COMPLETE 21 TEST COMPLETE
22 22
OLDNEW
« no previous file with comments | « LayoutTests/editing/deleting/delete-br-001.html ('k') | LayoutTests/editing/deleting/delete-inline-br.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698