summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/css3/masking/clip-path-circle-overflow.html
blob: ab0264c88b9f9f9c920d1e120451d915a14b7e1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html lang="en">
<head>
<style>
div {
    width: 200px;
    height: 200px;
    background-color: green;
    border: 20px solid black;
    -webkit-clip-path: circle(130px at 130px 130px);
}
</style>
</head>
<body>
<div><div>
</body>
</html>