Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / dom / importNode-null-expected.txt
1 This page tests calling document.importNode(null). If it passes, you'll see a "PASS" message below.
2
3 caught exception: TypeError: Failed to execute 'importNode' on 'Document': parameter 1 is not of type 'Node'.
4 PASS: importNode(null) didn't crash