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..c4bae9b9c1ef6715aa5385177af29be040b082bd 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('', ''); |
doc.adoptNode(test); |
test.appendChild(root.getElementById('svg').cloneNode(0)); |
document.open(); |