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

Unified Diff: LayoutTests/compositing/layer-creation/animation-overlap-with-children.html

Issue 637763002: Unprefix usage of -webkit-transform in tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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: LayoutTests/compositing/layer-creation/animation-overlap-with-children.html
diff --git a/LayoutTests/compositing/layer-creation/animation-overlap-with-children.html b/LayoutTests/compositing/layer-creation/animation-overlap-with-children.html
index 6289c6b7dd3943ed4c81d17ee85a81165d801e51..ac1716d056721ce5ef73f8507281589b15d6ca5d 100644
--- a/LayoutTests/compositing/layer-creation/animation-overlap-with-children.html
+++ b/LayoutTests/compositing/layer-creation/animation-overlap-with-children.html
@@ -44,12 +44,12 @@
}
.composited {
- -webkit-transform: translateZ(0);
+ transform: translateZ(0);
}
@-webkit-keyframes slide {
- from { -webkit-transform: none; }
- to { -webkit-transform: translateX(100px); }
+ from { transform: none; }
+ to { transform: translateX(100px); }
}
</style>
<script>
« no previous file with comments | « LayoutTests/compositing/img-layer-grow.html ('k') | LayoutTests/compositing/layer-creation/backing-requirement-changes.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698