| <html lang="en"> | |
| <head> | |
| <meta name="fuzzy" content="maxDifference=0-40; totalPixels=0-14500" /> | |
| <style> | |
| .composited { -webkit-transform: rotate3d(0, 0, 1, 0); } | |
| .test { | |
| height: 200px; | |
| width: 560px; | |
| background-image: url(../resources/simple_image.png); | |
| background-size: 50% 50%; | |
| background-position: 100px -30px; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <div class="test composited"></div> | |
| </body> | |
| </html> |