Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / dom / importNode-null-expected.txt
index 4cf6081..d4558e2 100644 (file)
@@ -1,4 +1,4 @@
 This page tests calling document.importNode(null). If it passes, you'll see a "PASS" message below.
 
-caught exception: NotSupportedError: The implementation did not support the requested type of object or operation.
+caught exception: TypeError: Failed to execute 'importNode' on 'Document': parameter 1 is not of type 'Node'.
 PASS: importNode(null) didn't crash