blob: c5203eeed9a13878ab8f539bfc7dc40943a12096 [file] [log] [blame]
This page tests calling document.importNode.
PASS imported.childNodes.length is 2
PASS imported.textContent == 'hello world' is true
PASS imported.childNodes.length is 2
PASS imported.textContent == 'hello world' is true
PASS imported.childNodes.length is 0
PASS imported.textContent == '' is true