Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <p>The word "PASS" should be seen below.</p> | |
| 3 <div id="scrollable" style="overflow:hidden; columns:1; column-gap:0; width:100p x; height:100px;"> | |
| 4 <div style="height:10000px;"></div> | |
| 5 PASS | |
| 6 </div> | |
| 7 <script> | |
| 8 document.getElementById("scrollable").scrollLeft = 10000; | |
| 9 </script> | |
| OLD | NEW |