Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
fast
/
css
/
absolute-positioned-max-content-width.html
blob: f99a6545c5137cfb123545bf09c84b2468974985 [
file
] [
log
] [
blame
] [
edit
]
<!DOCTYPE html>
<html>
<head>
<style>
#
test
{
padding
:
16px
;
position
:
absolute
;
width
:
max-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>