Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <script> | |
| 3 if (window.testRunner) | |
| 4 testRunner.dumpAsText(); | |
| 5 </script> | |
| 6 <style> | |
| 7 #grid { | |
| 8 display: grid; | |
| 9 } | |
| 10 #item { | |
| 11 padding: 0.5px; | |
| 12 margin: 100000000px 0px; | |
| 13 min-height: max-content; | |
| 14 } | |
| 15 </style> | |
| 16 <p>crbug.com/697317 - height >= 0 in LayoutBox.cpp</p> | |
| 17 <p>This test has PASSED if it does not CRASH.</p> | |
| 18 <div id="grid"> | |
| 19 <div id="item"></a> | |
| 20 </div> | |
| OLD | NEW |