blob: 3be43b246e71a6f926336164bd16e7e2bb62b8bb [file] [log] [blame]
<!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>