blob: 919b9b259be3097fe585e6500df2925859357873 [file] [log] [blame]
<!DOCTYPE html>
<script>
window.targetScaleFactor = 1;
</script>
<script src="resources/srcset-helper.js"></script>
<script src="../../resources/js-test.js"></script>
<script>
if (window.testRunner) {
testRunner.dumpAsText();
}
addEventListener("load", function() {
shouldBeTrue('document.getElementById("foo").clientWidth==100');
}, false);
</script>
<div>This test passes if the div below is a blue 100px square when the deviceScaleFactor is 1. It simply ensures that the src attribute is taken into account by the selection algorithm when this one is processing the images candidates</div>
<img id="foo" src="resources/blue-100-px-square.png" srcset="resources/green-400-px-square.png 2x">