Index: LayoutTests/fast/html/imports/import-script-prototypes-expected.txt |
diff --git a/LayoutTests/fast/html/imports/import-script-prototypes-expected.txt b/LayoutTests/fast/html/imports/import-script-prototypes-expected.txt |
index 407896dbf642d015489d5e01ae843772656667e6..8a0be4f36d23dc406b0e20d722461433d38c6d0a 100644 |
--- a/LayoutTests/fast/html/imports/import-script-prototypes-expected.txt |
+++ b/LayoutTests/fast/html/imports/import-script-prototypes-expected.txt |
@@ -7,7 +7,6 @@ PASS stringInMaster.__proto__ is stringInImport.__proto__ |
PASS thisDocument !== document is true |
PASS thisDocument.__proto__ is document.__proto__ |
PASS thisDocument.head.__proto__ is document.head.__proto__ |
-PASS thisDocument.defaultView is document.defaultView |
PASS (new Image()).ownerDocument is document |
PASS thisDocument.createElement('div').ownerDocument is thisDocument |
PASS document.createElement('div').ownerDocument is document |