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