Mypal/layout/reftests/bugs/440149-1.html

14 lines
204 B
HTML

<!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>