Summary

Harness status: OK

Found 51 tests

Details

ResultTest NameMessage
PassCreated element's namespace in current document
Asserts run
Pass
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)
PassCreated element's namespace in created HTML document
Asserts run
Pass
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)
PassCreated element's namespace in created XML document
Asserts run
Pass
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)
PassCreated element's namespace in created XHTML document
Asserts run
Pass
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)
PassCreated element's namespace in created SVG document
Asserts run
Pass
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)
PassCreated element's namespace in created MathML document
Asserts run
Pass
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)
PassCreated element's namespace in created HTML document by DOMParser ('text/html')
Asserts run
Pass
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)
PassCreated element's namespace in created XML document by DOMParser ('text/xml')
Asserts run
Pass
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)
PassCreated element's namespace in created XML document by DOMParser ('application/xml')
Asserts run
Pass
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)
PassCreated element's namespace in created XHTML document by DOMParser ('application/xhtml+xml')
Asserts run
Pass
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)
PassCreated element's namespace in created SVG document by DOMParser ('image/svg+xml')
Asserts run
Pass
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)
PassCreated element's namespace in empty.html
Asserts run
Pass
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)
PassCreated element's namespace in empty.xhtml
Asserts run
Pass
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)
PassCreated element's namespace in empty.xml
Asserts run
Pass
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)
FailCreated element's namespace in empty.svgCannot 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
PassCreated element's namespace in minimal_html.html
Asserts run
Pass
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)
PassCreated element's namespace in minimal_html.xhtml
Asserts run
Pass
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)
PassCreated element's namespace in minimal_html.xml
Asserts run
Pass
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)
FailCreated element's namespace in minimal_html.svgCannot 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
PassCreated element's namespace in xhtml.html
Asserts run
Pass
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)
PassCreated element's namespace in xhtml.xhtml
Asserts run
Pass
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)
PassCreated element's namespace in xhtml.xml
Asserts run
Pass
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)
FailCreated element's namespace in xhtml.svgCannot 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
PassCreated element's namespace in svg.html
Asserts run
Pass
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)
PassCreated element's namespace in svg.xhtml
Asserts run
Pass
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)
PassCreated element's namespace in svg.xml
Asserts run
Pass
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)
FailCreated element's namespace in svg.svgCannot 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
PassCreated element's namespace in mathml.html
Asserts run
Pass
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)
PassCreated element's namespace in mathml.xhtml
Asserts run
Pass
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)
PassCreated element's namespace in mathml.xml
Asserts run
Pass
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)
FailCreated element's namespace in mathml.svgCannot 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
PassCreated element's namespace in bare_xhtml.html
Asserts run
Pass
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)
PassCreated element's namespace in bare_xhtml.xhtml
Asserts run
Pass
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)
PassCreated element's namespace in bare_xhtml.xml
Asserts run
Pass
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)
FailCreated element's namespace in bare_xhtml.svgCannot 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
PassCreated element's namespace in bare_svg.html
Asserts run
Pass
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)
PassCreated element's namespace in bare_svg.xhtml
Asserts run
Pass
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)
PassCreated element's namespace in bare_svg.xml
Asserts run
Pass
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)
FailCreated element's namespace in bare_svg.svgCannot 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
PassCreated element's namespace in bare_mathml.html
Asserts run
Pass
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)
PassCreated element's namespace in bare_mathml.xhtml
Asserts run
Pass
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)
PassCreated element's namespace in bare_mathml.xml
Asserts run
Pass
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)
FailCreated element's namespace in bare_mathml.svgCannot 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
PassCreated element's namespace in xhtml_ns_removed.html
Asserts run
Pass
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)
PassCreated element's namespace in xhtml_ns_removed.xhtml
Asserts run
Pass
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)
PassCreated element's namespace in xhtml_ns_removed.xml
Asserts run
Pass
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)
FailCreated element's namespace in xhtml_ns_removed.svgCannot 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
PassCreated element's namespace in xhtml_ns_changed.html
Asserts run
Pass
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)
PassCreated element's namespace in xhtml_ns_changed.xhtml
Asserts run
Pass
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)
PassCreated element's namespace in xhtml_ns_changed.xml
Asserts run
Pass
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)
FailCreated element's namespace in xhtml_ns_changed.svgCannot 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