summaryrefslogtreecommitdiffstats
path: root/layout/reftests/async-scrolling/perspective-scrolling-5-ref.html
blob: dc41f00d040e9fce9a40e86fbd327bf7b220a9f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!doctype html>
<meta charset="utf-8">
<title>Reference</title>
<style>
  * { margin: 0; padding: 0 }

  div {
    width: 200px;
    height: 200px;
    background-color: lime;
  }
</style>
<div></div>