summaryrefslogtreecommitdiffstats
path: root/layout/reftests/box-shadow/boxshadow-inset-neg-spread.html
blob: b018ea062ea747fc100c05095e1843884a76ade0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<html>
<head>
<style>
div.neg
{
  margin: 35px auto 95px auto;
  width: 200px;
  height: 200px;
  box-shadow: 0px 0px 15px -20px #808080 inset;
}
</style>
</head>

<body>
<div class="neg"></div>
</body>
</html>