summaryrefslogtreecommitdiffstats
path: root/layout/reftests/box-shadow/boxshadow-color-rounding.html
blob: 057c077eb6e12de1747ee51c2d112be34a4de0d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<style>
#thediv {
  width: 300px;
  height: 300px;
  background: black;
  box-shadow: inset 0 0 20px 200px lime;
}
</style>

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