Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
8a2c8a97dfd3af0fdb68d49fc58e1163aca8085a
/
.
/
LayoutTests
/
fast
/
inline
/
preferred-width-computation-after-codepath-change.html
blob: c4548f329c768853232b9dfe62da94fad3dcc079 [
file
]
<style>
.
container
{
width
:
max-content
;
}
</style>
<div
class
=
container
>
PASS if no content wrapping
<div
id
=
becoming_out_of_flow
></div></div>
<script>
document
.
body
.
offsetHeight
;
becoming_out_of_flow
.
style
.
position
=
"absolute"
;
</script>