chromium/third_party/blink/web_tests/fast/events/page-scaled-mouse-click.html

<!DOCTYPE html>
<html>
<head>
<style>
  ::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }
</style>
<script src="../../resources/js-test.js"></script>
</head>
<body style="width: 4000px; margin:0px">
<script src="script-tests/page-scaled-mouse-click.js"></script>
</body>
</html>