summaryrefslogtreecommitdiffstats
path: root/layout/reftests/transform-3d/backface-visibility-3-ref.html
blob: b75cb6def5a5c2c9662f434f06d87030f21276f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
  <style type='text/css'>
    div {
      position: absolute;
      display: block;
      width: 160px;
      height: 160px;
      background: red;
      top:108px;
      left:308px;
    }
  </style>
</head>
<body>
    <div></div>
</body>
</html>