OLD | NEW |
1 <!DOCTYPE HTML> | 1 <!DOCTYPE HTML> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <meta charset="utf-8"> | 4 <meta charset="utf-8"> |
5 <title>GPU Feature Testing: Accelerated Compositing</title> | 5 <title>GPU Feature Testing: Accelerated Compositing</title> |
6 <style> | 6 <style> |
7 body { | 7 body { |
8 -webkit-transform: translateZ(0); | 8 transform: translateZ(0); |
9 } | 9 } |
10 </style> | 10 </style> |
11 </head> | 11 </head> |
12 <body> | 12 <body> |
13 This page should trigger accelerated-compositing, i.e., gpu process should | 13 This page should trigger accelerated-compositing, i.e., gpu process should |
14 launch, if accelerated-compositing is allowed. | 14 launch, if accelerated-compositing is allowed. |
15 </body> | 15 </body> |
16 </html> | 16 </html> |
OLD | NEW |