1804872-1-ref.html (393B)
1 <!DOCTYPE html> 2 <html> 3 <style> 4 html { 5 /* Suppress scrollbars to avoid periodical unthrottling for transform */ 6 /* animations on the compositor. */ 7 overflow: hidden; 8 } 9 body { 10 margin: 0px; 11 padding: 0px; 12 } 13 14 #target { 15 width: 100px; 16 height: 100px; 17 position: absolute; 18 background-color: green; 19 scale:2; 20 } 21 </style> 22 <img id="target" src="repeatable-diagonal-gradient.png"> 23 </html>