Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
8a2c8a97dfd3af0fdb68d49fc58e1163aca8085a
/
.
/
LayoutTests
/
fast
/
inline
/
hanging-content-inside-inline-box-should-not-scroll-expected.html
blob: 8f7f76bb7f4b34fa63c30054d5e77f58b130e992 [
file
]
<style>
div
{
font-family
:
ahem
;
width
:
300px
;
overflow
:
hidden
;
white-space
:
pre-wrap
;
color
:
green
;
}
span
{
background-color
:
yellow
;
}
</style>
<div>
should-not-scroll
<span>
</span></div>