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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/imported/wpt/editing/other/delete-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/editing/other/delete-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/editing/other/delete-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..e39fa5a8d6490381e5f2cfae8e29bbb1a5bf2018
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/imported/wpt/editing/other/delete-expected.txt
@@ -0,0 +1,19 @@
+This is a testharness.js-based test.
+PASS 0: "<p><br></p><p><br></p>" 1,0 delete
+PASS 1: "<p><br></p><p><br></p>" 0,0 forwarddelete
+PASS 2: "<p><br></p><p><br></p>" 0,0-1,0 delete
+PASS 3: "<p><br></p><p><br></p>" 0,0-1,0 forwarddelete
+PASS 4: "<p><br></p><p><br></p>" 1,0-0,0 delete
+PASS 5: "<p><br></p><p><br></p>" 1,0-0,0 forwarddelete
+PASS 6: "<p>x<br></p><p><br></p>" 1,0 delete
+PASS 7: "<p><br><br></p><p><br></p>" 1,0 delete
+PASS 8: "<p><br></p><p><br><br></p>" 1,1 delete
+PASS 9: "<p><br><br><br></p>" 0,2 delete
+PASS 10: "<p><br></p><p><br><br><br></p>" 1,2 delete
+PASS 11: "<p><br><br></p><p><br><br></p>" 1,1 delete
+PASS 12: "<p><br></p><br>" 1 delete
+PASS 13: "<p><br></p><p><br></p>\n" 1,0 delete
+PASS 14: "<p><br></p><p><br></p>\n" 0,0 forwarddelete
+FAIL 15: "\n<p><tt>x</tt></p><p><tt><br></tt></p><p><tt><br></tt></p>\n" 3,0,0 delete 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"
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698