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

Unified Diff: third_party/WebKit/LayoutTests/animations/import-crash.html

Issue 2522123002: CSS Animations: Remove unnecessary webkit prefixes from layout tests (Closed)
Patch Set: Created 4 years, 1 month 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/LayoutTests/animations/import-crash.html
diff --git a/third_party/WebKit/LayoutTests/animations/import-crash.html b/third_party/WebKit/LayoutTests/animations/import-crash.html
index 4e49681e04122548b7fb1eaf68b37d5602d74f50..317a86cdc8fc5d60bcda05182ee341998355cfcc 100644
--- a/third_party/WebKit/LayoutTests/animations/import-crash.html
+++ b/third_party/WebKit/LayoutTests/animations/import-crash.html
@@ -14,9 +14,9 @@
height: 100px;
width: 100px;
background-color: blue;
- -webkit-animation-duration: 1s;
- -webkit-animation-timing-function: linear;
- -webkit-animation-name: anim;
+ animation-duration: 1s;
+ animation-timing-function: linear;
+ animation-name: anim;
}
</style>
<script type="text/javascript" charset="utf-8">
« no previous file with comments | « third_party/WebKit/LayoutTests/animations/import.html ('k') | third_party/WebKit/LayoutTests/animations/inherit-crash.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698