Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <body onload="loaded();"> | |
|
ojan
2017/04/03 21:03:54
Should we also have a version of this test that ha
Nate Chapin
2017/04/04 20:42:19
Added a 2nd step to this test, so there's one navi
| |
| 2 <script> | |
| 3 if (window.testRunner) { | |
| 4 testRunner.dumpAsText(); | |
| 5 testRunner.dumpBackForwardList(); | |
| 6 testRunner.waitUntilDone(); | |
| 7 internals.settings.setHistoryEntryRequiresUserGesture(true); | |
|
ojan
2017/04/03 21:03:54
A downside of this solution is that we have to kee
Nate Chapin
2017/04/04 20:42:19
Time + churn. Giving them all a user gesture is a
Z_DONOTUSE
2017/04/05 17:39:13
Ah. That makes total sense. I wasn't thinking abou
| |
| 8 } | |
| 9 | |
| 10 function loaded() { | |
| 11 setTimeout("location = '../resources/notify-done.html'", 0); | |
| 12 } | |
| 13 </script> | |
| 14 </body> | |
| OLD | NEW |