diff options
Diffstat (limited to 'tests/wpt/web-platform-tests/css/css-flexbox/reference/anonymous-block-ref.html')
-rw-r--r-- | tests/wpt/web-platform-tests/css/css-flexbox/reference/anonymous-block-ref.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/wpt/web-platform-tests/css/css-flexbox/reference/anonymous-block-ref.html b/tests/wpt/web-platform-tests/css/css-flexbox/reference/anonymous-block-ref.html new file mode 100644 index 00000000000..fc8fe9f991d --- /dev/null +++ b/tests/wpt/web-platform-tests/css/css-flexbox/reference/anonymous-block-ref.html @@ -0,0 +1,8 @@ +<!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> |