diff options
Diffstat (limited to 'testing/web-platform/tests/css/css-text/hyphens/hyphens-auto-min-content-ref-2.html')
-rw-r--r-- | testing/web-platform/tests/css/css-text/hyphens/hyphens-auto-min-content-ref-2.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-text/hyphens/hyphens-auto-min-content-ref-2.html b/testing/web-platform/tests/css/css-text/hyphens/hyphens-auto-min-content-ref-2.html new file mode 100644 index 0000000000..2acdeab1b8 --- /dev/null +++ b/testing/web-platform/tests/css/css-text/hyphens/hyphens-auto-min-content-ref-2.html @@ -0,0 +1,10 @@ +<!doctype html> +<meta charset=utf-8> +<title>CSS Test Reference</title> +<style> + div { + width: min-content; + border: 1px solid green; + } +</style> +<div>2020-<br>12-12</div> |