blob: a019f9c9fa458455da5a9a10d11c082d0c857ce5 [file] [log] [blame]
<html>
<head>
<script>
function runTests() {
if (window.layoutTestController) {
layoutTestController.dumpAsText();
layoutTestController.dumpUserGestureInFrameLoadCallbacks();
layoutTestController.waitUntilDone();
}
setTimeout("location.href='data:text/html,<script>layoutTestController.notifyDone()</" + "script>'", 1000);
}
</script>
</head>
<body onload="runTests();">
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 location change 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.
</div>
</body>
</html>