summaryrefslogtreecommitdiffstats
path: root/layout/reftests/box-shadow/boxshadow-rotated.html
blob: 7cc8451f8ab64e31214f1c2c71abd7491cb30ad1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<html>
<head>
<style>
div.first {
  margin: 35px auto 95px auto;
  box-shadow: 0px 0px 15px 0px #808080;
  transform: rotate(-180deg);
  width: 100;
  height: 116.36px;
}
</style>
</head>
<body>
<div class="first"></div>
</body>
</html>