Wed, 31 Dec 2014 07:53:36 +0100
Correct small whitespace inconsistency, lost while renaming variables.
michael@0 | 1 | <!DOCTYPE HTML> |
michael@0 | 2 | <html> |
michael@0 | 3 | <body> |
michael@0 | 4 | <div style="background:lime; width:100px; height:30000px;"></div> |
michael@0 | 5 | <script> |
michael@0 | 6 | window.scrollTo(0, 100000); |
michael@0 | 7 | </script> |
michael@0 | 8 | </body> |
michael@0 | 9 | </html> |