Chromium Code Reviews| Index: headless/test/data/window_open.html |
| diff --git a/third_party/WebKit/LayoutTests/fast/frames/resources/close-top.html b/headless/test/data/window_open.html |
| similarity index 52% |
| copy from third_party/WebKit/LayoutTests/fast/frames/resources/close-top.html |
| copy to headless/test/data/window_open.html |
| index 9957cd9885aee6c361c3d792d9134979b2b694da..dd5d7ea2624444d7ebc36158ca19b84c99484641 100644 |
| --- a/third_party/WebKit/LayoutTests/fast/frames/resources/close-top.html |
| +++ b/headless/test/data/window_open.html |
| @@ -1,3 +1,3 @@ |
| <script> |
| -top.close() |
| + window.open(); |
| </script> |