summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-contain/contain-paint-clip-001-ref.html
blob: 629cb939e01329ae1f9613876f050777b1d5b011 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE HTML>
<html>
<head>
  <meta charset="utf-8">
  <title>CSS Reftest Reference</title>
  <link rel="author" title="Kyle Zentner" href="mailto:zentner.kyle@gmail.com">
  <style>
  #a {
      width: 150px;
      height: 150px;
      background: green;
      margin: 25px;
  }
  </style>
</head>
<body>
  <div id="a"></div>
</body>
</html>