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