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

Unified Diff: LayoutTests/fast/html/imports/import-script-prototypes-expected.txt

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
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

Powered by Google App Engine
This is Rietveld 408576698