|
OLD | NEW |
---|---|
(Empty) | |
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 <script> | |
12 function runTest() { | |
13 domAutomationController.setAutomationId(1); | |
14 domAutomationController.send("FINISHED"); | |
15 } | |
16 </script> | |
17 </head> | |
18 <body onload="runTest()"> | |
19 This page should trigger accelerated-compositing, i.e., gpu process should launc h, if accelerated-compositing is allowed. | |
20 </body> | |
21 </html> | |
OLD | NEW |