| Index: third_party/WebKit/LayoutTests/http/tests/security/frameNavigation/xss-ALLOWED-parent-navigation-change-async.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/frameNavigation/xss-ALLOWED-parent-navigation-change.html b/third_party/WebKit/LayoutTests/http/tests/security/frameNavigation/xss-ALLOWED-parent-navigation-change-async.html
|
| similarity index 92%
|
| copy from third_party/WebKit/LayoutTests/http/tests/security/frameNavigation/xss-ALLOWED-parent-navigation-change.html
|
| copy to third_party/WebKit/LayoutTests/http/tests/security/frameNavigation/xss-ALLOWED-parent-navigation-change-async.html
|
| index 7d9de1fc51cf9307ba2d500ed5d2e3405f61bee5..ad10e9467fc688ff4337dfb2a49694ee667aee58 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/security/frameNavigation/xss-ALLOWED-parent-navigation-change.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/security/frameNavigation/xss-ALLOWED-parent-navigation-change-async.html
|
| @@ -23,6 +23,6 @@
|
| <p>This tests that documents can navigate the location of any of it's parent-frames regardless of domain, if a
|
| user gesture is present.</p>
|
| <h4>DOMAIN</h4>
|
| - <iframe id="i" src="http://localhost:8000/security/frameNavigation/resources/iframe-that-performs-parent-navigation.html"></iframe>
|
| + <iframe id="i" src="http://localhost:8000/security/frameNavigation/resources/iframe-that-performs-parent-navigation-async.html"></iframe>
|
| </body>
|
| </html>
|
|
|