3 <meta http-equiv=
"refresh" content=
"2;./resources/meta-refresh-target.html">
5 if (window
.testRunner
) {
6 testRunner
.dumpAsText();
7 testRunner
.dumpUserGestureInFrameLoadCallbacks();
8 testRunner
.waitUntilDone();
13 Some WebKit ports send the user gesture to the embedders in didStartProvisionalLoad callback. The embedders use it to judge whether the navigation is user-initiated or not. In meta refresh redirection, the user gesture status in didStartProvisionalLoad callback should be false. For more details, please refer to https://bugs.webkit.org/show_bug.cgi?id=
47817.