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