Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <style> | |
| 3 * { | |
|
mstensho (USE GERRIT)
2015/07/09 19:21:47
There seriously has to exist a possible test case
| |
| 4 margin-bottom: -3157%; | |
| 5 clear: both; | |
| 6 } | |
| 7 </style> | |
| 8 <table align="left"></table> | |
| 9 <h2></h2> | |
| 10 <object></object> | |
| 11 <ul></ul> | |
| 12 <pre></pre> | |
| 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 |