OLD | NEW |
---|---|
(Empty) | |
1 <!DOCTYPE html> | |
2 <style> | |
3 h5 { | |
4 margin-bottom: -3157%; | |
5 clear: both; | |
6 } | |
7 </style> | |
8 <div style="float: left;"></div> | |
9 <h2></h2> | |
10 <img> | |
11 <h5></h5> | |
12 <h5 id="last"></h5> | |
13 <h5 data-expected-height=0></h5> | |
14 <p> crbug.com/501726: layout gets set on self-collapsing block during margin col lapsing</p> | |
15 <script src="../../resources/check-layout.js"></script> | |
16 <script> | |
17 checkLayout("h5"); | |
18 </script> | |
19 | |
OLD | NEW |