Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / images / pixelated-composited-expected.html
blobead485b1480a5d97c81d321d440ec055e9266961
1 <!DOCTYPE html>
2 <style>
3 img {
4 width: 110px;
5 height: 110px;
6 image-rendering: pixelated;
8 </style>
9 <body>
10 <!-- Draw a normal pixelated image. -->
11 <img src="resources/grid-small.png">
12 </body>
13 <script>
14 // Ignore the render tree.
15 if (window.testRunner)
16 window.testRunner.dumpAsTextWithPixelResults();
17 </script>