summaryrefslogtreecommitdiffstats
path: root/layout/reftests/backgrounds/fixed-bg-with-transform-outside-viewport-ref.html
blob: 53ff1ddc3dd891ebc01516ccd0b44ab91adb5541 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<html>
<head>
<style>
	#thediv {
		position: absolute; left: 0; top: 100%;
		-moz-transform: rotate(-90deg);
		-moz-transform-origin: 0 0;
    background: blue 0 0 fixed repeat; width: 200px; height: 200px;
  }
</style>
</head>
<body>
<div id="thediv"></div>
</body>
</html>