Sign in
webkit
/
WebKit
/
73559930a6418bc4621c1c5774b11e1be9c21a8f
/
.
/
LayoutTests
/
fast
/
text
/
apply-start-width-after-skipped-text.html
blob: de253edd606e1661af4d4b25bf90ecf958ffd27f [
file
] [
log
] [
blame
]
<style>
div
{
width
:
100px
;
background-color
:
lightgreen
;
color
:
lightblue
;
font
:
20px
'Ahem'
;
}
span
{
border-left
:
40px
solid silver
;
}
</style>
<div>
xx
<span>
x
</span>
x x
</div>
<div>
<span>
x
</span>
x x
</div>