summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/semantics/embedded-content/the-img-element/responsive-image-select-print.html
blob: 60b061f14ad9488e2f88fa1e0c6fc15c94ecec2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!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>