summaryrefslogtreecommitdiffstats
path: root/layout/reftests/w3c-css/submitted/contain/contain-paint-containing-block-fixed-001-ref.html
blob: 422706802a2a0ba896d8f3cfd652c915f8e5eb9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!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>
  body {
    margin: 0;
  }
  #a {
      width: 100px;
      height: 100px;
      background: green;
      margin: 50px;
  }
  </style>
</head>
<body>
  <div id="a"></div>
</body>
</html>