Index: LayoutTests/fast/dom/move-nodes-across-documents.html |
diff --git a/LayoutTests/fast/dom/move-nodes-across-documents.html b/LayoutTests/fast/dom/move-nodes-across-documents.html |
index 3881f049921b13dd3fb66fe6d7a52ec74af68583..62d516e4c660385a166e57132e7b6a3deb0f5834 100644 |
--- a/LayoutTests/fast/dom/move-nodes-across-documents.html |
+++ b/LayoutTests/fast/dom/move-nodes-across-documents.html |
@@ -106,7 +106,7 @@ function run() |
} finally { |
// Clear the event handler to avoid affecting the following tests. |
} |
- }); |
+ }, "TypeError"); |
runTest(function() { |
iframeDoc.body.appendChild(document.createElement('div')); |