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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/html/syntax/serializing-html-fragments/serializing-expected.txt

Issue 2376103007: Import wpt@09907a9c4bcee14986431d53e4381384c7c69107 (Closed)
Patch Set: update platform expectations Created 4 years, 3 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/html/syntax/serializing-html-fragments/serializing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/syntax/serializing-html-fragments/serializing-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/html/syntax/serializing-html-fragments/serializing-expected.txt
index 8507d905d5dd7df17672935071577ef5f4b0ad4e..7eecb58cb8d1f3fbef0a292af963da27f054a971 100644
--- a/third_party/WebKit/LayoutTests/imported/wpt/html/syntax/serializing-html-fragments/serializing-expected.txt
+++ b/third_party/WebKit/LayoutTests/imported/wpt/html/syntax/serializing-html-fragments/serializing-expected.txt
@@ -72,24 +72,24 @@ PASS innerHTML <listing> context starting with U+000A
PASS innerHTML <pre> context not starting with U+000A
PASS innerHTML <textarea> context not starting with U+000A
PASS innerHTML <listing> context not starting with U+000A
-FAIL innerHTML <pre> non-context starting with U+000A assert_equals: expected "<pre>\n\n</%text>" but got "<pre>\n</pre>"
-FAIL innerHTML <textarea> non-context starting with U+000A assert_equals: expected "<textarea>\n\n</%text>" but got "<textarea>\n</textarea>"
-FAIL innerHTML <listing> non-context starting with U+000A assert_equals: expected "<listing>\n\n</%text>" but got "<listing>\n</listing>"
-FAIL innerHTML <pre> non-context not starting with U+000A assert_equals: expected "<pre>a\n</%text>" but got "<pre>a\n</pre>"
-FAIL innerHTML <textarea> non-context not starting with U+000A assert_equals: expected "<textarea>a\n</%text>" but got "<textarea>a\n</textarea>"
-FAIL innerHTML <listing> non-context not starting with U+000A assert_equals: expected "<listing>a\n</%text>" but got "<listing>a\n</listing>"
-FAIL outerHTML <pre> context starting with U+000A assert_equals: expected "<pre>\n\n</%text>" but got "<pre>\n</pre>"
-FAIL outerHTML <textarea> context starting with U+000A assert_equals: expected "<textarea>\n\n</%text>" but got "<textarea>\n</textarea>"
-FAIL outerHTML <listing> context starting with U+000A assert_equals: expected "<listing>\n\n</%text>" but got "<listing>\n</listing>"
-FAIL outerHTML <pre> context not starting with U+000A assert_equals: expected "<pre>a\n</%text>" but got "<pre>a\n</pre>"
-FAIL outerHTML <textarea> context not starting with U+000A assert_equals: expected "<textarea>a\n</%text>" but got "<textarea>a\n</textarea>"
-FAIL outerHTML <listing> context not starting with U+000A assert_equals: expected "<listing>a\n</%text>" but got "<listing>a\n</listing>"
-FAIL outerHTML <pre> non-context starting with U+000A assert_equals: expected "<span><pre>\n\n</%text></span>" but got "<span><pre>\n</pre></span>"
-FAIL outerHTML <textarea> non-context starting with U+000A assert_equals: expected "<span><textarea>\n\n</%text></span>" but got "<span><textarea>\n</textarea></span>"
-FAIL outerHTML <listing> non-context starting with U+000A assert_equals: expected "<span><listing>\n\n</%text></span>" but got "<span><listing>\n</listing></span>"
-FAIL outerHTML <pre> non-context not starting with U+000A assert_equals: expected "<span><pre>a\n</%text></span>" but got "<span><pre>a\n</pre></span>"
-FAIL outerHTML <textarea> non-context not starting with U+000A assert_equals: expected "<span><textarea>a\n</%text></span>" but got "<span><textarea>a\n</textarea></span>"
-FAIL outerHTML <listing> non-context not starting with U+000A assert_equals: expected "<span><listing>a\n</%text></span>" but got "<span><listing>a\n</listing></span>"
+PASS innerHTML <pre> non-context starting with U+000A
+PASS innerHTML <textarea> non-context starting with U+000A
+PASS innerHTML <listing> non-context starting with U+000A
+PASS innerHTML <pre> non-context not starting with U+000A
+PASS innerHTML <textarea> non-context not starting with U+000A
+PASS innerHTML <listing> non-context not starting with U+000A
+PASS outerHTML <pre> context starting with U+000A
+PASS outerHTML <textarea> context starting with U+000A
+PASS outerHTML <listing> context starting with U+000A
+PASS outerHTML <pre> context not starting with U+000A
+PASS outerHTML <textarea> context not starting with U+000A
+PASS outerHTML <listing> context not starting with U+000A
+PASS outerHTML <pre> non-context starting with U+000A
+PASS outerHTML <textarea> non-context starting with U+000A
+PASS outerHTML <listing> non-context starting with U+000A
+PASS outerHTML <pre> non-context not starting with U+000A
+PASS outerHTML <textarea> non-context not starting with U+000A
+PASS outerHTML <listing> non-context not starting with U+000A
PASS innerHTML Void context node area
PASS innerHTML Void context node base
PASS innerHTML Void context node basefont

Powered by Google App Engine
This is Rietveld 408576698