layout/reftests/bugs/325486-1-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/bugs/325486-1-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,15 @@
     1.4 +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
     1.5 +<html><head>
     1.6 +<title>Testcase bug 325486 - Input element default value invisible when overflowing parent div</title>
     1.7 +</head><body>
     1.8 +<div style="position: absolute; top: 100px; left: 10px; width: 500px; height: 50px;">
     1.9 +	<div style="border: 2px solid blue; position: absolute;">
    1.10 +		<input value="This text gets cut off but should not. (outer div positioned absolutely)" style="width:400px;">
    1.11 +	</div>
    1.12 +</div>
    1.13 +<div style="position: relative; top: 150px; left: 10px; width: 500px; height: 50px;">
    1.14 +	<div style="border: 2px solid blue; position: absolute;">
    1.15 +		<input value="This text gets cut off but should not. (outer div positioned relatively)" style="width:400px;">
    1.16 +	</div>
    1.17 +</div>
    1.18 +</body></html>

mercurial