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

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

Issue 2509753003: Initial TestExpectations vs. WPTServeExpectations cleanup (Closed)
Patch Set: rebased 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 unified diff | Download patch
OLDNEW
1 This is a testharness.js-based test. 1 This is a testharness.js-based test.
2 PASS Created element's namespace in current document 2 PASS Created element's namespace in current document
3 PASS Created element's namespace in created HTML document 3 PASS Created element's namespace in created HTML document
4 PASS Created element's namespace in created XML document 4 PASS Created element's namespace in created XML document
5 PASS Created element's namespace in created XHTML document 5 PASS Created element's namespace in created XHTML document
6 PASS Created element's namespace in created SVG document 6 PASS Created element's namespace in created SVG document
7 PASS Created element's namespace in created MathML document 7 PASS Created element's namespace in created MathML document
8 PASS Created element's namespace in created HTML document by DOMParser ('text/ht ml') 8 PASS Created element's namespace in created HTML document by DOMParser ('text/ht ml')
9 FAIL Created element's namespace in created XML document by DOMParser ('text/xml ') assert_equals: Wrong MIME type returned from doc.contentType expected "text/x ml" but got "application/xml" 9 FAIL Created element's namespace in created XML document by DOMParser ('text/xml ') assert_equals: Wrong MIME type returned from doc.contentType expected "text/x ml" but got "application/xml"
10 PASS Created element's namespace in created XML document by DOMParser ('applicat ion/xml') 10 PASS Created element's namespace in created XML document by DOMParser ('applicat ion/xml')
11 PASS Created element's namespace in created XHTML document by DOMParser ('applic ation/xhtml+xml') 11 PASS Created element's namespace in created XHTML document by DOMParser ('applic ation/xhtml+xml')
12 PASS Created element's namespace in created SVG document by DOMParser ('image/sv g+xml') 12 PASS Created element's namespace in created SVG document by DOMParser ('image/sv g+xml')
13 PASS Created element's namespace in empty.html 13 PASS Created element's namespace in empty.html
14 PASS Created element's namespace in empty.xhtml 14 PASS Created element's namespace in empty.xhtml
15 FAIL Created element's namespace in empty.xml assert_equals: Wrong MIME type ret urned from doc.contentType expected "application/xml" but got "text/xml" 15 PASS Created element's namespace in empty.xml
16 FAIL Created element's namespace in empty.svg assert_equals: Wrong MIME type ret urned from doc.contentType expected "image/svg+xml" but got "text/html" 16 FAIL Created element's namespace in empty.svg assert_equals: Wrong MIME type ret urned from doc.contentType expected "image/svg+xml" but got "application/json"
17 PASS Created element's namespace in minimal_html.html 17 PASS Created element's namespace in minimal_html.html
18 PASS Created element's namespace in minimal_html.xhtml 18 PASS Created element's namespace in minimal_html.xhtml
19 FAIL Created element's namespace in minimal_html.xml assert_equals: Wrong MIME t ype returned from doc.contentType expected "application/xml" but got "text/xml" 19 PASS Created element's namespace in minimal_html.xml
20 FAIL Created element's namespace in minimal_html.svg assert_equals: Wrong MIME t ype returned from doc.contentType expected "image/svg+xml" but got "text/html" 20 FAIL Created element's namespace in minimal_html.svg assert_equals: Wrong MIME t ype returned from doc.contentType expected "image/svg+xml" but got "application/ json"
21 PASS Created element's namespace in xhtml.html 21 PASS Created element's namespace in xhtml.html
22 PASS Created element's namespace in xhtml.xhtml 22 PASS Created element's namespace in xhtml.xhtml
23 FAIL Created element's namespace in xhtml.xml assert_equals: Wrong MIME type ret urned from doc.contentType expected "application/xml" but got "application/xhtml +xml" 23 FAIL Created element's namespace in xhtml.xml assert_equals: Wrong MIME type ret urned from doc.contentType expected "application/xml" but got "application/xhtml +xml"
24 FAIL Created element's namespace in xhtml.svg assert_equals: Wrong MIME type ret urned from doc.contentType expected "image/svg+xml" but got "text/html" 24 FAIL Created element's namespace in xhtml.svg assert_equals: Wrong MIME type ret urned from doc.contentType expected "image/svg+xml" but got "application/json"
25 PASS Created element's namespace in svg.html 25 PASS Created element's namespace in svg.html
26 PASS Created element's namespace in svg.xhtml 26 PASS Created element's namespace in svg.xhtml
27 FAIL Created element's namespace in svg.xml assert_equals: Wrong MIME type retur ned from doc.contentType expected "application/xml" but got "text/xml" 27 PASS Created element's namespace in svg.xml
28 FAIL Created element's namespace in svg.svg assert_equals: Wrong MIME type retur ned from doc.contentType expected "image/svg+xml" but got "text/html" 28 FAIL Created element's namespace in svg.svg assert_equals: Wrong MIME type retur ned from doc.contentType expected "image/svg+xml" but got "application/json"
29 PASS Created element's namespace in mathml.html 29 PASS Created element's namespace in mathml.html
30 PASS Created element's namespace in mathml.xhtml 30 PASS Created element's namespace in mathml.xhtml
31 FAIL Created element's namespace in mathml.xml assert_equals: Wrong MIME type re turned from doc.contentType expected "application/xml" but got "text/xml" 31 PASS Created element's namespace in mathml.xml
32 FAIL Created element's namespace in mathml.svg assert_equals: Wrong MIME type re turned from doc.contentType expected "image/svg+xml" but got "text/html" 32 FAIL Created element's namespace in mathml.svg assert_equals: Wrong MIME type re turned from doc.contentType expected "image/svg+xml" but got "application/json"
33 PASS Created element's namespace in bare_xhtml.html 33 PASS Created element's namespace in bare_xhtml.html
34 PASS Created element's namespace in bare_xhtml.xhtml 34 PASS Created element's namespace in bare_xhtml.xhtml
35 FAIL Created element's namespace in bare_xhtml.xml assert_equals: Wrong MIME typ e returned from doc.contentType expected "application/xml" but got "text/xml" 35 PASS Created element's namespace in bare_xhtml.xml
36 FAIL Created element's namespace in bare_xhtml.svg assert_equals: Wrong MIME typ e returned from doc.contentType expected "image/svg+xml" but got "text/html" 36 FAIL Created element's namespace in bare_xhtml.svg assert_equals: Wrong MIME typ e returned from doc.contentType expected "image/svg+xml" but got "application/js on"
37 PASS Created element's namespace in bare_svg.html 37 PASS Created element's namespace in bare_svg.html
38 PASS Created element's namespace in bare_svg.xhtml 38 PASS Created element's namespace in bare_svg.xhtml
39 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" 39 PASS Created element's namespace in bare_svg.xml
40 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" 40 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 "
41 PASS Created element's namespace in bare_mathml.html 41 PASS Created element's namespace in bare_mathml.html
42 PASS Created element's namespace in bare_mathml.xhtml 42 PASS Created element's namespace in bare_mathml.xhtml
43 FAIL Created element's namespace in bare_mathml.xml assert_equals: Wrong MIME ty pe returned from doc.contentType expected "application/xml" but got "text/xml" 43 PASS Created element's namespace in bare_mathml.xml
44 FAIL Created element's namespace in bare_mathml.svg assert_equals: Wrong MIME ty pe returned from doc.contentType expected "image/svg+xml" but got "text/html" 44 FAIL Created element's namespace in bare_mathml.svg assert_equals: Wrong MIME ty pe returned from doc.contentType expected "image/svg+xml" but got "application/j son"
45 PASS Created element's namespace in xhtml_ns_removed.html 45 PASS Created element's namespace in xhtml_ns_removed.html
46 PASS Created element's namespace in xhtml_ns_removed.xhtml 46 PASS Created element's namespace in xhtml_ns_removed.xhtml
47 FAIL Created element's namespace in xhtml_ns_removed.xml assert_equals: Wrong MI ME type returned from doc.contentType expected "application/xml" but got "applic ation/xhtml+xml" 47 FAIL Created element's namespace in xhtml_ns_removed.xml assert_equals: Wrong MI ME type returned from doc.contentType expected "application/xml" but got "applic ation/xhtml+xml"
48 FAIL Created element's namespace in xhtml_ns_removed.svg assert_equals: Wrong MI ME type returned from doc.contentType expected "image/svg+xml" but got "text/htm l" 48 FAIL Created element's namespace in xhtml_ns_removed.svg assert_equals: Wrong MI ME type returned from doc.contentType expected "image/svg+xml" but got "applicat ion/json"
49 PASS Created element's namespace in xhtml_ns_changed.html 49 PASS Created element's namespace in xhtml_ns_changed.html
50 PASS Created element's namespace in xhtml_ns_changed.xhtml 50 PASS Created element's namespace in xhtml_ns_changed.xhtml
51 FAIL Created element's namespace in xhtml_ns_changed.xml assert_equals: Wrong MI ME type returned from doc.contentType expected "application/xml" but got "applic ation/xhtml+xml" 51 FAIL Created element's namespace in xhtml_ns_changed.xml assert_equals: Wrong MI ME type returned from doc.contentType expected "application/xml" but got "applic ation/xhtml+xml"
52 FAIL Created element's namespace in xhtml_ns_changed.svg assert_equals: Wrong MI ME type returned from doc.contentType expected "image/svg+xml" but got "text/htm l" 52 FAIL Created element's namespace in xhtml_ns_changed.svg assert_equals: Wrong MI ME type returned from doc.contentType expected "image/svg+xml" but got "applicat ion/json"
53 Harness: the test ran to completion. 53 Harness: the test ran to completion.
54 54
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698