1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/bugs/847850-1-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,25 @@ 1.4 +<!DOCTYPE HTML> 1.5 +<html> 1.6 +<head> 1.7 +<meta charset="utf-8"> 1.8 +<title>Testcase for Bug 847850</title> 1.9 + 1.10 +<style> 1.11 +div 1.12 +{ 1.13 + position:absolute; 1.14 + background-color:#ddd; 1.15 + width:400px; 1.16 + height:200px; 1.17 +} 1.18 +</style> 1.19 + 1.20 +</head> 1.21 +<body> 1.22 + 1.23 +<p>The placeholder text should not be visible:</p> 1.24 +<div></div> 1.25 +<input type=text></input> 1.26 + 1.27 +</body> 1.28 +</html>