Sign in
webkit
/
WebKit
/
73559930a6418bc4621c1c5774b11e1be9c21a8f
/
.
/
LayoutTests
/
fast
/
layers
/
self-painting-outline.html
blob: 972aa7d590d30f1e692c71b8f63aaca9a56bc920 [
file
] [
log
] [
blame
]
<style>
div
{
padding
:
50px
;
}
div div
{
padding
:
0
;
width
:
25px
;
height
:
25px
;
background-color
:
rgb
(
127
,
127
,
127
);
outline
:
40px
solid rgba
(
0
,
0
,
0
,
0.5
);
}
</style>
<div>
<div></div>
</div>
<div>
<div
style
=
"
overflow
:
hidden
;
"
></div>
</div>