Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / images / pixelated-composited.html
blob39be5136644d965b110e4a0fea6431dc4252a80e
1 <!DOCTYPE html>
2 <style>
3 img {
4 width: 110px;
5 height: 110px;
6 image-rendering: pixelated;
7 transform: translateZ(0);
9 </style>
10 <body>
11 <!-- Test that directly composited images (translateZ(0)) can be upscaled pixelated. -->
12 <img src="resources/grid-small.png">
13 </body>
14 <script>
15 // Ignore the render tree.
16 if (window.testRunner)
17 window.testRunner.dumpAsTextWithPixelResults();
18 </script>