summaryrefslogtreecommitdiffstats
path: root/layout/reftests/box-shadow/boxshadow-opacity-ref.html
blob: 4ff7d22395e48f6da49254b6faa451a15b05de70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE HTML>
<style>
body {
  background-color: green;
}

#thediv {
  width: 300px;
  height: 100px;
  position: absolute;
  top: 20px;
  left: 20px;
  opacity: 0.6;
  box-shadow: 3px 3px 2px rgb(255,0,0);
}
</style>

<div id="thediv"></div>