OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <div style="height: 40px"></div> | |
3 <embed id="plugin" type="application/x-plugin-placeholder-test"></embed> | |
4 <div style="height: 3000px"></div> | |
5 <script> | |
6 onload = function() { | |
7 window.scrollBy(0, 50); | |
8 } | |
9 </script> | |
OLD | NEW |