summaryrefslogtreecommitdiffstats
path: root/layout/reftests/webcomponents/basic-slot-2-ref.html
blob: d4d1b8c0669b885c4b20d8950c0d1393c11b5dc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE HTML>
<html>
<head>
  <style>
    div {
      width: 100px;
      height: 100px;
      background: green;
    }
  </style>
</head>
<body>
  <p>There should be a green box below.</p>
  <div></div>
</body>
</html>