| Index: third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed.html b/third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed.html
|
| index 8e515d77a16751e6288dcbd80ecf62c5901e077e..eee93f042874e910f3919f5ca93936ec06306d37 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/Window/property-access-on-cached-properties-after-frame-removed.html
|
| @@ -3,6 +3,8 @@
|
| <script src="../../../resources/js-test.js"></script>
|
| <script src="resources/window-property-collector.js"></script>
|
| <script>
|
| +var jsTestIsAsync = true;
|
| +
|
| var childWindow;
|
| var propertiesToVerify = [];
|
|
|
| @@ -29,6 +31,7 @@ function runTest()
|
| frame.parentNode.removeChild(frame);
|
| for (var i = 0; i < propertiesToVerify.length; ++i)
|
| shouldBe(propertiesToVerify[i].property, propertiesToVerify[i].expected);
|
| + finishJSTest();
|
| }
|
| </script>
|
| </head>
|
|
|