html5lib Parser Test

Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
Passhtml5lib_innerHTML_template.html 64d3e0e4395745b6ea928e5f5cf888bf675a598b
Asserts run
Pass
assert_not_equals("#document-fragment", "<template>", "template is never the innerHTML context object")
    at convert_innerHTML ( /html/syntax/parsing/test.js:228:3)
Pass
assert_equals("#document\n| <template>\n|   content\n|     <form>\n|       <input>\n|         name=\"q\"\n|     <div>\n|       \"second\"", "#document\n| <template>\n|   content\n|     <form>\n|       <input>\n|         name=\"q\"\n|     <div>\n|       \"second\"")
    at test_fragment ( /html/syntax/parsing/test.js:222:3)