| Index: third_party/WebKit/LayoutTests/http/tests/history/history-entry-requires-user-gesture.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/history/history-entry-requires-user-gesture.html b/third_party/WebKit/LayoutTests/http/tests/history/history-entry-requires-user-gesture.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..3424abafe3cb8929f9e3672d4ecc11bc5504537d
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/history/history-entry-requires-user-gesture.html
|
| @@ -0,0 +1,14 @@
|
| +<body onload="loaded();">
|
| +<script>
|
| +if (window.testRunner) {
|
| + testRunner.dumpAsText();
|
| + testRunner.dumpBackForwardList();
|
| + testRunner.waitUntilDone();
|
| + internals.settings.setHistoryEntryRequiresUserGesture(true);
|
| +}
|
| +
|
| +function loaded() {
|
| + setTimeout("location = 'resources/navigation-with-user-gesture.html'", 0);
|
| +}
|
| +</script>
|
| +</body>
|
|
|