Summary

Harness status: OK

Found 3 tests

Details

ResultTest NameMessage
Passbuiltin: document.createElementNS should create custom elements with prefixes.
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /custom-elements/Document-createElementNS-customized-builtins.html:14:3)
Pass
assert_equals("p", "p")
    at Test.<anonymous> ( /custom-elements/Document-createElementNS-customized-builtins.html:15:3)
Pass
assert_false(false)
    at Test.<anonymous> ( /custom-elements/Document-createElementNS-customized-builtins.html:16:3)
Passbuiltin: document.createElementNS should check namespaces.
Asserts run
Pass
assert_false(false)
    at Test.<anonymous> ( /custom-elements/Document-createElementNS-customized-builtins.html:24:3)
Pass
assert_false(false)
    at Test.<anonymous> ( /custom-elements/Document-createElementNS-customized-builtins.html:25:3)
Faildocument.createElementNS()'s third argument is to be ignored when it's a stringassert_false: expected false got true
    at Test.<anonymous> (https://www1.wpt.live/custom-elements/Document-createElementNS-customized-builtins.html:39:5)
    at Test.step (https://www1.wpt.live/resources/testharness.js:2638:25)
    at test (https://www1.wpt.live/resources/testharness.js:633:30)
    at https://www1.wpt.live/custom-elements/Document-createElementNS-customized-builtins.html:28:1
Asserts run
Pass
assert_true(true)
    at Test.<anonymous> ( /custom-elements/Document-createElementNS-customized-builtins.html:33:5)
Pass
assert_true(true)
    at Test.<anonymous> ( /custom-elements/Document-createElementNS-customized-builtins.html:34:5)
Pass
assert_equals("p", "p")
    at Test.<anonymous> ( /custom-elements/Document-createElementNS-customized-builtins.html:35:5)
Pass
assert_true(true)
    at Test.<anonymous> ( /custom-elements/Document-createElementNS-customized-builtins.html:38:5)
Fail
assert_false(true)
    at Test.<anonymous> ( /custom-elements/Document-createElementNS-customized-builtins.html:39:5)