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 d3501a17db86c4ec860fb5f122c7d5cdae6f5a35..3881f049921b13dd3fb66fe6d7a52ec74af68583 100644 |
--- a/LayoutTests/fast/dom/move-nodes-across-documents.html |
+++ b/LayoutTests/fast/dom/move-nodes-across-documents.html |
@@ -179,7 +179,7 @@ function run() |
runTest(function() { |
iframeDoc.appendChild(document.doctype); |
console.log(document.doctype); |
- }, 'NotFoundError'); |
+ }, 'TypeError'); |
// When setting a boundary of the range in a different |
// document, the call should succeed and the range should be collapsed. |