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

Unified Diff: chrome/test/data/gpu/feature_raf_no_damage.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
Index: chrome/test/data/gpu/feature_raf_no_damage.html
diff --git a/chrome/test/data/gpu/feature_raf_no_damage.html b/chrome/test/data/gpu/feature_raf_no_damage.html
index 496ac10117360aeb57f54c904b7d912766f6f1c7..02dbcc9e107edcda20021a151d5c5bd185704954 100644
--- a/chrome/test/data/gpu/feature_raf_no_damage.html
+++ b/chrome/test/data/gpu/feature_raf_no_damage.html
@@ -5,7 +5,7 @@
<title>GPU Feature Testing: Accelerated Compositing No Damage</title>
<style>
body {
- -webkit-transform: translateZ(0);
+ transform: translateZ(0);
}
</style>
<script>

Powered by Google App Engine
This is Rietveld 408576698