Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / multicol / newmulticol / direct-child-column-span-all.html
1 <!doctype html>
2 <html>
3     <head>
4         <style type="text/css">
5             #article1 { -webkit-columns: 1; }
6             #p1 { -webkit-column-span: all; }
7         </style>
8     </head>
9     <body>
10         <div id="article1">
11             <p id="p1">PASS</p>
12         </div>
13         <div>Test passes if it doesn't crash or assert.</div>
14         <div>Test added as part of <a href="https://code.google.com/p/chromium/issues/detail?id=242129">242129 - ASSERTION FAILED: !node || node->isElementNode(), UNKNOWN in WebCore::RenderBlock::clone</a></div>
15     </body>
16 </html>