layout/reftests/floats/float-outside-block-push-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/floats/float-outside-block-push-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,21 @@
     1.4 +<!DOCTYPE HTML>
     1.5 +<html lang="en">
     1.6 +<head>
     1.7 +<title>Testcase, bug 472252</title>
     1.8 +
     1.9 +<style type="text/css">
    1.10 +#wrap {width:600px; border:1px solid;position:relative}
    1.11 +.a {background:lime; color:#fff; width:80%;}
    1.12 +.b {position:absolute; right:0; width:18%; background: cyan; color: #000; height:10em;}
    1.13 +textarea {width: 100%; height:10em;}
    1.14 +</style> 
    1.15 +
    1.16 +<title>test</title>
    1.17 +</head>
    1.18 +<body>
    1.19 +<div id="wrap">
    1.20 +	<div class="b"></div>
    1.21 +	<div class="a"><textarea></textarea></div>
    1.22 +</div>
    1.23 +</body>
    1.24 +</html>

mercurial