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

Unified Diff: LayoutTests/animations/body-removal-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/body-removal-crash.html
diff --git a/LayoutTests/animations/body-removal-crash.html b/LayoutTests/animations/body-removal-crash.html
index ae02de2c6609cf6c8fd709f486f969c1b0611959..08804b2341189b749ffa1fa9f842a358556014b7 100644
--- a/LayoutTests/animations/body-removal-crash.html
+++ b/LayoutTests/animations/body-removal-crash.html
@@ -10,8 +10,8 @@
height: 100px;
}
@-webkit-keyframes anim {
- from { -webkit-transform: rotate(0) scale(1,1); }
- to { -webkit-transform: rotate(360deg) scale(2,4); }
+ from { transform: rotate(0) scale(1,1); }
+ to { transform: rotate(360deg) scale(2,4); }
}
</style>
</head>
« no previous file with comments | « LayoutTests/animations/big-rotation.html ('k') | LayoutTests/animations/change-transform-style-during-animation.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698