1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/331809-1-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,21 @@ 1.4 +<html> 1.5 +<head> 1.6 +<style> 1.7 +iframe { 1.8 + width:100px; 1.9 + height:400px; 1.10 + border:0; 1.11 +} 1.12 +span { 1.13 + display:inline-block; 1.14 + width:1000px; 1.15 + height:400px; 1.16 + background:white; 1.17 +} 1.18 +</style> 1.19 +</head> 1.20 +<body style="width:2000px; background:white;"><div style="position:absolute; top:360px;width:100px;height:40px; background:black;"></div> 1.21 +<iframe src="data:application/vnd.mozilla.xul+xml,%3Cwizard%20xmlns%3D%22http%3A%2F%2Fwww.mozilla.org%2Fkeymaster%2Fgatekeeper%2Fthere.is.only.xul%22%3E%3C%2Fwizard%3E%0D%0A%0D%0A"></iframe> 1.22 +<span></span> 1.23 +</body> 1.24 +</html>