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

13 lines
180 B
HTML

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