Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
8a2c8a97dfd3af0fdb68d49fc58e1163aca8085a
/
.
/
LayoutTests
/
fast
/
inline
/
inline-box-with-decoration-end-on-narrow-line-expected.html
blob: 832b14ad69c025cb403b86e3e85aeaaed2d18aef [
file
]
<style>
div
{
position
:
absolute
;
left
:
20px
;
top
:
0px
;
width
:
40px
;
height
:
40px
;
background-color
:
green
;
}
span
{
border-right
:
solid green
40px
;
}
</style>
<div></div>