layout/reftests/bugs/372063-1-ref.html

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

michael@0 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
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 372063</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 div {color:white; font-size: xx-large; top: 0; left: 0; position: absolute; width: 100px; height:100px;}
michael@0 12 .pass { background:green; }
michael@0 13 .fail { background: red; }
michael@0 14
michael@0 15 .test1 { top:0; }
michael@0 16 .test2 { top:150px; }
michael@0 17 .test3 { top:300px; }
michael@0 18 .test4 { top:450px; }
michael@0 19 .test4b{ left:-100px;}
michael@0 20 .test4b div { top:100px; left:100px;}
michael@0 21 .test4c{ left:-100px;}
michael@0 22 .test4c div div { top:100px; left:100px;}
michael@0 23 .test5 { top:600px; }
michael@0 24 .test6 { top:750px; }
michael@0 25 .test5b , .test6b{ left:-100px; }
michael@0 26 .test5b div , .test6b div { left:100px;}
michael@0 27 .test5c , .test6c { left:-100px;}
michael@0 28 .test5c div div , .test6c div div { left:100px;}
michael@0 29
michael@0 30 #test_inherit { left: 400px; height:auto; bottom:0; }
michael@0 31 .inherit { clip:inherit; }
michael@0 32 </style>
michael@0 33 </head>
michael@0 34 <body>
michael@0 35
michael@0 36 <div class="test1">
michael@0 37 <div class="fail">FAIL</div>
michael@0 38 <div>
michael@0 39 <div class="pass">PASS</div>
michael@0 40 </div>
michael@0 41 </div>
michael@0 42
michael@0 43 <div class="test2">
michael@0 44 <div class="pass">PASS</div>
michael@0 45 </div>
michael@0 46
michael@0 47 <div class="test3">
michael@0 48 <div class="fail">FAIL</div>
michael@0 49 <div>
michael@0 50 <div class="pass">PASS</div>
michael@0 51 </div>
michael@0 52 </div>
michael@0 53
michael@0 54 <div class="test4">
michael@0 55 <div class="pass">PASS</div>
michael@0 56 </div>
michael@0 57
michael@0 58 <div class="test5">
michael@0 59 <div class="pass">PASS</div>
michael@0 60 </div>
michael@0 61
michael@0 62 <div class="test6">
michael@0 63 <div class="pass">PASS</div>
michael@0 64 </div>
michael@0 65
michael@0 66 <!-- same as above but with intermediary div with clip:inherit -->
michael@0 67 <div id="test_inherit">
michael@0 68 <div class="test1">
michael@0 69 <div class="fail">FAIL</div>
michael@0 70 <div>
michael@0 71 <div>
michael@0 72 <div class="pass">PASS</div>
michael@0 73 </div>
michael@0 74 </div>
michael@0 75 </div>
michael@0 76
michael@0 77 <div class="test2">
michael@0 78 <div>
michael@0 79 <div class="pass">PASS</div>
michael@0 80 </div>
michael@0 81 </div>
michael@0 82
michael@0 83 <div class="test3">
michael@0 84 <div>
michael@0 85 <div class="fail">FAIL</div>
michael@0 86 </div>
michael@0 87 <div>
michael@0 88 <div >
michael@0 89 <div class="pass">PASS</div>
michael@0 90 </div>
michael@0 91 </div>
michael@0 92 </div>
michael@0 93
michael@0 94 <div class="test4">
michael@0 95 <div>
michael@0 96 <div class="pass">PASS</div>
michael@0 97 </div>
michael@0 98 </div>
michael@0 99
michael@0 100 <div class="test5">
michael@0 101 <div>
michael@0 102 <div class="pass">PASS</div>
michael@0 103 </div>
michael@0 104 </div>
michael@0 105
michael@0 106 <div class="test6">
michael@0 107 <div>
michael@0 108 <div class="pass">PASS</div>
michael@0 109 </div>
michael@0 110 </div>
michael@0 111
michael@0 112 </div>
michael@0 113
michael@0 114 </body>
michael@0 115 </html>

mercurial