html5lib Parser Test

Summary

Harness status: OK

Found 1 tests

Details

ResultTest NameMessage
Failhtml5lib_innerHTML_adoption01.html 0bf80e1546d4c221354aa9734f61713b7d64ee6dassert_equals: expected "#document\n| <b>\n| <em>\n| <foo>\n| <foob>\n| <fooc>\n| <aside>\n| <b>" but got "#document\n| <b>\n| <em>\n| <foo>\n| <foob>\n| <fooc>\n| <aside>\n| <em>\n| <b>"
    at test_fragment (https://wpt.live/html/syntax/parsing/test.js:222:3)
    at Test.<anonymous> (https://wpt.live/html/syntax/parsing/test.js:336:20)
    at Test.step (https://wpt.live/resources/testharness.js:2642:25)
    at https://wpt.live/html/syntax/parsing/test.js:330:20
    at https://wpt.live/resources/testharness.js:1234:18
Asserts run
Pass
assert_not_equals("|<div>", "<template>", "template is never the innerHTML context object")
    at convert_innerHTML ( /html/syntax/parsing/test.js:228:3)
Fail
assert_equals("#document\n| <b>\n|   <em>\n|     <foo>\n|       <foob>\n|         <fooc>\n| <aside>\n|   <em>\n|     <b>", "#document\n| <b>\n|   <em>\n|     <foo>\n|       <foob>\n|         <fooc>\n| <aside>\n|   <b>")
    at test_fragment ( /html/syntax/parsing/test.js:222:3)

0bf80e1546d4c221354aa9734f61713b7d64ee6d

Input

undefined

Expected

#document
| <b>
|   <em>
|     <foo>
|       <foob>
|         <fooc>
| <aside>
|   <b>

Actual

|<div>
| <b>
|   <em>
|     <foo>
|       <foob>
|         <fooc>
| <aside>
|   <em>
|     <b>