Sign in
webkit
/
WebKit
/
2ab9dfaee5c791e0d7b2c0893a55ced8677e2e2a
/
.
/
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>