| Index: third_party/WebKit/LayoutTests/fast/frames/location-redirect-user-gesture.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/frames/location-redirect-user-gesture.html b/third_party/WebKit/LayoutTests/fast/frames/location-redirect-user-gesture.html
|
| index 9d9d9d1887e48c15c10b83348d090fe8ebf81e6f..7c01c6978a7d7f187ddc0f1a426687b0455a6c03 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/frames/location-redirect-user-gesture.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/frames/location-redirect-user-gesture.html
|
| @@ -1,6 +1,6 @@
|
| <html>
|
| <head>
|
| -<script>
|
| +<script>
|
| function runTests() {
|
| if (window.testRunner) {
|
| testRunner.dumpAsText();
|
| @@ -8,7 +8,7 @@
|
| testRunner.waitUntilDone();
|
| }
|
|
|
| - setTimeout("location.href='data:text/html,<script>testRunner.notifyDone()</" + "script>'", 1000);
|
| + setTimeout("location.href='../../resources/notify-success.html'", 1000);
|
| }
|
| </script>
|
| </head>
|
|
|