mstensho | 256093e | 2016-10-07 19:21:03 | [diff] [blame] | 1 | <!DOCTYPE html> |
| 2 | <script src="../resources/check-layout.js"></script> |
| 3 | <p>There should be a smiley below.</p> |
| 4 | <div id="multicol" style="position:relative; columns:1; column-fill:auto; height:200px; overflow:hidden;"> |
| 5 | <div style="padding-top:50px; break-inside:avoid;"> |
| 6 | <div style="padding-top:50px; height:400px; break-inside:avoid;"> |
| 7 | <div data-offset-y="100" data-offset-x="0"> |
| 8 | :-) |
| 9 | </div> |
| 10 | </div> |
| 11 | </div> |
| 12 | </div> |
| 13 | <script> |
| 14 | checkLayout("#multicol"); |
| 15 | </script> |