summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/dom/document-importNode-arguments-expected.txt
blob: beefbd8e2232e41f809ded4a1161075f3f06e852 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
This page tests calling document.importNode.

PASS imported.childNodes.length is 0
PASS imported.textContent == '' 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
PASS successfullyParsed is true

TEST COMPLETE