OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <p>There should be a blue square below.</p> | |
3 <div id="multicol" data-expected-height="20" style="columns:2; width:20px; line- height:20px; background:blue;"> | |
4 <div style="line-height:60px; margin-top:-40px;"><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 |