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

Side by Side Diff: third_party/WebKit/LayoutTests/editing/deleting/delete-br-001-expected.txt

Issue 2694043004: Selection API: anchorNode, anchorOffset, focusNode, focusOffset, isCollapsed, and type should be ba… (Closed)
Patch Set: . Created 3 years, 10 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 id=\"c\">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 3
10 PASS $("work").innerHTML is "abc<br id=\"c\">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 2
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

Powered by Google App Engine
This is Rietveld 408576698