layout/reftests/abs-pos/multi-column-1-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/abs-pos/multi-column-1-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,29 @@
     1.4 +<!DOCTYPE HTML>
     1.5 +<html>
     1.6 +<head>
     1.7 +<style type="text/css">
     1.8 +div {
     1.9 +  color: #222;
    1.10 +  padding: 10px;
    1.11 +  border: 2px solid;
    1.12 +  position:relative;
    1.13 +
    1.14 +  width:10em;
    1.15 +}
    1.16 +
    1.17 +h2, h3 {position:absolute; width:3em; background: #f00; color:#fff;}
    1.18 +h2 { top: 0; left: 0; }
    1.19 +h3 { bottom: 0; right: 0; }
    1.20 +
    1.21 +p, h2, h3 {margin:0;}
    1.22 +p { visibility: hidden; }
    1.23 +</style>
    1.24 +</head>
    1.25 +<body>
    1.26 +<div>
    1.27 +<h2>Test</h2>
    1.28 +<h3>Test</h3>
    1.29 +<p>XXX<br>XXXX<br>XXX<br>XXXX<br>XXX </p>
    1.30 +</div>
    1.31 +</body>
    1.32 +</html>

mercurial