summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/css3/masking/clip-path-restore-expected.html
blob: 076cdc82901cb03ef96986df80e7ef0840e89a5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
<head>
<style>
body {
	margin: 0;
}
div {
    width: 200px;
    height: 200px;
    background-color: green;
    border-radius: 100px;
}
</style>
</head>
<body>
<div></div>
<div></div>
</body>
</html>