Sign in
webkit
/
WebKit
/
0ca788bf563f34bd338e377ca7fc85a2952edf1c
/
.
/
LayoutTests
/
fast
/
layoutformattingcontext
/
inline-box-with-line-spacing-simple.html
blob: 1e1843fe80dc3b2d6d1ccda2f69b2c4683cf62d8 [
file
] [
log
] [
blame
]
<style>
div
{
background-color
:
green
;
width
:
400px
;
}
span
{
font-family
:
"HiraMinProN-W3"
;
font-size
:
30px
;
color
:
green
;
}
</style>
<div><span>
inline box with line spacing
</span></div>