blob: 9a91a3ca3c4587e7b7907977dfd8cdae683d564b [file] [log] [blame]
<!DOCTYPE html>
<script src="resources/srcset-helper.js"></script>
<style>
#foo {
content: url('resources/green-400-px-square.png');
width: 200px;
height: 200px;
}
</style>
<div>This test passes if the div below is a blue 100px square when the deviceScaleFactor is 1, and if it is a 200px green square when the deviceScaleFactor is 2.</div>
<div id=foo></div>