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

Unified Diff: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/syntax/serializing-xml-fragments/outerHTML-expected.txt

Issue 1666363003: Import web-platform-tests@27e3d93f88a71a249d1df872a5d613b3243b9588 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Missed win failiure in TestExpectations Created 4 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/imported/web-platform-tests/html/syntax/serializing-xml-fragments/outerHTML-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/syntax/serializing-html-fragments/outerHTML-expected.txt b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/syntax/serializing-xml-fragments/outerHTML-expected.txt
similarity index 88%
copy from third_party/WebKit/LayoutTests/imported/web-platform-tests/html/syntax/serializing-html-fragments/outerHTML-expected.txt
copy to third_party/WebKit/LayoutTests/imported/web-platform-tests/html/syntax/serializing-xml-fragments/outerHTML-expected.txt
index eb4a5a852bc19dff1206fe19bf3deb1091319310..63e6c36bbc62efd00dc4574076c07efa3526c037 100644
--- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/syntax/serializing-html-fragments/outerHTML-expected.txt
+++ b/third_party/WebKit/LayoutTests/imported/web-platform-tests/html/syntax/serializing-xml-fragments/outerHTML-expected.txt
@@ -1,5 +1,5 @@
This is a testharness.js-based test.
-PASS HTML Test: element.outerHTML to verify HTML fragment serialization algorithm
+PASS HTML Test: element.outerHTML to verify XML fragment serialization algorithm
PASS Node for a
PASS Node for abbr
PASS Node for address
@@ -103,12 +103,12 @@ PASS Node for embed
PASS Node for hr
PASS Node for img
PASS Node for input
-FAIL Node for keygen assert_equals: keygen node created. expected "<keygen>" but got "<keygen></keygen>"
+FAIL Node for keygen assert_equals: keygen node created. expected "<keygen xmlns=\"http://www.w3.org/1999/xhtml\" />" but got "<keygen xmlns=\"http://www.w3.org/1999/xhtml\"></keygen>"
PASS Node for link
PASS Node for meta
PASS Node for param
PASS Node for source
-FAIL Node for track assert_equals: track node created. expected "<track>" but got "<track></track>"
+FAIL Node for track assert_equals: track node created. expected "<track xmlns=\"http://www.w3.org/1999/xhtml\" />" but got "<track xmlns=\"http://www.w3.org/1999/xhtml\"></track>"
PASS Node for wbr
Harness: the test ran to completion.

Powered by Google App Engine
This is Rietveld 408576698