Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <p>Test changing a regular block with inline children into a multicol container, and then add a block.</p> | |
| 3 <p>PASS if no crash.</p> | |
| 4 <div id="container"> | |
| 5 | |
| 6 <script> | |
| 7 if (window.testRunner) | |
| 8 testRunner.dumpAsText(); | |
| 9 document.body.offsetTop; | |
| 10 document.getElementById("container").style.webkitColumns = '3'; | |
| 11 document.body.offsetTop; | |
| 12 </script> | |
| 13 <p></p> | |
| 14 </div> | |
| OLD | NEW |