summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/1097437-1-ref.html
blob: 1317f162bf960919afd88bf5e1e51b58b6b7a9e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<style>
body { background-color: white; }
#outer
{
  width: 100px; height: 100px;
  padding: 1px;
  background-color: black;
}
#inner
{
  width: 100px; height:100px;
  background-color: white;
}
</style>
</head>
<body>
<div id="outer"><div id="inner"></div></div>
</body>
</html>