summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/440149-1-ref.html
blob: 7fc5e06fc844f2a70ae430f8a569a55320812956 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE HTML>
<html>
<head><style>
div {
  width: 0px;
}
span {
  border: 5px solid orange;
  margin-left: 50px;
}
</style></head>
<body><div><span><input></span></div></body>
</html>