| Index: third_party/WebKit/LayoutTests/external/wpt/html/semantics/embedded-content/the-iframe-element/support/iframe-that-performs-top-navigation-without-user-gesture-failed.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/frameNavigation/resources/iframe-that-performs-top-navigation-without-user-gesture-failed.html b/third_party/WebKit/LayoutTests/external/wpt/html/semantics/embedded-content/the-iframe-element/support/iframe-that-performs-top-navigation-without-user-gesture-failed.html
|
| similarity index 70%
|
| rename from third_party/WebKit/LayoutTests/http/tests/security/frameNavigation/resources/iframe-that-performs-top-navigation-without-user-gesture-failed.html
|
| rename to third_party/WebKit/LayoutTests/external/wpt/html/semantics/embedded-content/the-iframe-element/support/iframe-that-performs-top-navigation-without-user-gesture-failed.html
|
| index 65317e0770456cd36d315065c07aacba2bfee8a9..0436d56df972eb1a3e3fca32813990be976d7104 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/security/frameNavigation/resources/iframe-that-performs-top-navigation-without-user-gesture-failed.html
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/html/semantics/embedded-content/the-iframe-element/support/iframe-that-performs-top-navigation-without-user-gesture-failed.html
|
| @@ -5,7 +5,7 @@ The top navigation from this iframe should be blocked. This text should appear.
|
| window.onload = function()
|
| {
|
| try {
|
| - top.location = "http://localhost:8000/security/frameNavigation/resources/navigation-changed-iframe.html";
|
| + top.location = "navigation-changed-iframe.html";
|
| top.postMessage("FAIL", "*");
|
| } catch(e) {
|
| top.postMessage("PASS", "*");
|
|
|