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

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

Issue 2696083004: Do not commit: Remove testharness.js test results that are all-PASS, ignoring console output (Closed)
Patch Set: Created 3 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/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
deleted file mode 100644
index e99d7a1348b5c23154d03c125da6ac709956befc..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/external/wpt/dom/nodes/Document-createElement-namespace-expected.txt
+++ /dev/null
@@ -1,54 +0,0 @@
-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
-PASS Created element's namespace in empty.xml
-FAIL Created element's namespace in empty.svg assert_equals: Wrong MIME type returned from doc.contentType expected "image/svg+xml" but got "application/json"
-PASS Created element's namespace in minimal_html.html
-PASS Created element's namespace in minimal_html.xhtml
-PASS Created element's namespace in minimal_html.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 "application/json"
-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 "application/json"
-PASS Created element's namespace in svg.html
-PASS Created element's namespace in svg.xhtml
-PASS Created element's namespace in svg.xml
-FAIL Created element's namespace in svg.svg assert_equals: Wrong MIME type returned from doc.contentType expected "image/svg+xml" but got "application/json"
-PASS Created element's namespace in mathml.html
-PASS Created element's namespace in mathml.xhtml
-PASS Created element's namespace in mathml.xml
-FAIL Created element's namespace in mathml.svg assert_equals: Wrong MIME type returned from doc.contentType expected "image/svg+xml" but got "application/json"
-PASS Created element's namespace in bare_xhtml.html
-PASS Created element's namespace in bare_xhtml.xhtml
-PASS Created element's namespace in bare_xhtml.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 "application/json"
-PASS Created element's namespace in bare_svg.html
-PASS Created element's namespace in bare_svg.xhtml
-PASS Created element's namespace in bare_svg.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 "application/json"
-PASS Created element's namespace in bare_mathml.html
-PASS Created element's namespace in bare_mathml.xhtml
-PASS Created element's namespace in bare_mathml.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 "application/json"
-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 "application/json"
-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 "application/json"
-Harness: the test ran to completion.
-

Powered by Google App Engine
This is Rietveld 408576698