Sign in
chromium
/
external
/
WebKit_LayoutTests
/
master
/
.
/
css3
/
flexbox
/
anonymous-block.html
blob: 53ea86811d01881d53fb2d293199ef485ba87989 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<body>
<p>
This tests that text nodes that have a flexbox as a parent are wrapped in
anonymous blocks.
</p>
<div
style
=
"
display
:
-webkit-flex
"
>
This text should be visible.
</div>
</body>
</html>