summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-masking/clip-path/reference/clip-path-xywh-003-ref.html
blob: 12f219eca63d561c060fee3af79261fd257a394f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<title>CSS Reftest Reference for xywh()</title>
<style>
#box {
  margin-left: 50px;
  margin-top: 50px;
  position: absolute;
  width: 150px;
  height: 100px;
  background-color: green;
  border-radius: 20px / 20px;
}
</style>
<body>
  <p>The test passes if there is a green box with round.</p>
  <div id="box"></div>
</body>