blob: 23b5eac6a059d9611ccd3847a6bd8bb1a50e752a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
Tests the HTML foster parenting algorithm when a DocumentFragment is the chosen foster parent
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS div.children.length is 0
PASS docFragment.firstElementChild.tagName is 'H1'
PASS successfullyParsed is true
TEST COMPLETE
|