responsive-image-select-print.html (503B)
1 <!DOCTYPE html> 2 <title>Test print result of responsive image</title> 3 <link rel="help" href="https://html.spec.whatwg.org/multipage/images.html#srcset-attribute"> 4 <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1803094"> 5 <link rel="author" href="https://mozilla.org" title="Mozilla"> 6 <link rel="match" href="responsive-image-select-print-ref.html"> 7 <body> 8 <picture> 9 <source width="200" srcset="./resources/red.png 1w, ./resources/green.png 200w"> 10 <img> 11 </picture> 12 </body>