OLD | NEW |
1 Otherwise, if there is a table element in the stack of open elements, but the la
st table element in the stack of open elements has no parent, or its parent node
is not an element, then the foster parent element is the element before the las
t table element in the stack of open elements. | 1 Tests the HTML foster parenting algorithm when a DocumentFragment is the chosen
foster parent |
2 | 2 |
3 success | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 |
| 5 |
| 6 PASS div.children.length is 0 |
| 7 PASS docFragment.firstElementChild.tagName is 'H1' |
| 8 PASS successfullyParsed is true |
| 9 |
| 10 TEST COMPLETE |
| 11 |
OLD | NEW |