Index: LayoutTests/fast/html/imports/resources/script-prototype-test.html |
diff --git a/LayoutTests/fast/html/imports/resources/script-prototype-test.html b/LayoutTests/fast/html/imports/resources/script-prototype-test.html |
index 21004d182bad20772cb931ed377f93fc98b64a0c..40f6cd08bbbce575be5a0b83a8b7bc1bde4be485 100644 |
--- a/LayoutTests/fast/html/imports/resources/script-prototype-test.html |
+++ b/LayoutTests/fast/html/imports/resources/script-prototype-test.html |
@@ -15,9 +15,6 @@ shouldBeTrue("thisDocument !== document"); |
shouldBe("thisDocument.__proto__", "document.__proto__"); |
shouldBe("thisDocument.head.__proto__", "document.head.__proto__"); |
-// The import shares window between the master. |
-shouldBe("thisDocument.defaultView", "document.defaultView"); |
- |
// Since the construcdtor belongs to master's window, its owner document is the master |
shouldBe("(new Image()).ownerDocument", "document"); |