Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <script> | |
| 3 if (window.testRunner) | |
| 4 testRunner.dumpAsText(); | |
| 5 </script> | |
| 6 <p>Grid with auto scrollbar inside multicol - pass if no crash.</p> | |
| 7 <div style="-webkit-columns:3;"> | |
| 8 <div style="display:grid; overflow-y:auto; width:10em; height:2em;"><br><br> <br></div> | |
| 9 </div> | |
| OLD | NEW |