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