Sign in
webkit
/
WebKit
/
73559930a6418bc4621c1c5774b11e1be9c21a8f
/
.
/
LayoutTests
/
compositing
/
contents-opaque
/
opaque-with-clip-path-expected.html
blob: 0b520a824ee8d9f4d3460e8177e7d4bcf9263e49 [
file
] [
log
] [
blame
]
<style>
#
parent
{
width
:
500px
;
height
:
200px
;
margin
:
20px
;
background
:
blue
;
border
:
solid red
20px
;
-webkit-clip-path
:
inset
(
0
20%
0
50px
)
border-box
;
}
</style>
<div
id
=
"parent"
></div>