blob: 538fe30141b6ef3627ade91354fd2f6a193e5cd3 [file] [log] [blame]
<style>
.box {
position: absolute;
width: 100px;
height: 100px;
}
</style>
<script src="resources/ensure-hidpi.js"></script>
<body>
<div class="box" style="left: 0px; top: 0px; background-color: green;"></div>
<div class="box" style="left: 110px; top: 0px; background-color: green;"></div>
</body>