Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <script src="../../resources/check-layout.js"></script> | |
| 3 <p>There should be a horizontal scrollbar below.</p> | |
| 4 <div id="container" style="overflow:auto; width:400px;" data-expected-scroll-wid th="800"> | |
|
eae
2016/05/03 13:11:28
Where are you getting 800 from? Two columns each 1
mstensho (USE GERRIT)
2016/05/03 13:20:24
Yes, the specified, computed, and used value of co
| |
| 5 <div style="columns:2; column-gap:200px; column-fill:auto; width:100px; heig ht:40px;"> | |
| 6 <div style="height:200px;"></div> | |
| 7 </div> | |
| 8 </div> | |
| 9 <script> | |
| 10 checkLayout("#container"); | |
| 11 </script> | |
| OLD | NEW |