| Index: third_party/WebKit/LayoutTests/fast/history/scroll-restoration/scroll-restoration-scale-not-impacted.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/history/scroll-restoration/scroll-restoration-scale-not-impacted.html b/third_party/WebKit/LayoutTests/fast/history/scroll-restoration/scroll-restoration-scale-not-impacted.html
|
| index f85418934c9575b76045b0f7be5d6ff120ec1d65..0f91a3bcc57bd6ab1e2f5d17e18d82eb4ec6bc8e 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/history/scroll-restoration/scroll-restoration-scale-not-impacted.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/history/scroll-restoration/scroll-restoration-scale-not-impacted.html
|
| @@ -29,7 +29,7 @@
|
|
|
| setTimeout(function() {
|
| window.name = 'verification';
|
| - window.location = "data:text/html,<script>history.back();</scr" + "ipt>";
|
| + window.location = "../../../resources/back.html";
|
| }, 0);
|
| } else {
|
| assert_array_equals([internals.visualViewportWidth(), internals.visualViewportHeight()], [400, 300], 'page scale is restored');
|
|
|