summaryrefslogtreecommitdiffstats
path: root/layout/reftests/box-shadow/boxshadow-inner-basic.html
blob: 8ba6109657339bceca4677d74b23b733e4f45f0b (plain)
1
2
3
4
5
6
7
8
<!doctype html>
<div style="
  width: 240px; height: 240px;
  border-radius: 8px;
  box-shadow: 32px 32px grey inset;
  position: absolute;
  top: 16px; left: 16px;
"></div>