Speculatively backout changeset bc8d1b9545c5 (bug 914926) on suspicion of causing...
[gecko.git] / layout / reftests / box-shadow / boxshadow-skiprect-ref.html
blobecebb4bd6fdfe68aa674b85441afa9385480cc44
1 <!DOCTYPE HTML>
2 <style>
4 #thediv {
5 width: 400px;
6 height: 250px;
7 position: absolute;
8 top: -500px;
9 left: -500px;
10 box-shadow: 540px 540px 10.5px black;
13 #blankdiv {
14 width: 400px;
15 height: 250px;
16 background-color: white;
17 position: absolute;
18 top: 40px;
19 left: 40px;
21 </style>
23 <div id="thediv">&nbsp;</div>
24 <div id="blankdiv">&nbsp;</div>