Sign in
chromium
/
external
/
w3c
/
web-platform-tests
/
refs/heads/DOMParser-interface
/
.
/
css
/
css-masking
/
clip-path
/
animations
/
two-clip-path-animation-diff-length2-ref.html
blob: 0feacb50bae46f131931212122f2b5b0e96d9701 [
file
] [
edit
]
<!DOCTYPE html>
<style>
.
container
{
width
:
100px
;
height
:
100px
;
background-color
:
green
;
clip-path
:
inset
(
10px
10px
);
}
</style>
<body>
<div
class
=
"container"
></div>
</body>