Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <style> | |
| 3 * { | |
| 4 display: flex; | |
| 5 padding-bottom: 20pt; | |
| 6 min-height: 0.7%; | |
| 7 margin-top: 6000%; | |
| 8 flex-shrink: 0; | |
| 9 flex-basis: 7000%; | |
| 10 } | |
| 11 </style> | |
| 12 <script src="../../resources/check-layout.js"></script> | |
| 13 <abbr data-expected-height=33554376> | |
| 14 <input></input> | |
| 15 </abbr> | |
| 16 <p> crbug.com/380201: Don't shrink below border/padding when stretching children within a flexbox with no available space.</p> | |
| 17 <script> | |
| 18 window.checkLayout('abbr'); | |
| 19 </script> | |
| OLD | NEW |