blob: 7ed4fcbb8de52051d401a9e257bad3c5a384bcec [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>
<script>
// Ignore the render tree.
if (window.testRunner)
testRunner.dumpAsTextWithPixelResults();
</script>