summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/467460-1-ref.html
blob: d12b5294ebdb90f94cfc6b4b493e231b8e3ce7c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
<head>
</head>
<body>
  <div style="transform: translate(50px, 50px); border: 1px solid red; width: 7ch;">
    A
    <div id="f" style="left: 50px; top: 100px; border: 1px solid blue; width: 7ch; position: fixed;">
      0
    </div>
  </div>
</body>
</html>