Summary

Harness status: OK

Found 2 tests

Details

ResultTest NameMessage
PassTemplate element content is correctly serialized
Asserts run
Pass
assert_equals("<table><tbody><tr><td></td></tr></tbody></table>", "<table><tbody><tr><td></td></tr></tbody></table>")
    at Test.<anonymous> ( /html/syntax/serializing-html-fragments/template.html:9:3)
Pass
assert_equals("<template><table><tbody><tr><td></td></tr></tbody></table></template>", "<template><table><tbody><tr><td></td></tr></tbody></table></template>")
    at Test.<anonymous> ( /html/syntax/serializing-html-fragments/template.html:10:3)
PassHTML fragment serialization algorithm should be applied to the template content
Asserts run
Pass
assert_equals("<div xml:lang=\"en-us\" p:attr=\"v\"></div>", "<div xml:lang=\"en-us\" p:attr=\"v\"></div>")
    at Test.<anonymous> ( /html/syntax/serializing-html-fragments/template.html:20:3)