Speculatively backout changeset bc8d1b9545c5 (bug 914926) on suspicion of causing...
[gecko.git] / layout / reftests / box-shadow / boxshadow-spread.html
bloba7c9a8c1df1be31e3c43726857e47e1cd7172594
1 <!DOCTYPE HTML>
2 <style>
3 body {
4 background-color: green;
7 #thediv {
8 width: 300px;
9 height: 100px;
10 position: absolute;
11 top: 20px;
12 left: 20px;
13 color: black;
14 box-shadow: 3px 3px 0px 3px;
16 </style>
17 <div id="thediv">Foo</div>