OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <script src="../../resources/check-layout.js"></script> | |
3 <p>The word "YO" (with large letter spacing) should be seen below. There should also be a tiny | |
4 blue <em>square</em>. And there should be no crash or assertion failure.</p> | |
5 <div id="multicol" style="position:relative; -webkit-column-count:2; -webkit-col umn-gap:0; width:40px; line-height:40px; background:blue;" data-expected-height= "100"> | |
6 <div style="float:left; width:100%; height:80px; background:papayawhip;">Y</ div> | |
7 <div style="float:left; width:100%; height:100px; background:papayawhip;" da ta-offset-y="0">O</div> | |
8 </div> | |
9 <script> | |
10 checkLayout("#multicol"); | |
11 </script> | |
OLD | NEW |