Sign in
webkit
/
WebKit
/
e9d93e033ff87a102cfc7131a7bb1e75d9689c00
/
.
/
LayoutTests
/
css3
/
flexbox
/
anonymous-block-expected.html
blob: fc8fe9f991d1df8b41a9ab6932f5eefa6553282d [
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>
This text should be visible.
</div>
</body>
</html>