summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/440149-1.html
blob: c041f733837668fc69079e6b81ab44a78fcf326f (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><!--whitespace--> <input></span></div></body>
</html>