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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Document-createElement-namespace-expected.txt

Issue 2744153002: Use parseFromString type arg to set mime type. (Closed)
Patch Set: Fixed parseFromString-xml test expectations Created 3 years, 9 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/external/wpt/domparsing/DOMParser-parseFromString-xml-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Document-createElement-namespace-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Document-createElement-namespace-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Document-createElement-namespace-expected.txt
index fc2f5ea8828d2cf547c46fc1d3631efe3843c9e6..29502b525d03cad4d8aa83441e0677f7e9f0dbcd 100644
--- a/third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Document-createElement-namespace-expected.txt
+++ b/third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Document-createElement-namespace-expected.txt
@@ -1,5 +1,5 @@
This is a testharness.js-based test.
-Found 51 tests; 37 PASS, 14 FAIL, 0 TIMEOUT, 0 NOTRUN.
+Found 51 tests; 38 PASS, 13 FAIL, 0 TIMEOUT, 0 NOTRUN.
PASS Created element's namespace in current document
PASS Created element's namespace in created HTML document
PASS Created element's namespace in created XML document
@@ -7,7 +7,7 @@ PASS Created element's namespace in created XHTML document
PASS Created element's namespace in created SVG document
PASS Created element's namespace in created MathML document
PASS Created element's namespace in created HTML document by DOMParser ('text/html')
-FAIL Created element's namespace in created XML document by DOMParser ('text/xml') assert_equals: Wrong MIME type returned from doc.contentType expected "text/xml" but got "application/xml"
+PASS Created element's namespace in created XML document by DOMParser ('text/xml')
PASS Created element's namespace in created XML document by DOMParser ('application/xml')
PASS Created element's namespace in created XHTML document by DOMParser ('application/xhtml+xml')
PASS Created element's namespace in created SVG document by DOMParser ('image/svg+xml')
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/external/wpt/domparsing/DOMParser-parseFromString-xml-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698