5 <meta http-equiv=
"content-type" content=
"text/html; charset=utf-8" />
6 <title>Bugs with -moz-transform: rotate() and box-shadow
</title>
20 -moz-transform: translate(
96px);
21 box-shadow:
0 0 .7em black;
22 border:
1px black solid;
31 box-shadow:
0 0 .7em black;
32 border:
1px black solid;
40 <p class=
"label" style=
"top: 400px; box-shadow:none; outline: 3px dashed blue;"></p>
41 <p class=
"label" style=
"left:-100px; top: 200px; box-shadow:none; outline: 3px dashed blue; -moz-transform: rotate(90deg);"></p>
42 <p class=
"label" style=
"left:-40px; top: 200px; -moz-transform: rotate(90deg);"></p>
43 <p class=
"label" style=
"left:-100px; top: 200px; box-shadow:none; outline: 3px dashed blue; -moz-transform: translate(0,396px) rotate(90deg);"></p>
44 <p class=
"label" style=
"left:-40px; top: 200px; -moz-transform: translate(0,396px) rotate(90deg);"></p>
46 <!-- cover a few shadow corners which are a bit different -->
47 <div style=
"position:absolute; top:40px; left:85px; width:50px; height:50px; background:black; z-index:99;"></div>
48 <div style=
"position:absolute; top:340px; left:85px; width:50px; height:50px; background:black; z-index:99;"></div>
49 <div style=
"position:absolute; top:420px; left:85px; width:50px; height:50px; background:black; z-index:99;"></div>
50 <div style=
"position:absolute; top:730px; left:85px; width:50px; height:50px; background:black; z-index:99;"></div>