<!DOCTYPE html>
<style>
img {
width: 110px;
height: 110px;
image-rendering: pixelated;
transform: translateZ(0);
}
</style>
<body>
<!-- Test that directly composited images (translateZ(0)) can be upscaled pixelated. -->
<img src="resources/grid-small.png">
</body>