summaryrefslogtreecommitdiffstats
path: root/layout/reftests/box-shadow/boxshadow-inset-large-offset-ref.html
blob: f117b53ed9df69f9f70a6bd927565444c4124bbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<html>
<head>
<style>
div.test {
  width: 530px;
  height: 500px;
  background-color: black;
}

div.cover {
  width: 500px;
  height: 500px;
  background-color: black;
  position: absolute;
  margin-top: 0px;
  margin-left: 30px;
}
</style>
<body>
<div class="test">
</div>
</body>
</html>