summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-contain/contain-paint-formatting-context-float-001-ref.html
blob: ceff7f4569e1a7e6b0b36b9f9b3f50317b320bad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!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>
  #left {
    float: left;
    height: 50px;
    width: 10px;
    background: blue;
  }
  #a {
    background: green;
    margin: 10px;
    width: 50px;
    height: 50px;
  }
  </style>
</head>
<body>
  <div id="left"></div>
  <div id="a"></div>
</body>
</html>