Sign in
◑
Theme
nest-open-source
/
manifest_repos
/
chromium_src
/
ce182f4f4cdacd008274200f23abd3db3c4cbfb7
/
.
/
third_party
/
blink
/
web_tests
/
compositing
/
clip-path-with-composited-descendants.html
blob: 61af0f965d32b992f9038d96b06e9d3b822d72a6 [
file
]
<!DOCTYPE html>
<div
style
=
"
clip-path
:
inset
(
10px
);
width
:
100px
;
height
:
100px
;
"
>
<div
style
=
"
background
:
green
;
width
:
100px
;
height
:
100px
;
will-change
:
transform
;
"
></div>
</div>