summaryrefslogtreecommitdiffstats
path: root/layout/base/tests/chrome/printpreview_image_select.html
blob: b61a40774d5d1234b6c9b2f7564a236869a4c3e8 (plain)
1
2
3
4
5
6
7
<!DOCTYPE html>
<body>
  <picture>
    <source width="200" srcset="red.png 1w, green.png 200w">
    <img>
  </picture>
</body>