Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <p>There should be a blue square below.</p> | |
| 3 <div id="multicol" data-expected-height="40" style="columns:4; width:40px; line- height:20px; background:blue;"> | |
| 4 <div style="line-height:60px; margin-top:-20px;"><br></div> | |
| 5 <br> | |
| 6 </div> | |
| 7 <script src="../../resources/testharness.js"></script> | |
| 8 <script src="../../resources/testharnessreport.js"></script> | |
| 9 <script src="../../resources/check-layout-th.js"></script> | |
| 10 <script> | |
| 11 checkLayout("#multicol"); | |
| 12 </script> | |
| OLD | NEW |