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

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

Issue 2680943004: Make FrameSelection to hold non-canonicalized positions (Closed)
Patch Set: 2014-02-14T23:34:22 Update TestExpectation to include extend-{0,2,4}0.html and selectAllChildren.html 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 3 9 PASS selection.anchorOffset is 0
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 2 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

Powered by Google App Engine
This is Rietveld 408576698