1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/471356-1-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,11 @@ 1.4 +<!--quirks mode--> 1.5 +<html style="height: 300px; 1.6 + margin: 1px 0 2px 0; padding: 4px 0 8px 0;"> 1.7 +<head> 1.8 + <title>Testcase, bug 471356 / bug 243519</title> 1.9 +</head> 1.10 +<body style="margin: 16px 0 32px 0; padding: 64px 0 128px 0;"> 1.11 + <div style="background: blue; height: 30px"> 1.12 + </div> 1.13 +</body> 1.14 +</html>