| Index: third_party/WebKit/LayoutTests/http/tests/security/frameNavigation/resources/iframe-that-performs-top-navigation-without-user-gesture.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/security/frameNavigation/resources/iframe-that-performs-top-navigation-without-user-gesture.html b/third_party/WebKit/LayoutTests/http/tests/security/frameNavigation/resources/iframe-that-performs-top-navigation-without-user-gesture.html
|
| index f2c74ebb14b1ec1a681e8bdf4aab9c4ed54ac1b8..fc545868556b3a3fabbe66b21753ba8fe76a218c 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/security/frameNavigation/resources/iframe-that-performs-top-navigation-without-user-gesture.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/security/frameNavigation/resources/iframe-that-performs-top-navigation-without-user-gesture.html
|
| @@ -1,14 +1,14 @@
|
| <html>
|
| <body>
|
| -The navigation should fail and this iframe should be blocked. This text shouldn't appear.
|
| +The navigation should succeed. This text shouldn't appear.
|
| <script>
|
| window.onload = function()
|
| {
|
| try {
|
| top.location = "http://localhost:8000/security/frameNavigation/resources/navigation-changed-iframe.html";
|
| - top.postMessage("FAIL", "*");
|
| - } catch(e) {
|
| top.postMessage("PASS", "*");
|
| + } catch(e) {
|
| + top.postMessage("FAIL", "*");
|
| }
|
| }
|
| </script>
|
|
|