blob: 4d7369ddf94ed9bfa266fe4f2a81830c1a5ae79d [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<script src="../../../resources/ui-helper.js"></script>
<script src="resources/wheel-handler-region-helper.js"></script>
<script>
async function doTest()
{
document.addEventListener('mousewheel', function() { });
dumpRegionAndNotifyDone();
}
window.addEventListener('load', doTest);
</script>
</head>
<body>
<pre id="output"></pre>
</body>
</html>