Sign in
webkit
/
WebKit
/
2460f0f427f628fc375ef165c5dc0d6e83a008e8
/
.
/
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>