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

Wed, 31 Dec 2014 06:55:50 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:55:50 +0100
changeset 2
7e26c7da4463
permissions
-rw-r--r--

Added tag UPSTREAM_283F7C6 for changeset ca08bd8f51b2

michael@0 1 <!DOCTYPE HTML>
michael@0 2 <html>
michael@0 3 <head>
michael@0 4 <style type="text/css">
michael@0 5 div {
michael@0 6 color: #222;
michael@0 7 padding: 10px;
michael@0 8 border: 2px solid;
michael@0 9 position:relative;
michael@0 10
michael@0 11 width:10em;
michael@0 12 -moz-column-count:2;
michael@0 13 -webkit-column-count:2;
michael@0 14 }
michael@0 15
michael@0 16 h2, h3 {position:absolute; width:3em; background: #f00; color:#fff;}
michael@0 17 h2 { top: 0; left: 0; }
michael@0 18 h3 { bottom: 0; right: 0; }
michael@0 19
michael@0 20 p, h2, h3 {margin:0;}
michael@0 21 p { visibility: hidden; }
michael@0 22 </style>
michael@0 23 </head>
michael@0 24 <body>
michael@0 25 <div>
michael@0 26 <h2>Test</h2>
michael@0 27 <h3>Test</h3>
michael@0 28 <p>XXX<br>XXXX<br>XXX<br>XXXX<br>XXX<br>XXXX<br>XXX<br>XXXX<br>XXX<br>XXXX<br> </p>
michael@0 29 </div>
michael@0 30 </body>
michael@0 31 </html>

mercurial