blob: 5e79ea1714ebc375fab54790141af736eb67feb9 [file] [log] [blame]
<!DOCTYPE html>
<title>Test user gesture is delegated to iframes after navigation.</title>
<script>
if (window.testRunner) {
testRunner.waitUntilDone();
testRunner.dumpAsText();
}
chrome.gpuBenchmarking.pointerActionSequence([
{"source": "mouse",
"actions": [
{ "name": "pointerDown", "x": 0, "y": 0 },
{ "name": "pointerUp" } ]}], () => {
document.location.href = 'resources/test-autoplay-post-navigation.html';
});
</script>