chromium/third_party/blink/web_tests/images/pixelated-composited.html

<!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>