Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 PASS if no crash. | |
| 2 | |
| 3 After initial layout: A multicol has a column-span:all descendant (not a direct child, so that we establish block continuations and anonymous multi-column block s) | |
| 4 Turn a child of this multicol container into a multicol | |
| 5 Add another column-span:all descendant (again, not a direct child, so that we ge t more continuations) | |
| 6 Set display:none on everything | |
| OLD | NEW |