- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / test / data / gpu / feature_compositing_static.html
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <title>GPU Feature Testing: Accelerated Compositing</title>
6 <style>
7 body {
8   -webkit-transform: translateZ(0);
9 }
10 </style>
11 </head>
12 <body>
13 This page should trigger accelerated-compositing, i.e., gpu process should
14  launch, if accelerated-compositing is allowed.
15 </body>
16 </html>