summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/455105-ref.html
blob: c170fc49664136135a98a764aa7308d8a43cae18 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!doctype html>
<html><head><title>455105 ref</title>
<style>
div {
  position: absolute;
  top: 10px; left: 10px;
  width: 40px;
  height: 40px;
  border-width: 10px;
  border-style: solid;
  border-color: green;
  background-color: green;
}
</style>
</head><body>
<div></div>
</body></html>