summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/408656-1-ref.html
blob: 9e3050c19176c6e29c21d3168c4b24be30c20b92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<html>
<head><style>
body {
  margin: 0px;
}
div {
  width: 100px;
  height: 100px;
  border: 1px solid black;
  margin: 100px;
}
</style></head>
<body>
<div/>
</body>
</html>