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

Unified 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/gpu/feature_compositing_static.html
diff --git a/chrome/test/data/gpu/feature_compositing_static.html b/chrome/test/data/gpu/feature_compositing_static.html
index cb02f8870504ed8d32ebd0794fff960ff00f027c..260fd6d8bf970142226a299815a5bb154b303680 100644
--- a/chrome/test/data/gpu/feature_compositing_static.html
+++ b/chrome/test/data/gpu/feature_compositing_static.html
@@ -5,7 +5,7 @@
<title>GPU Feature Testing: Accelerated Compositing</title>
<style>
body {
- -webkit-transform: translateZ(0);
+ transform: translateZ(0);
}
</style>
</head>
« 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