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

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

Issue 2482213003: Import WPT tests which require non-test HTML resources. (Closed)
Patch Set: Created 4 years, 1 month 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/dom/nodes/Document-createElement-namespace-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Document-createElement-namespace-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Document-createElement-namespace-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..8aac42eb0ff1b8885c268a8c4077f58b9479b02f
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/imported/wpt/dom/nodes/Document-createElement-namespace-expected.txt
@@ -0,0 +1,54 @@
+This is a testharness.js-based test.
+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
+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 ('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')
+PASS Created element's namespace in empty.html
+PASS Created element's namespace in empty.xhtml
+FAIL Created element's namespace in empty.xml assert_equals: Wrong MIME type returned from doc.contentType expected "application/xml" but got "text/xml"
+FAIL Created element's namespace in empty.svg assert_equals: Wrong MIME type returned from doc.contentType expected "image/svg+xml" but got "text/html"
+PASS Created element's namespace in minimal_html.html
+PASS Created element's namespace in minimal_html.xhtml
+FAIL Created element's namespace in minimal_html.xml assert_equals: Wrong MIME type returned from doc.contentType expected "application/xml" but got "text/xml"
+FAIL Created element's namespace in minimal_html.svg assert_equals: Wrong MIME type returned from doc.contentType expected "image/svg+xml" but got "text/html"
+PASS Created element's namespace in xhtml.html
+PASS Created element's namespace in xhtml.xhtml
+FAIL Created element's namespace in xhtml.xml assert_equals: Wrong MIME type returned from doc.contentType expected "application/xml" but got "application/xhtml+xml"
+FAIL Created element's namespace in xhtml.svg assert_equals: Wrong MIME type returned from doc.contentType expected "image/svg+xml" but got "text/html"
+PASS Created element's namespace in svg.html
+PASS Created element's namespace in svg.xhtml
+FAIL Created element's namespace in svg.xml assert_equals: Wrong MIME type returned from doc.contentType expected "application/xml" but got "text/xml"
+FAIL Created element's namespace in svg.svg assert_equals: Wrong MIME type returned from doc.contentType expected "image/svg+xml" but got "text/html"
+PASS Created element's namespace in mathml.html
+PASS Created element's namespace in mathml.xhtml
+FAIL Created element's namespace in mathml.xml assert_equals: Wrong MIME type returned from doc.contentType expected "application/xml" but got "text/xml"
+FAIL Created element's namespace in mathml.svg assert_equals: Wrong MIME type returned from doc.contentType expected "image/svg+xml" but got "text/html"
+PASS Created element's namespace in bare_xhtml.html
+PASS Created element's namespace in bare_xhtml.xhtml
+FAIL Created element's namespace in bare_xhtml.xml assert_equals: Wrong MIME type returned from doc.contentType expected "application/xml" but got "text/xml"
+FAIL Created element's namespace in bare_xhtml.svg assert_equals: Wrong MIME type returned from doc.contentType expected "image/svg+xml" but got "text/html"
+PASS Created element's namespace in bare_svg.html
+PASS Created element's namespace in bare_svg.xhtml
+FAIL Created element's namespace in bare_svg.xml assert_equals: Wrong MIME type returned from doc.contentType expected "application/xml" but got "text/xml"
+FAIL Created element's namespace in bare_svg.svg assert_equals: Wrong MIME type returned from doc.contentType expected "image/svg+xml" but got "text/html"
+PASS Created element's namespace in bare_mathml.html
+PASS Created element's namespace in bare_mathml.xhtml
+FAIL Created element's namespace in bare_mathml.xml assert_equals: Wrong MIME type returned from doc.contentType expected "application/xml" but got "text/xml"
+FAIL Created element's namespace in bare_mathml.svg assert_equals: Wrong MIME type returned from doc.contentType expected "image/svg+xml" but got "text/html"
+PASS Created element's namespace in xhtml_ns_removed.html
+PASS Created element's namespace in xhtml_ns_removed.xhtml
+FAIL Created element's namespace in xhtml_ns_removed.xml assert_equals: Wrong MIME type returned from doc.contentType expected "application/xml" but got "application/xhtml+xml"
+FAIL Created element's namespace in xhtml_ns_removed.svg assert_equals: Wrong MIME type returned from doc.contentType expected "image/svg+xml" but got "text/html"
+PASS Created element's namespace in xhtml_ns_changed.html
+PASS Created element's namespace in xhtml_ns_changed.xhtml
+FAIL Created element's namespace in xhtml_ns_changed.xml assert_equals: Wrong MIME type returned from doc.contentType expected "application/xml" but got "application/xhtml+xml"
+FAIL Created element's namespace in xhtml_ns_changed.svg assert_equals: Wrong MIME type returned from doc.contentType expected "image/svg+xml" but got "text/html"
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698