blob: f981a126d800cff10a12972c1bd8135879db92e8 [file] [log] [blame]
<html>
<head>
<meta http-equiv="refresh" content="2;./resources/meta-refresh-target.html">
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.dumpUserGestureInFrameLoadCallbacks();
testRunner.waitUntilDone();
}
</script>
</head>
<body>
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.
</body>
</html>