layout/reftests/bugs/536061-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/bugs/536061-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,53 @@
     1.4 +<!DOCTYPE html>
     1.5 +
     1.6 +<html lang="en">
     1.7 +<head>
     1.8 +  <meta http-equiv="content-type" content="text/html; charset=utf-8" />
     1.9 +  <title>Bugs with -moz-transform: rotate() and box-shadow</title>
    1.10 +
    1.11 +  <style>
    1.12 +    body {
    1.13 +        overflow: hidden;
    1.14 +    }
    1.15 +
    1.16 +    .label {
    1.17 +        position: absolute;
    1.18 +        top: 200px;
    1.19 +        left: 196px;
    1.20 +        margin: 0;
    1.21 +        height:16px;
    1.22 +        width: 300px;
    1.23 +        box-shadow: 0 0 .7em black;
    1.24 +        border: 1px black solid;
    1.25 +    }
    1.26 +    .vlabel {
    1.27 +        position: absolute;
    1.28 +        top: 58px;
    1.29 +        left: 42px;
    1.30 +        margin: 0;
    1.31 +        width: 16px;
    1.32 +        height: 300px;
    1.33 +        box-shadow: 0 0 .7em black;
    1.34 +        border: 1px black solid;
    1.35 +    }
    1.36 +  </style>
    1.37 +</head>
    1.38 +
    1.39 +<body>
    1.40 +
    1.41 +<p class="label"></p>
    1.42 +<p class="label" style="top: 400px; box-shadow:none; outline: 3px dashed blue;"></p>
    1.43 +<p class="vlabel" style="box-shadow:none; outline: 3px dashed blue;"></p>
    1.44 +<p class="vlabel" style="left:102px; "></p>
    1.45 +<p class="vlabel" style="top:454px; box-shadow:none; outline: 3px dashed blue; "></p>
    1.46 +<p class="vlabel" style="top:454px; left:102px;"></p>
    1.47 +
    1.48 +<!-- cover a few shadow corners which are a bit different -->
    1.49 +<div style="position:absolute; top:40px; left:85px; width:50px; height:50px; background:black; z-index:99;"></div>
    1.50 +<div style="position:absolute; top:340px; left:85px; width:50px; height:50px; background:black; z-index:99;"></div>
    1.51 +<div style="position:absolute; top:420px; left:85px; width:50px; height:50px; background:black; z-index:99;"></div>
    1.52 +<div style="position:absolute; top:730px; left:85px; width:50px; height:50px; background:black; z-index:99;"></div>
    1.53 +
    1.54 +</body>
    1.55 +
    1.56 +</html>

mercurial