Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(765)

Side by Side Diff: chrome/test/data/gpu/feature_compositing_static.html

Issue 2688353003: Remove webkit prefixes for transform and perspective in chrome/ styles (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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>
OLDNEW
« no previous file with comments | « chrome/browser/resources/uber/uber_utils.js ('k') | chrome/test/data/gpu/feature_raf_no_damage.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698