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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/editing/other/delete-expected.txt

Issue 2630243004: Manually import wpt/editing and wpt/selection/ (Closed)
Patch Set: Add expectation Created 3 years, 11 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
(Empty)
1 This is a testharness.js-based test.
2 PASS 0: "<p><br></p><p><br></p>" 1,0 delete
3 PASS 1: "<p><br></p><p><br></p>" 0,0 forwarddelete
4 PASS 2: "<p><br></p><p><br></p>" 0,0-1,0 delete
5 PASS 3: "<p><br></p><p><br></p>" 0,0-1,0 forwarddelete
6 PASS 4: "<p><br></p><p><br></p>" 1,0-0,0 delete
7 PASS 5: "<p><br></p><p><br></p>" 1,0-0,0 forwarddelete
8 PASS 6: "<p>x<br></p><p><br></p>" 1,0 delete
9 PASS 7: "<p><br><br></p><p><br></p>" 1,0 delete
10 PASS 8: "<p><br></p><p><br><br></p>" 1,1 delete
11 PASS 9: "<p><br><br><br></p>" 0,2 delete
12 PASS 10: "<p><br></p><p><br><br><br></p>" 1,2 delete
13 PASS 11: "<p><br><br></p><p><br><br></p>" 1,1 delete
14 PASS 12: "<p><br></p><br>" 1 delete
15 PASS 13: "<p><br></p><p><br></p>\n" 1,0 delete
16 PASS 14: "<p><br></p><p><br></p>\n" 0,0 forwarddelete
17 FAIL 15: "\n<p><tt>x</tt></p><p><tt><br></tt></p><p><tt><br></tt></p>\n" 3,0,0 d elete assert_equals: innerHTML expected "\n<p><tt>x</tt></p><p><tt><br></tt></p> \n" but got "\n<p><tt>x</tt></p><p><br></p>\n"
18 Harness: the test ran to completion.
19
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698