background-image-cover-zoomed-1-ref.html (488B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>CSS Background Test Reference</title> 5 <link rel="author" title="schenney" href="mailto:schenney@chromium.org"> 6 <style> 7 body { 8 zoom: 80%; 9 } 10 body > div { 11 width: 504px; 12 height: 252px; 13 background-image: url(../support/40px-wide-20px-tall-green-rect.png); 14 background-size: cover; 15 background-repeat: no-repeat; 16 } 17 </style> 18 </head> 19 20 <body> 21 <div> 22 </div> 23 </body> 24 </html>