OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <script> | |
3 onload = function() { | |
4 document.getElementById('target').scrollTop = 1000; | |
5 } | |
6 </script> | |
7 <p>You should see the word 'PASS' below.</p> | |
8 <div id="target" style="overflow:scroll; line-height:2em; height:4em; -webkit-co lumns:4;"> | |
9 <div style="-webkit-column-span:all; height:2em;"> | |
10 <br><br><br><br>PASS | |
11 </div> | |
12 </div> | |
OLD | NEW |