Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
PassHTML parser must only append nodes that appear before a custom element before instantiating the custom element
Asserts run
Pass
assert_equals(3, 3)
    at Test.<anonymous> ( /custom-elements/parser/parser-constructs-custom-element-synchronously.html:41:5)
Pass
assert_equals(Text node "     ", Text node "     ")
    at Test.<anonymous> ( /custom-elements/parser/parser-constructs-custom-element-synchronously.html:42:5)
Pass
assert_equals(Element node <span id="custom-element-previous-element"></span>, Element node <span id="custom-element-previous-element"></span>)
    at Test.<anonymous> ( /custom-elements/parser/parser-constructs-custom-element-synchronously.html:43:5)
Pass
assert_equals(Text node "     ", Text node "     ")
    at Test.<anonymous> ( /custom-elements/parser/parser-constructs-custom-element-synchronously.html:44:5)
Pass
assert_equals(null, null)
    at Test.<anonymous> ( /custom-elements/parser/parser-constructs-custom-element-synchronously.html:45:5)