Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / text-on-scaled-surface-expected.html
blobb67f858ef09de91164c0290a1bd8a39c75df9baa
1 <!DOCTYPE html>
2 <html>
3 <script>
4 if (window.testRunner) {
5 testRunner.dumpAsTextWithPixelResults();
7 </script>
8 <body style="overflow:hidden">
9 <div style="-webkit-transform-origin: 0 0; transform:translate(50px,50px) scale(1.5); background: green; width:30em; height:8em;">
10 <div style="-webkit-transform-origin: 0 0; transform:scale(1.5);">
11 <!-- Use short lines of text to avoid accumulating error -->
12 Text on<br/>
13 a scaled<br/>
14 composited<br/>
15 layer<br/>
16 </div>
17 </div>
18 </body>
19 </html>