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

Unified Diff: third_party/WebKit/ManualTests/animate-left.html

Issue 2715113003: CSS manual tests: reduce usage of webkit prefix (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: third_party/WebKit/ManualTests/animate-left.html
diff --git a/third_party/WebKit/ManualTests/animate-left.html b/third_party/WebKit/ManualTests/animate-left.html
index 3ced2ec7e4fc2f657b41538896bcd279a0bf65e1..360b280820c9ab09ca475f1428e4a5e01cfacdc7 100644
--- a/third_party/WebKit/ManualTests/animate-left.html
+++ b/third_party/WebKit/ManualTests/animate-left.html
@@ -12,14 +12,14 @@
height: 200px;
width: 200px;
background-color: #9bb;
- -webkit-animation-name: bounce;
- -webkit-animation-duration: 2s;
- -webkit-animation-iteration-count: infinite;
- -webkit-animation-direction: alternate;
- -webkit-animation-timing-function: ease-in-out;
+ animation-name: bounce;
+ animation-duration: 2s;
+ animation-iteration-count: infinite;
+ animation-direction: alternate;
+ animation-timing-function: ease-in-out;
}
- @-webkit-keyframes bounce {
+ @keyframes bounce {
from {
left: 100px;
}
« no previous file with comments | « third_party/WebKit/ManualTests/animate-duration.html ('k') | third_party/WebKit/ManualTests/animation-with-transition.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698