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

Unified Diff: LayoutTests/fast/html/imports/import-defaultView.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 | « no previous file | LayoutTests/fast/html/imports/import-defaultView-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/html/imports/import-defaultView.html
diff --git a/LayoutTests/fast/html/imports/import-defaultView.html b/LayoutTests/fast/html/imports/import-defaultView.html
index 7b9b0f52c71cecfad9b9234f0bb23cea6ef5e878..9c5cbb49d753e461db9ee3b36dbf4834988ee87b 100644
--- a/LayoutTests/fast/html/imports/import-defaultView.html
+++ b/LayoutTests/fast/html/imports/import-defaultView.html
@@ -6,7 +6,9 @@
</head>
<body>
<script>
-shouldBe("importLink.import.defaultView", "document.defaultView");
+// This used to be non-null but not longer is.
+// See http://crbug.com/408272
+shouldBeNull("importLink.import.defaultView");
window.jsTestIsAsync = true;
« no previous file with comments | « no previous file | LayoutTests/fast/html/imports/import-defaultView-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698