Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<title>Test print result of responsive image</title>
<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>