1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/440149-1.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,13 @@ 1.4 +<!DOCTYPE HTML> 1.5 +<html> 1.6 +<head><style> 1.7 +div { 1.8 + width: 0px; 1.9 +} 1.10 +span { 1.11 + border: 5px solid orange; 1.12 + margin-left: 50px; 1.13 +} 1.14 +</style></head> 1.15 +<body><div><span><!--whitespace--> <input></span></div></body> 1.16 +</html>