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

Unified Diff: third_party/WebKit/LayoutTests/animations/import.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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/animations/import-crash.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/animations/import.html
diff --git a/third_party/WebKit/LayoutTests/animations/import.html b/third_party/WebKit/LayoutTests/animations/import.html
index 96fd2f1297d4552332c44c64d4a77af0007e5a35..2c95459f429f2bf8e71dcb02888273f59252d748 100644
--- a/third_party/WebKit/LayoutTests/animations/import.html
+++ b/third_party/WebKit/LayoutTests/animations/import.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 src="resources/animation-test-helpers.js" type="text/javascript" charset="utf-8"></script>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/animations/import-crash.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698