Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
fast
/
css
/
absolute-positioned-min-content-width.html
blob: 0048c9892ec93808e7658d3e31af884b38a1d36b [
file
] [
log
] [
blame
] [
edit
]
<!DOCTYPE html>
<html>
<head>
<style>
#
test
{
padding
:
16px
;
position
:
absolute
;
width
:
min-content
;
word-wrap
:
break-word
;
box-sizing
:
border-box
;
}
</style>
</head>
<body>
<p>
The text below should not wrap.
</p>
<div
id
=
"test"
>
Test
</div>
</body>