haikuwebkit/LayoutTests/fast/hidpi/filters-component-transfer-...

12 lines
202 B
HTML

<script src="resources/ensure-hidpi.js"></script>
<style>
#box {
width: 100px;
height: 100px;
background-color: green;
}
</style>
<body>
<div id="box"></div>
</body>