layout/reftests/bugs/430813-3.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/bugs/430813-3.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,15 @@
     1.4 +<!DOCTYPE html>
     1.5 +<html>
     1.6 +<head>
     1.7 +	<title>Testcase, bug 430813</title>
     1.8 +	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     1.9 +</head>
    1.10 +<body>
    1.11 +<div style="margin-bottom: 1px">text</div>
    1.12 +<div style="float:left;width:90px;height:300px"></div>
    1.13 +<div style="overflow:hidden; font-size: 16px;">
    1.14 +<!-- restrict size to prevent wrap, can lead to antialiasing problem in the test -->
    1.15 +<span style="padding:0.2em;">This text should be near the top of the page, not pushed below the float.</span>
    1.16 +</div>
    1.17 +</body>
    1.18 +</html>

mercurial