Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/backgrounds/reftest.list
<html>
<head>
<style>
#thediv {
position: absolute; left: 0; top: 100%;
transform: rotate(-90deg);
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>