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

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/bugs/579323-1-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,30 @@
     1.4 +<!DOCTYPE HTML>
     1.5 +<html>
     1.6 +<head>
     1.7 +<style>
     1.8 +body {
     1.9 +  margin: 0;
    1.10 +}
    1.11 +#main {
    1.12 +  width: 500px;
    1.13 +  height: 100px;
    1.14 +  opacity: 0.999;
    1.15 +  background: lime;
    1.16 +  border: 1px solid black;
    1.17 +}
    1.18 +.censor {
    1.19 +  position: absolute;
    1.20 +  width: 1px;
    1.21 +  height: 1px;
    1.22 +  background: cyan;
    1.23 +}
    1.24 +</style>
    1.25 +</head>
    1.26 +<body>
    1.27 +<div id="main"></div>
    1.28 +<div class="censor" style="left:0; top:0;"></div>
    1.29 +<div class="censor" style="left:501px; top:0;"></div>
    1.30 +<div class="censor" style="left:0; top:101px;"></div>
    1.31 +<div class="censor" style="left:501px; top:101px;"></div>
    1.32 +</body>
    1.33 +</html>

mercurial