Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
fast
/
inline
/
minmax-content-confusion-assert.html
blob: a3ef3b7c2904e3de130dfb70df6c12cfc41016eb [
file
] [
log
] [
blame
] [
edit
]
<style>
.
container
{
width
:
min-content
;
overflow-wrap
:
break-word
;
zoom
:
100000000
;
}
span
{
letter-spacing
:
1px
;
}
</style>
<div
class
=
container
><span>
PASS
</span></div>
if no crash or assert.
<script>
window
.
testRunner
?.
dumpAsText
();
</script>