layout/reftests/bugs/391979.html

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rw-r--r--

Revert simplistic fix pending revisit of Mozilla integration attempt.

michael@0 1 <!DOCTYPE HTML>
michael@0 2 <html><head>
michael@0 3 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
michael@0 4 <title>Testcase for bug 391979</title>
michael@0 5 <style type="text/css">
michael@0 6
michael@0 7 html,body {
michael@0 8 color:black; background-color:white; font-size:16px; padding:0; margin:0;
michael@0 9 }
michael@0 10
michael@0 11 .float { float:left; clear:both; }
michael@0 12 .t1 { -moz-column-count:2; -moz-column-width: 9ch; -moz-column-gap: 2ch; background:red; height:4ch; }
michael@0 13
michael@0 14 .abs { position:absolute; width:20ch; height:4ch; }
michael@0 15
michael@0 16 .red { background:red; }
michael@0 17 .green { background:green; }
michael@0 18 </style>
michael@0 19 </head>
michael@0 20 <body>
michael@0 21 <div class="abs green" style="left:0; top:0;">green</div>
michael@0 22 <div class="abs red" style="left:0; top:4ch; z-index:-1;">green</div>
michael@0 23 <div class="abs green" style="left:0; top:8ch; z-index:2;">green</div>
michael@0 24 <div class="abs red" style="left:0; top:12ch;">green</div>
michael@0 25
michael@0 26 <div class="float">
michael@0 27 <div class="t1 red">green</div>
michael@0 28 </div>
michael@0 29
michael@0 30 <div class="float">
michael@0 31 <div class="t1 green">green</div>
michael@0 32 </div>
michael@0 33
michael@0 34 <div class="t1" style="position: absolute; top:8ch; ">green</div>
michael@0 35 <div class="t1 green" style="position: absolute; top:12ch; z-index:2;">green</div>
michael@0 36
michael@0 37 </body>
michael@0 38 </html>

mercurial