<!DOCTYPE html>
<script src="resources/srcset-helper.js"></script>
<style>
.foo {
width: 90px;
height: 90px;
background-repeat: repeat;
background-size: 30px 30px;
background-image: url('resources/deleteButton-2x.png');
}
</style>
<div>
This test passes if the divs below contains 9 evenly spaced delete buttons,
and if the high resolution resource is used when the deviceScaleFactor is 2.
</div>
<br>
<div class="foo"></div>
<br>
<div class="foo"></div>