blob: 6c21ec0235e0e6e985a650af24f14c3be74240ca [file] [log] [blame]
<!DOCTYPE html>
<script src="resources/srcset-helper.js"></script>
<style>
#foo {
width:90px;
height:90px;
background-image: -webkit-image-set(url('resources/deleteButton.png') 1x, url('resources/deleteButton-2x.png') 2x);
background-repeat: repeat;
background-size: 30px 30px;
}
</style>
<div>This test passes if the div below contains 9 evenly spaced delete buttons, and if the high resolution resource is used when the deviceScaleFactor is 2.</div>
<div id=foo></div>