| OLD | NEW |
| 1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
| 2 Found 51 tests; 37 PASS, 14 FAIL, 0 TIMEOUT, 0 NOTRUN. | 2 Found 51 tests; 38 PASS, 13 FAIL, 0 TIMEOUT, 0 NOTRUN. |
| 3 PASS Created element's namespace in current document | 3 PASS Created element's namespace in current document |
| 4 PASS Created element's namespace in created HTML document | 4 PASS Created element's namespace in created HTML document |
| 5 PASS Created element's namespace in created XML document | 5 PASS Created element's namespace in created XML document |
| 6 PASS Created element's namespace in created XHTML document | 6 PASS Created element's namespace in created XHTML document |
| 7 PASS Created element's namespace in created SVG document | 7 PASS Created element's namespace in created SVG document |
| 8 PASS Created element's namespace in created MathML document | 8 PASS Created element's namespace in created MathML document |
| 9 PASS Created element's namespace in created HTML document by DOMParser ('text/ht
ml') | 9 PASS Created element's namespace in created HTML document by DOMParser ('text/ht
ml') |
| 10 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 ('text/xml
') |
| 11 PASS Created element's namespace in created XML document by DOMParser ('applicat
ion/xml') | 11 PASS Created element's namespace in created XML document by DOMParser ('applicat
ion/xml') |
| 12 PASS Created element's namespace in created XHTML document by DOMParser ('applic
ation/xhtml+xml') | 12 PASS Created element's namespace in created XHTML document by DOMParser ('applic
ation/xhtml+xml') |
| 13 PASS Created element's namespace in created SVG document by DOMParser ('image/sv
g+xml') | 13 PASS Created element's namespace in created SVG document by DOMParser ('image/sv
g+xml') |
| 14 PASS Created element's namespace in empty.html | 14 PASS Created element's namespace in empty.html |
| 15 PASS Created element's namespace in empty.xhtml | 15 PASS Created element's namespace in empty.xhtml |
| 16 PASS Created element's namespace in empty.xml | 16 PASS Created element's namespace in empty.xml |
| 17 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 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" |
| 18 PASS Created element's namespace in minimal_html.html | 18 PASS Created element's namespace in minimal_html.html |
| 19 PASS Created element's namespace in minimal_html.xhtml | 19 PASS Created element's namespace in minimal_html.xhtml |
| 20 PASS Created element's namespace in minimal_html.xml | 20 PASS Created element's namespace in minimal_html.xml |
| (...skipping 25 matching lines...) Expand all Loading... |
| 46 PASS Created element's namespace in xhtml_ns_removed.html | 46 PASS Created element's namespace in xhtml_ns_removed.html |
| 47 PASS Created element's namespace in xhtml_ns_removed.xhtml | 47 PASS Created element's namespace in xhtml_ns_removed.xhtml |
| 48 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.xml assert_equals: Wrong MI
ME type returned from doc.contentType expected "application/xml" but got "applic
ation/xhtml+xml" |
| 49 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 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" |
| 50 PASS Created element's namespace in xhtml_ns_changed.html | 50 PASS Created element's namespace in xhtml_ns_changed.html |
| 51 PASS Created element's namespace in xhtml_ns_changed.xhtml | 51 PASS Created element's namespace in xhtml_ns_changed.xhtml |
| 52 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.xml assert_equals: Wrong MI
ME type returned from doc.contentType expected "application/xml" but got "applic
ation/xhtml+xml" |
| 53 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 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" |
| 54 Harness: the test ran to completion. | 54 Harness: the test ran to completion. |
| 55 | 55 |
| OLD | NEW |