comparison: layout/reftests/box-shadow/boxshadow-basic.html
layout/reftests/box-shadow/boxshadow-basic.html
- branch
- TOR_BUG_9701
- changeset 14
- 925c144e1f1f
equal
deleted
inserted
replaced
|
1 <!DOCTYPE HTML> |
|
2 <style> |
|
3 body { |
|
4 background-color: green; |
|
5 } |
|
6 |
|
7 #thediv { |
|
8 width: 300px; |
|
9 height: 100px; |
|
10 position: absolute; |
|
11 top: 20px; |
|
12 left: 20px; |
|
13 box-shadow: 3px 3px black; |
|
14 } |
|
15 </style> |
|
16 |
|
17 <div id="thediv">Foo</div> |