Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <style> | |
| 3 ::-webkit-scrollbar { | |
| 4 height: 1px; | |
| 5 width: 1px | |
| 6 } | |
| 7 html { | |
| 8 overflow-y: scroll | |
| 9 } | |
| 10 </style> | |
| 11 <script> | |
| 12 if (window.testRunner) | |
| 13 testRunner.dumpAsText(); | |
| 14 eventSender.setPageZoomFactor(2.5); | |
| 15 </script> | |
| 16 <div> | |
| 17 Custom-Scrollbar needs layout when scrollbar thickness changed. | |
| 18 <span>The test passed if chrome did not crash.</span> | |
| 19 </div> | |
| 20 <ul> | |
|
rune
2014/11/07 10:58:08
Could you just use a tall div here instead, like y
MuVen
2014/11/07 11:33:55
Done.
| |
| 21 <li>Chrome did not crash</li> | |
| 22 <li>Chrome did not crash</li> | |
| 23 <li>Chrome did not crash</li> | |
| 24 <li>Chrome did not crash</li> | |
| 25 <li>Chrome did not crash</li> | |
| 26 <li>Chrome did not crash</li> | |
| 27 <li>Chrome did not crash</li> | |
| 28 <li>Chrome did not crash</li> | |
| 29 <li>Chrome did not crash</li> | |
| 30 <li>Chrome did not crash</li> | |
| 31 </ul> | |
| OLD | NEW |