| Index: third_party/WebKit/LayoutTests/fast/dom/Window/name-and-opener-on-detached-window.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/Window/name-and-opener-on-detached-window.html b/third_party/WebKit/LayoutTests/fast/dom/Window/name-and-opener-on-detached-window.html
|
| index 29dcafa2d321fb9bda28fec01311e78a9a15e480..7af23d9659934ce9c6f6cbe8c91bebb4afe2a46a 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/Window/name-and-opener-on-detached-window.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/Window/name-and-opener-on-detached-window.html
|
| @@ -2,6 +2,8 @@
|
| <head>
|
| <script src="../../../resources/js-test.js"></script>
|
| <script>
|
| +var jsTestIsAsync = true;
|
| +
|
| var childWindow;
|
| var propertiesToVerify = [];
|
|
|
| @@ -17,6 +19,7 @@ function runTest()
|
| shouldBeNull("childWindow.opener");
|
| childWindow.name = "newname";
|
| shouldBe("childWindow.name", "''");
|
| + finishJSTest();
|
| }
|
| </script>
|
| </head>
|
|
|