<!DOCTYPE html>
<title>Test print result of responsive image</title>
<link rel="help" href="https://html.spec.whatwg.org/multipage/images.html#srcset-attribute">
<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1803094">
<link rel="author" href="https://mozilla.org" title="Mozilla">
<link rel="match" href="responsive-image-select-print-ref.html">
<body>
<picture>
<source width="200" srcset="./resources/red.png 1w, ./resources/green.png 200w">
<img>
</picture>
</body>