Index: LayoutTests/fast/dom/node-move-to-new-document-crash-main.html |
diff --git a/LayoutTests/fast/dom/node-move-to-new-document-crash-main.html b/LayoutTests/fast/dom/node-move-to-new-document-crash-main.html |
index 42cc97c30e5295d3b9a4f748f13f0f746f9bac8e..651fc293b6116a8c1adf4fab260bd56b6c73fc93 100755 |
--- a/LayoutTests/fast/dom/node-move-to-new-document-crash-main.html |
+++ b/LayoutTests/fast/dom/node-move-to-new-document-crash-main.html |
@@ -13,7 +13,7 @@ function runTest() |
{ |
root = document.getElementById('root').contentDocument; |
test = root.getElementById('test'); |
- var doc = document.implementation.createDocument(); |
+ var doc = document.implementation.createDocument(null, ''); |
doc.adoptNode(test); |
test.appendChild(root.getElementById('svg').cloneNode(0)); |
document.open(); |