Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
fast
/
inline-block
/
nested-inline-block-with-fixed-width.html
blob: 7a11a078de5bf04e95d25ea2e1ec0c98dbb43233 [
file
] [
log
] [
blame
] [
edit
]
<style>
.
outer
{
font-family
:
Ahem
;
font-size
:
10px
;
display
:
inline-block
;
}
.
inner
{
display
:
inline-block
;
width
:
400px
;
max-width
:
100%
}
</style>
<div
class
=
outer
><div
class
=
inner
>
This content should not wrap
</div></div>