Pass | Created element's namespace in current document | Asserts runPass | assert_equals("text/html", "text/html", "Wrong MIME type returned from doc.contentType")
at testDoc ( /dom/nodes/Document-createElement-namespace.html:22:5) | Pass | assert_equals("http://www.w3.org/1999/xhtml", "http://www.w3.org/1999/xhtml")
at testDoc ( /dom/nodes/Document-createElement-namespace.html:30:3) |
|
Pass | Created element's namespace in created HTML document | Asserts runPass | assert_equals("text/html", "text/html", "Wrong MIME type returned from doc.contentType")
at testDoc ( /dom/nodes/Document-createElement-namespace.html:22:5) | Pass | assert_equals("http://www.w3.org/1999/xhtml", "http://www.w3.org/1999/xhtml")
at testDoc ( /dom/nodes/Document-createElement-namespace.html:30:3) |
|
Pass | Created element's namespace in created XML document | Asserts runPass | assert_equals("application/xml", "application/xml", "Wrong MIME type returned from doc.contentType")
at testDoc ( /dom/nodes/Document-createElement-namespace.html:22:5) | Pass | assert_equals(null, null)
at testDoc ( /dom/nodes/Document-createElement-namespace.html:30:3) |
|
Pass | Created element's namespace in created XHTML document | Asserts runPass | assert_equals("application/xhtml+xml", "application/xhtml+xml", "Wrong MIME type returned from doc.contentType")
at testDoc ( /dom/nodes/Document-createElement-namespace.html:22:5) | Pass | assert_equals("http://www.w3.org/1999/xhtml", "http://www.w3.org/1999/xhtml")
at testDoc ( /dom/nodes/Document-createElement-namespace.html:30:3) |
|
Pass | Created element's namespace in created SVG document | Asserts runPass | assert_equals("image/svg+xml", "image/svg+xml", "Wrong MIME type returned from doc.contentType")
at testDoc ( /dom/nodes/Document-createElement-namespace.html:22:5) | Pass | assert_equals(null, null)
at testDoc ( /dom/nodes/Document-createElement-namespace.html:30:3) |
|
Pass | Created element's namespace in created MathML document | Asserts runPass | assert_equals("application/xml", "application/xml", "Wrong MIME type returned from doc.contentType")
at testDoc ( /dom/nodes/Document-createElement-namespace.html:22:5) | Pass | assert_equals(null, null)
at testDoc ( /dom/nodes/Document-createElement-namespace.html:30:3) |
|
Pass | Created element's namespace in created HTML document by DOMParser ('text/html') | Asserts runPass | assert_equals("text/html", "text/html", "Wrong MIME type returned from doc.contentType")
at testDoc ( /dom/nodes/Document-createElement-namespace.html:22:5) | Pass | assert_equals("http://www.w3.org/1999/xhtml", "http://www.w3.org/1999/xhtml")
at testDoc ( /dom/nodes/Document-createElement-namespace.html:30:3) |
|
Pass | Created element's namespace in created XML document by DOMParser ('text/xml') | Asserts runPass | assert_equals("text/xml", "text/xml", "Wrong MIME type returned from doc.contentType")
at testDoc ( /dom/nodes/Document-createElement-namespace.html:22:5) | Pass | assert_equals(null, null)
at testDoc ( /dom/nodes/Document-createElement-namespace.html:30:3) |
|
Pass | Created element's namespace in created XML document by DOMParser ('application/xml') | Asserts runPass | assert_equals("application/xml", "application/xml", "Wrong MIME type returned from doc.contentType")
at testDoc ( /dom/nodes/Document-createElement-namespace.html:22:5) | Pass | assert_equals(null, null)
at testDoc ( /dom/nodes/Document-createElement-namespace.html:30:3) |
|
Pass | Created element's namespace in created XHTML document by DOMParser ('application/xhtml+xml') | Asserts runPass | assert_equals("application/xhtml+xml", "application/xhtml+xml", "Wrong MIME type returned from doc.contentType")
at testDoc ( /dom/nodes/Document-createElement-namespace.html:22:5) | Pass | assert_equals("http://www.w3.org/1999/xhtml", "http://www.w3.org/1999/xhtml")
at testDoc ( /dom/nodes/Document-createElement-namespace.html:30:3) |
|
Pass | Created element's namespace in created SVG document by DOMParser ('image/svg+xml') | Asserts runPass | assert_equals("image/svg+xml", "image/svg+xml", "Wrong MIME type returned from doc.contentType")
at testDoc ( /dom/nodes/Document-createElement-namespace.html:22:5) | Pass | assert_equals(null, null)
at testDoc ( /dom/nodes/Document-createElement-namespace.html:30:3) |
|
Pass | Created element's namespace in empty.html | Asserts runPass | assert_equals("text/html", "text/html", "Wrong MIME type returned from doc.contentType")
at testDoc ( /dom/nodes/Document-createElement-namespace.html:22:5) | Pass | assert_equals("http://www.w3.org/1999/xhtml", "http://www.w3.org/1999/xhtml")
at testDoc ( /dom/nodes/Document-createElement-namespace.html:30:3) |
|
Pass | Created element's namespace in empty.xhtml | Asserts runPass | assert_equals("application/xhtml+xml", "application/xhtml+xml", "Wrong MIME type returned from doc.contentType")
at testDoc ( /dom/nodes/Document-createElement-namespace.html:22:5) | Pass | assert_equals("http://www.w3.org/1999/xhtml", "http://www.w3.org/1999/xhtml")
at testDoc ( /dom/nodes/Document-createElement-namespace.html:30:3) |
|
Pass | Created element's namespace in empty.xml | Asserts runPass | assert_equals("application/xml", "application/xml", "Wrong MIME type returned from doc.contentType")
at testDoc ( /dom/nodes/Document-createElement-namespace.html:22:5) | Pass | assert_equals(null, null)
at testDoc ( /dom/nodes/Document-createElement-namespace.html:30:3) |
|
Fail | Created element's namespace in empty.svg | Cannot read properties of null (reading 'contentType')TypeError: Cannot read properties of null (reading 'contentType')
at testDoc (https://www1.wpt.live/dom/nodes/Document-createElement-namespace.html:20:11)
at Test.<anonymous> (https://www1.wpt.live/dom/nodes/Document-createElement-namespace.html:110:9)
at Test.step (https://www1.wpt.live/resources/testharness.js:2684:25)
at HTMLIFrameElement.<anonymous> (https://www1.wpt.live/resources/testharness.js:2759:32) Asserts runNo asserts ran |
Pass | Created element's namespace in minimal_html.html | Asserts runPass | assert_equals("text/html", "text/html", "Wrong MIME type returned from doc.contentType")
at testDoc ( /dom/nodes/Document-createElement-namespace.html:22:5) | Pass | assert_equals("http://www.w3.org/1999/xhtml", "http://www.w3.org/1999/xhtml")
at testDoc ( /dom/nodes/Document-createElement-namespace.html:30:3) |
|
Pass | Created element's namespace in minimal_html.xhtml | Asserts runPass | assert_equals("application/xhtml+xml", "application/xhtml+xml", "Wrong MIME type returned from doc.contentType")
at testDoc ( /dom/nodes/Document-createElement-namespace.html:22:5) | Pass | assert_equals("http://www.w3.org/1999/xhtml", "http://www.w3.org/1999/xhtml")
at testDoc ( /dom/nodes/Document-createElement-namespace.html:30:3) |
|
Pass | Created element's namespace in minimal_html.xml | Asserts runPass | assert_equals("application/xml", "application/xml", "Wrong MIME type returned from doc.contentType")
at testDoc ( /dom/nodes/Document-createElement-namespace.html:22:5) | Pass | assert_equals(null, null)
at testDoc ( /dom/nodes/Document-createElement-namespace.html:30:3) |
|
Fail | Created element's namespace in minimal_html.svg | Cannot read properties of null (reading 'contentType')TypeError: Cannot read properties of null (reading 'contentType')
at testDoc (https://www1.wpt.live/dom/nodes/Document-createElement-namespace.html:20:11)
at Test.<anonymous> (https://www1.wpt.live/dom/nodes/Document-createElement-namespace.html:110:9)
at Test.step (https://www1.wpt.live/resources/testharness.js:2684:25)
at HTMLIFrameElement.<anonymous> (https://www1.wpt.live/resources/testharness.js:2759:32) Asserts runNo asserts ran |
Pass | Created element's namespace in xhtml.html | Asserts runPass | assert_equals("text/html", "text/html", "Wrong MIME type returned from doc.contentType")
at testDoc ( /dom/nodes/Document-createElement-namespace.html:22:5) | Pass | assert_equals("http://www.w3.org/1999/xhtml", "http://www.w3.org/1999/xhtml")
at testDoc ( /dom/nodes/Document-createElement-namespace.html:30:3) |
|
Pass | Created element's namespace in xhtml.xhtml | Asserts runPass | assert_equals("application/xhtml+xml", "application/xhtml+xml", "Wrong MIME type returned from doc.contentType")
at testDoc ( /dom/nodes/Document-createElement-namespace.html:22:5) | Pass | assert_equals("http://www.w3.org/1999/xhtml", "http://www.w3.org/1999/xhtml")
at testDoc ( /dom/nodes/Document-createElement-namespace.html:30:3) |
|
Pass | Created element's namespace in xhtml.xml | Asserts runPass | assert_equals("application/xml", "application/xml", "Wrong MIME type returned from doc.contentType")
at testDoc ( /dom/nodes/Document-createElement-namespace.html:22:5) | Pass | assert_equals(null, null)
at testDoc ( /dom/nodes/Document-createElement-namespace.html:30:3) |
|
Fail | Created element's namespace in xhtml.svg | Cannot read properties of null (reading 'contentType')TypeError: Cannot read properties of null (reading 'contentType')
at testDoc (https://www1.wpt.live/dom/nodes/Document-createElement-namespace.html:20:11)
at Test.<anonymous> (https://www1.wpt.live/dom/nodes/Document-createElement-namespace.html:110:9)
at Test.step (https://www1.wpt.live/resources/testharness.js:2684:25)
at HTMLIFrameElement.<anonymous> (https://www1.wpt.live/resources/testharness.js:2759:32) Asserts runNo asserts ran |
Pass | Created element's namespace in svg.html | Asserts runPass | assert_equals("text/html", "text/html", "Wrong MIME type returned from doc.contentType")
at testDoc ( /dom/nodes/Document-createElement-namespace.html:22:5) | Pass | assert_equals("http://www.w3.org/1999/xhtml", "http://www.w3.org/1999/xhtml")
at testDoc ( /dom/nodes/Document-createElement-namespace.html:30:3) |
|
Pass | Created element's namespace in svg.xhtml | Asserts runPass | assert_equals("application/xhtml+xml", "application/xhtml+xml", "Wrong MIME type returned from doc.contentType")
at testDoc ( /dom/nodes/Document-createElement-namespace.html:22:5) | Pass | assert_equals("http://www.w3.org/1999/xhtml", "http://www.w3.org/1999/xhtml")
at testDoc ( /dom/nodes/Document-createElement-namespace.html:30:3) |
|
Pass | Created element's namespace in svg.xml | Asserts runPass | assert_equals("application/xml", "application/xml", "Wrong MIME type returned from doc.contentType")
at testDoc ( /dom/nodes/Document-createElement-namespace.html:22:5) | Pass | assert_equals(null, null)
at testDoc ( /dom/nodes/Document-createElement-namespace.html:30:3) |
|
Fail | Created element's namespace in svg.svg | Cannot read properties of null (reading 'contentType')TypeError: Cannot read properties of null (reading 'contentType')
at testDoc (https://www1.wpt.live/dom/nodes/Document-createElement-namespace.html:20:11)
at Test.<anonymous> (https://www1.wpt.live/dom/nodes/Document-createElement-namespace.html:110:9)
at Test.step (https://www1.wpt.live/resources/testharness.js:2684:25)
at HTMLIFrameElement.<anonymous> (https://www1.wpt.live/resources/testharness.js:2759:32) Asserts runNo asserts ran |
Pass | Created element's namespace in mathml.html | Asserts runPass | assert_equals("text/html", "text/html", "Wrong MIME type returned from doc.contentType")
at testDoc ( /dom/nodes/Document-createElement-namespace.html:22:5) | Pass | assert_equals("http://www.w3.org/1999/xhtml", "http://www.w3.org/1999/xhtml")
at testDoc ( /dom/nodes/Document-createElement-namespace.html:30:3) |
|
Pass | Created element's namespace in mathml.xhtml | Asserts runPass | assert_equals("application/xhtml+xml", "application/xhtml+xml", "Wrong MIME type returned from doc.contentType")
at testDoc ( /dom/nodes/Document-createElement-namespace.html:22:5) | Pass | assert_equals("http://www.w3.org/1999/xhtml", "http://www.w3.org/1999/xhtml")
at testDoc ( /dom/nodes/Document-createElement-namespace.html:30:3) |
|
Pass | Created element's namespace in mathml.xml | Asserts runPass | assert_equals("application/xml", "application/xml", "Wrong MIME type returned from doc.contentType")
at testDoc ( /dom/nodes/Document-createElement-namespace.html:22:5) | Pass | assert_equals(null, null)
at testDoc ( /dom/nodes/Document-createElement-namespace.html:30:3) |
|
Fail | Created element's namespace in mathml.svg | Cannot read properties of null (reading 'contentType')TypeError: Cannot read properties of null (reading 'contentType')
at testDoc (https://www1.wpt.live/dom/nodes/Document-createElement-namespace.html:20:11)
at Test.<anonymous> (https://www1.wpt.live/dom/nodes/Document-createElement-namespace.html:110:9)
at Test.step (https://www1.wpt.live/resources/testharness.js:2684:25)
at HTMLIFrameElement.<anonymous> (https://www1.wpt.live/resources/testharness.js:2759:32) Asserts runNo asserts ran |
Pass | Created element's namespace in bare_xhtml.html | Asserts runPass | assert_equals("text/html", "text/html", "Wrong MIME type returned from doc.contentType")
at testDoc ( /dom/nodes/Document-createElement-namespace.html:22:5) | Pass | assert_equals("http://www.w3.org/1999/xhtml", "http://www.w3.org/1999/xhtml")
at testDoc ( /dom/nodes/Document-createElement-namespace.html:30:3) |
|
Pass | Created element's namespace in bare_xhtml.xhtml | Asserts runPass | assert_equals("application/xhtml+xml", "application/xhtml+xml", "Wrong MIME type returned from doc.contentType")
at testDoc ( /dom/nodes/Document-createElement-namespace.html:22:5) | Pass | assert_equals("http://www.w3.org/1999/xhtml", "http://www.w3.org/1999/xhtml")
at testDoc ( /dom/nodes/Document-createElement-namespace.html:30:3) |
|
Pass | Created element's namespace in bare_xhtml.xml | Asserts runPass | assert_equals("application/xml", "application/xml", "Wrong MIME type returned from doc.contentType")
at testDoc ( /dom/nodes/Document-createElement-namespace.html:22:5) | Pass | assert_equals(null, null)
at testDoc ( /dom/nodes/Document-createElement-namespace.html:30:3) |
|
Fail | Created element's namespace in bare_xhtml.svg | Cannot read properties of null (reading 'contentType')TypeError: Cannot read properties of null (reading 'contentType')
at testDoc (https://www1.wpt.live/dom/nodes/Document-createElement-namespace.html:20:11)
at Test.<anonymous> (https://www1.wpt.live/dom/nodes/Document-createElement-namespace.html:110:9)
at Test.step (https://www1.wpt.live/resources/testharness.js:2684:25)
at HTMLIFrameElement.<anonymous> (https://www1.wpt.live/resources/testharness.js:2759:32) Asserts runNo asserts ran |
Pass | Created element's namespace in bare_svg.html | Asserts runPass | assert_equals("text/html", "text/html", "Wrong MIME type returned from doc.contentType")
at testDoc ( /dom/nodes/Document-createElement-namespace.html:22:5) | Pass | assert_equals("http://www.w3.org/1999/xhtml", "http://www.w3.org/1999/xhtml")
at testDoc ( /dom/nodes/Document-createElement-namespace.html:30:3) |
|
Pass | Created element's namespace in bare_svg.xhtml | Asserts runPass | assert_equals("application/xhtml+xml", "application/xhtml+xml", "Wrong MIME type returned from doc.contentType")
at testDoc ( /dom/nodes/Document-createElement-namespace.html:22:5) | Pass | assert_equals("http://www.w3.org/1999/xhtml", "http://www.w3.org/1999/xhtml")
at testDoc ( /dom/nodes/Document-createElement-namespace.html:30:3) |
|
Pass | Created element's namespace in bare_svg.xml | Asserts runPass | assert_equals("application/xml", "application/xml", "Wrong MIME type returned from doc.contentType")
at testDoc ( /dom/nodes/Document-createElement-namespace.html:22:5) | Pass | assert_equals(null, null)
at testDoc ( /dom/nodes/Document-createElement-namespace.html:30:3) |
|
Fail | Created element's namespace in bare_svg.svg | Cannot read properties of null (reading 'contentType')TypeError: Cannot read properties of null (reading 'contentType')
at testDoc (https://www1.wpt.live/dom/nodes/Document-createElement-namespace.html:20:11)
at Test.<anonymous> (https://www1.wpt.live/dom/nodes/Document-createElement-namespace.html:110:9)
at Test.step (https://www1.wpt.live/resources/testharness.js:2684:25)
at HTMLIFrameElement.<anonymous> (https://www1.wpt.live/resources/testharness.js:2759:32) Asserts runNo asserts ran |
Pass | Created element's namespace in bare_mathml.html | Asserts runPass | assert_equals("text/html", "text/html", "Wrong MIME type returned from doc.contentType")
at testDoc ( /dom/nodes/Document-createElement-namespace.html:22:5) | Pass | assert_equals("http://www.w3.org/1999/xhtml", "http://www.w3.org/1999/xhtml")
at testDoc ( /dom/nodes/Document-createElement-namespace.html:30:3) |
|
Pass | Created element's namespace in bare_mathml.xhtml | Asserts runPass | assert_equals("application/xhtml+xml", "application/xhtml+xml", "Wrong MIME type returned from doc.contentType")
at testDoc ( /dom/nodes/Document-createElement-namespace.html:22:5) | Pass | assert_equals("http://www.w3.org/1999/xhtml", "http://www.w3.org/1999/xhtml")
at testDoc ( /dom/nodes/Document-createElement-namespace.html:30:3) |
|
Pass | Created element's namespace in bare_mathml.xml | Asserts runPass | assert_equals("application/xml", "application/xml", "Wrong MIME type returned from doc.contentType")
at testDoc ( /dom/nodes/Document-createElement-namespace.html:22:5) | Pass | assert_equals(null, null)
at testDoc ( /dom/nodes/Document-createElement-namespace.html:30:3) |
|
Fail | Created element's namespace in bare_mathml.svg | Cannot read properties of null (reading 'contentType')TypeError: Cannot read properties of null (reading 'contentType')
at testDoc (https://www1.wpt.live/dom/nodes/Document-createElement-namespace.html:20:11)
at Test.<anonymous> (https://www1.wpt.live/dom/nodes/Document-createElement-namespace.html:110:9)
at Test.step (https://www1.wpt.live/resources/testharness.js:2684:25)
at HTMLIFrameElement.<anonymous> (https://www1.wpt.live/resources/testharness.js:2759:32) Asserts runNo asserts ran |
Pass | Created element's namespace in xhtml_ns_removed.html | Asserts runPass | assert_equals("text/html", "text/html", "Wrong MIME type returned from doc.contentType")
at testDoc ( /dom/nodes/Document-createElement-namespace.html:22:5) | Pass | assert_equals("http://www.w3.org/1999/xhtml", "http://www.w3.org/1999/xhtml")
at testDoc ( /dom/nodes/Document-createElement-namespace.html:30:3) |
|
Pass | Created element's namespace in xhtml_ns_removed.xhtml | Asserts runPass | assert_equals("application/xhtml+xml", "application/xhtml+xml", "Wrong MIME type returned from doc.contentType")
at testDoc ( /dom/nodes/Document-createElement-namespace.html:22:5) | Pass | assert_equals("http://www.w3.org/1999/xhtml", "http://www.w3.org/1999/xhtml")
at testDoc ( /dom/nodes/Document-createElement-namespace.html:30:3) |
|
Pass | Created element's namespace in xhtml_ns_removed.xml | Asserts runPass | assert_equals("application/xml", "application/xml", "Wrong MIME type returned from doc.contentType")
at testDoc ( /dom/nodes/Document-createElement-namespace.html:22:5) | Pass | assert_equals(null, null)
at testDoc ( /dom/nodes/Document-createElement-namespace.html:30:3) |
|
Fail | Created element's namespace in xhtml_ns_removed.svg | Cannot read properties of null (reading 'contentType')TypeError: Cannot read properties of null (reading 'contentType')
at testDoc (https://www1.wpt.live/dom/nodes/Document-createElement-namespace.html:20:11)
at Test.<anonymous> (https://www1.wpt.live/dom/nodes/Document-createElement-namespace.html:110:9)
at Test.step (https://www1.wpt.live/resources/testharness.js:2684:25)
at HTMLIFrameElement.<anonymous> (https://www1.wpt.live/resources/testharness.js:2759:32) Asserts runNo asserts ran |
Pass | Created element's namespace in xhtml_ns_changed.html | Asserts runPass | assert_equals("text/html", "text/html", "Wrong MIME type returned from doc.contentType")
at testDoc ( /dom/nodes/Document-createElement-namespace.html:22:5) | Pass | assert_equals("http://www.w3.org/1999/xhtml", "http://www.w3.org/1999/xhtml")
at testDoc ( /dom/nodes/Document-createElement-namespace.html:30:3) |
|
Pass | Created element's namespace in xhtml_ns_changed.xhtml | Asserts runPass | assert_equals("application/xhtml+xml", "application/xhtml+xml", "Wrong MIME type returned from doc.contentType")
at testDoc ( /dom/nodes/Document-createElement-namespace.html:22:5) | Pass | assert_equals("http://www.w3.org/1999/xhtml", "http://www.w3.org/1999/xhtml")
at testDoc ( /dom/nodes/Document-createElement-namespace.html:30:3) |
|
Pass | Created element's namespace in xhtml_ns_changed.xml | Asserts runPass | assert_equals("application/xml", "application/xml", "Wrong MIME type returned from doc.contentType")
at testDoc ( /dom/nodes/Document-createElement-namespace.html:22:5) | Pass | assert_equals(null, null)
at testDoc ( /dom/nodes/Document-createElement-namespace.html:30:3) |
|
Fail | Created element's namespace in xhtml_ns_changed.svg | Cannot read properties of null (reading 'contentType')TypeError: Cannot read properties of null (reading 'contentType')
at testDoc (https://www1.wpt.live/dom/nodes/Document-createElement-namespace.html:20:11)
at Test.<anonymous> (https://www1.wpt.live/dom/nodes/Document-createElement-namespace.html:110:9)
at Test.step (https://www1.wpt.live/resources/testharness.js:2684:25)
at HTMLIFrameElement.<anonymous> (https://www1.wpt.live/resources/testharness.js:2759:32) Asserts runNo asserts ran |