summaryrefslogtreecommitdiffstats
path: root/layout/reftests/async-scrolling/bg-fixed-transformed-image-ref.html
blob: a59d053c491f26e2f3bde9b141fb261fb8dcf130 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>

<style>

body {
  margin: 0;
  overflow: hidden;
}

div {
  height: 1400px;
  background: url(repeatable-diagonal-gradient.png) top left / 512px 512px no-repeat
}

</style>

<div></div>
</html>