Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/apple-security
/
.
/
LayoutTests
/
fast
/
inline
/
hanging-content-inside-inline-box-should-not-scroll-expected.html
blob: 8f7f76bb7f4b34fa63c30054d5e77f58b130e992 [
file
] [
log
] [
blame
] [
edit
]
<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>