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

Unified Diff: LayoutTests/animations/pause-crash.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/animations/pause-crash.html
diff --git a/LayoutTests/animations/pause-crash.html b/LayoutTests/animations/pause-crash.html
index 7de9b735738020fdd239e72486bf20e92127c4a2..edc48f0ba9e838a5d82ec11700c95bbee0d9ff7f 100644
--- a/LayoutTests/animations/pause-crash.html
+++ b/LayoutTests/animations/pause-crash.html
@@ -13,8 +13,8 @@
}
@-webkit-keyframes anim {
- from { -webkit-transform: matrix3d(1,0,0,0, 0,1,0,0, 0,0,1,0, 0,0,0,1); }
- to { -webkit-transform: matrix3d(1,0,0,0, 0,1,0,0, 0,0,1,0, 400,0,0,1); }
+ from { transform: matrix3d(1,0,0,0, 0,1,0,0, 0,0,1,0, 0,0,0,1); }
+ to { transform: matrix3d(1,0,0,0, 0,1,0,0, 0,0,1,0, 400,0,0,1); }
}
</style>
<script type="text/javascript" charset="utf-8">
« no previous file with comments | « LayoutTests/animations/opacity-transform-animation-expected.html ('k') | LayoutTests/animations/play-state.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698