tenfourfox/layout/reftests/backgrounds/fixed-bg-with-transform-outside-viewport-1.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

16 lines
296 B
HTML

<html>
<head>
<style>
#thediv {
position: absolute; left: 0; top: 100%;
-moz-transform: rotate(-90deg);
-moz-transform-origin: 0 0;
background: red url("blue-32x32.png") 0 0 fixed repeat; width: 200px; height: 200px;
}
</style>
</head>
<body>
<div id="thediv"></div>
</body>
</html>