Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / css3 / flexbox / anonymous-block.html
blob2c7986bc79f137c438378181bf6e5388799f6755
1 <!DOCTYPE html>
2 <html>
3 <link href="resources/flexbox.css" rel="stylesheet">
4 <body>
5 <p>This tests that text nodes that have a flexbox as a parent are wrapped in
6 anonymous blocks.</p>
7 <div class="flexbox">This text should be visible.</div>
8 </body>
9 </html>