Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(213)

Unified Diff: LayoutTests/fast/html/imports/resources/script-prototype-test.html

Issue 560183002: HTML Imports: Let document.defaultView null for imports. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/fast/html/imports/import-script-prototypes-expected.txt ('k') | Source/core/dom/Document.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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");
« no previous file with comments | « LayoutTests/fast/html/imports/import-script-prototypes-expected.txt ('k') | Source/core/dom/Document.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698