Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /html/semantics/embedded-content/the-img-element/responsive-image-select-print.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<title>Test print result of responsive image</title>
<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>