image-set-no-url-rendering.html (586B)
1 <!DOCTYPE html> 2 <title>Image set no url rendering</title> 3 <link rel="author" title="Noam Rosenthal" href="mailto:noam@webkit.org"> 4 <link rel="author" title="Traian Captan" href="mailto:tcaptan@chromium.org"> 5 <link rel="help" href="https://drafts.csswg.org/css-images-4/#image-set-notation"> 6 <link rel="match" href="reference/image-set-rendering-ref.html"> 7 <meta name="assert" content="image-set without url functional notation rendering"> 8 <style> 9 #test { 10 background-image: image-set("/images/green.png" 1x); 11 width: 100px; 12 height: 100px; 13 } 14 </style> 15 <div id="test"></div>