| <!doctype html> |
| <html> |
| <head> |
| <style type="text/css"> |
| #article1 { -webkit-columns: 1; } |
| #p1 { -webkit-column-span: all; } |
| </style> |
| </head> |
| <body> |
| <div id="article1"> |
| <p id="p1">PASS</p> |
| </div> |
| <div>Test passes if it doesn't crash or assert.</div> |
| <div>Test added as part of <a href="https://bugs.webkit.org/show_bug.cgi?id=117698">117698 - [New multicol] Change test to follow the pattern of the other tests</a></div> |
| <div>This is a follow up of <a href="https://bugs.webkit.org/show_bug.cgi?id=116614">116614</a>, testing that flow threads don't end up being cloned in region based multi columns with columns:1 where the only child has column-span:all.</div> |
| </body> |
| </html> |