Summary

Harness status: OK

Found 3 tests

Details

ResultTest NameMessage
Pass"is" value should be serialized if the custom element has no "is" content attribute
Asserts run
Pass
assert_equals("<p is=\"my-p\" class=\"foo\"></p>", "<p is=\"my-p\" class=\"foo\"></p>")
    at Test.<anonymous> ( /custom-elements/parser/serializing-html-fragments-customized-builtins.html:14:3)
Pass
assert_not_equals(Element node <p is="my-p" class="foo"></p>, Element node <p class="foo"></p>)
    at Test.<anonymous> ( /custom-elements/parser/serializing-html-fragments-customized-builtins.html:19:3)
Pass
assert_true(true)
    at Test.<anonymous> ( /custom-elements/parser/serializing-html-fragments-customized-builtins.html:20:3)
Pass"is" value should be serialized even for an undefined element
Asserts run
Pass
assert_equals("<p is=\"your-p\"></p>", "<p is=\"your-p\"></p>")
    at Test.<anonymous> ( /custom-elements/parser/serializing-html-fragments-customized-builtins.html:25:3)
Pass"is" content attribute should be serialized even if the element is a customized built-in element
Asserts run
Pass
assert_equals("<div is=\"foo&quot;bar\n\"></div>", "<div is=\"foo&quot;bar\n\"></div>")
    at Test.<anonymous> ( /custom-elements/parser/serializing-html-fragments-customized-builtins.html:34:3)