summaryrefslogtreecommitdiffstats
path: root/layout/reftests/transform-3d/nested-transform-1-ref.html
blob: 294ef4bd8b860fd66c95f87c99c473306c753f4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<title></title>

<style type="text/css">
div {
  position: absolute;
  margin: 0 0;
}
</style>
</head>

<body>
<div style="left: 58px;">
  <div style="width: 100px; height: 100px; background-color: red;"></div>
</div>

</body>
</html>