Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <p>Test that unbreakable content inside a multicol container that's taller than the specified height | |
| 3 of the multicol container doesn't cause an assertion failure.</p> | |
| 4 <p>PASS if no crash or assertion failure.</p> | |
| 5 <script> | |
| 6 if (window.testRunner) | |
| 7 testRunner.dumpAsText(); | |
| 8 </script> | |
| 9 <div style="-webkit-columns:2; height:0.2em;"> | |
| 10 x | |
| 11 </div> | |
| OLD | NEW |