Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/DOMParser-interface
/
.
/
css
/
css-text
/
hyphens
/
hyphens-auto-min-content-ref-1.html
blob: 5a4bca4fe612192fb83de4b8cd377df996016eda [
file
] [
log
] [
blame
] [
edit
]
<!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>