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">
<style>
:root {
print-color-adjust: exact;
}
@page {
size: 300px;
margin: 0;
}
</style>
<body>
<picture>
<source width="200" srcset="./resources/red.png 1w, ./resources/green.png 200w">
<img>
</picture>
</body>