Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / text-on-scaled-surface-expected.html
1 <!DOCTYPE html>
2 <html>
3 <script>
4 if (window.testRunner) {
5   testRunner.dumpAsTextWithPixelResults();
6 }
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>