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

Unified Diff: third_party/WebKit/LayoutTests/fast/css-generated-content/pseudo-animation.html

Issue 2513413007: CSS Animations: Reduce usage of webkit prefix in 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/fast/css-generated-content/pseudo-animation-before-onload.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/css-generated-content/pseudo-animation.html
diff --git a/third_party/WebKit/LayoutTests/fast/css-generated-content/pseudo-animation.html b/third_party/WebKit/LayoutTests/fast/css-generated-content/pseudo-animation.html
index 30624c97a13ba99b9dd949bb61ad5b137f79ad40..f9140aff12b8626f277193fa06073074d6b7c296 100644
--- a/third_party/WebKit/LayoutTests/fast/css-generated-content/pseudo-animation.html
+++ b/third_party/WebKit/LayoutTests/fast/css-generated-content/pseudo-animation.html
@@ -3,7 +3,7 @@
<script src="../../resources/js-test.js"></script>
<style>
-@-webkit-keyframes example {
+@keyframes example {
from {
width: 50px;
height: 50px;
@@ -43,7 +43,7 @@
top: 200px;
width: 10px;
height: 10px;
- -webkit-animation: example 2s;
+ animation: example 2s;
-moz-animation: example 2s;
animation: example 2s;
}
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/css-generated-content/pseudo-animation-before-onload.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698