4 window
.targetScaleFactor
= 2.5;
6 <script src=
"resources/srcset-helper.js"></script>
7 <script src=
"../../resources/js-test.js"></script>
9 addEventListener("load", function() {
11 shouldBeTrue('document.getElementById("testimg").clientWidth==200');
16 <div>This test passes if the srcset resource is loaded and displayed as the image
</div>
17 <img src=
"resources/blue-100-px-square.png" srcset=
"resources/green-400-px-square.png 2x" id=
"testimg">