haikuwebkit/LayoutTests/fast/hidpi/pdf-image-scaled-expected.html

13 lines
170 B
HTML

<style>
body {
overflow: hidden;
}
img {
width: 800px;
height: 800px;
zoom: 0.2;
transform: translate(0);
}
</style>
<img src="resources/circle.pdf">