Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/sr-getRandomValues
/
.
/
css
/
css-masking
/
clip-path
/
clip-path-inset-round-percent-ref.html
blob: 597481d7dbe99afb764ad5f1e5603c5dd0240bee [
file
] [
edit
]
<!doctype html>
<title>
CSS Test Reference
</title>
<style>
body
{
margin
:
0
;
}
div
{
width
:
100px
;
height
:
100px
;
background
:
deeppink
;
clip-path
:
inset
(
80px
0
0
round
8px
);
}
</style>
<div></div>