Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/apple-security
/
.
/
LayoutTests
/
fast
/
text
/
legacy-trailing-br-quirk-with-overflowing-content-expected.html
blob: 7a4a6122ad5fb73a38ae744670b5d2073b8e2cd7 [
file
] [
edit
]
<style>
div
{
width
:
100px
;
background-color
:
blue
;
font-family
:
Ahem
;
font-size
:
20px
;
color
:
green
;
}
span
{
display
:
inline-block
;
width
:
100px
;
height
:
90px
;
background-color
:
green
;
}
</style>
<div><span></span><br>
XXXXX
</div>