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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/editing/other/restoration-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/restoration-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/editing/other/restoration-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/editing/other/restoration-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..9cf07589142aab1af798b765ed4956a227426688
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/imported/wpt/editing/other/restoration-expected.txt
@@ -0,0 +1,37 @@
+This is a testharness.js-based test.
+PASS insertparagraph starting bold
+PASS insertparagraph starting not bold
+PASS insertlinebreak starting bold
+PASS insertlinebreak starting not bold
+FAIL delete starting bold assert_equals: bold state expected false but got true
+FAIL delete starting not bold assert_equals: bold state expected true but got false
+FAIL forwarddelete starting bold assert_equals: bold state expected false but got true
+FAIL forwarddelete starting not bold assert_equals: bold state expected true but got false
+FAIL insertorderedlist starting bold assert_equals: bold state expected false but got true
+FAIL insertorderedlist starting not bold assert_equals: bold state expected true but got false
+FAIL insertunorderedlist starting bold assert_equals: bold state expected false but got true
+FAIL insertunorderedlist starting not bold assert_equals: bold state expected true but got false
+FAIL indent starting bold assert_equals: bold state expected false but got true
+FAIL indent starting not bold assert_equals: bold state expected true but got false
+PASS outdent starting bold
+PASS outdent starting not bold
+FAIL justifyleft starting bold assert_equals: bold state expected false but got true
+FAIL justifyleft starting not bold assert_equals: bold state expected true but got false
+FAIL justifyright starting bold assert_equals: bold state expected false but got true
+FAIL justifyright starting not bold assert_equals: bold state expected true but got false
+FAIL justifycenter starting bold assert_equals: bold state expected false but got true
+FAIL justifycenter starting not bold assert_equals: bold state expected true but got false
+FAIL justifyfull starting bold assert_equals: bold state expected false but got true
+FAIL justifyfull starting not bold assert_equals: bold state expected true but got false
+FAIL formatblock div starting bold assert_equals: bold state expected false but got true
+FAIL formatblock div starting not bold assert_equals: bold state expected true but got false
+FAIL formatblock blockquote starting bold assert_equals: bold state expected false but got true
+FAIL formatblock blockquote starting not bold assert_equals: bold state expected true but got false
+PASS inserthorizontalrule starting bold
+FAIL inserthorizontalrule starting not bold assert_equals: bold state expected true but got false
+PASS insertimage a starting bold
+FAIL insertimage a starting not bold assert_equals: bold state expected true but got false
+PASS inserttext bar starting bold
+PASS inserttext bar starting not bold
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698