blob: 54f33f4906719337760a930dd99b0ef1baec6a8a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<html>
<body>
Reload page and mouse click quickly in the black box.
<style>
::-webkit-scrollbar { width: 1000; }
</style>
<script>setTimeout("try { document.body.offsetTop; child = document.body; child.parentNode.removeChild(child); } catch(e) {}", 100);</script>
<svg>
</svg>
</body>
</html>
|