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 <abbr> | |
| 13 <input></input> | |
| 14 </abbr> | |
| 15 <p> crbug.com/380201: This test shouldn't crash </p> | |
| 16 <script> | |
| 17 if (window.testRunner) | |
| 18 testRunner.dumpAsText(); | |
| 19 </script> | |
| OLD | NEW |