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

Unified Diff: LayoutTests/animations/duplicated-keyframes-name-unprefixed-01.html

Issue 23264017: Implement support for unprefixed keyframes rules resolution. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 4 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
« no previous file with comments | « no previous file | LayoutTests/animations/duplicated-keyframes-name-unprefixed-01-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/animations/duplicated-keyframes-name-unprefixed-01.html
diff --git a/LayoutTests/animations/duplicated-keyframes-name.html b/LayoutTests/animations/duplicated-keyframes-name-unprefixed-01.html
similarity index 93%
copy from LayoutTests/animations/duplicated-keyframes-name.html
copy to LayoutTests/animations/duplicated-keyframes-name-unprefixed-01.html
index 1ab642c159289d78f96f5d9387f6e7d07d59a9aa..fbe9df9d045cdf8e6930838d61e5f08bd5af81ce 100644
--- a/LayoutTests/animations/duplicated-keyframes-name.html
+++ b/LayoutTests/animations/duplicated-keyframes-name-unprefixed-01.html
@@ -18,15 +18,15 @@
-webkit-animation-name: anim;
-webkit-animation-fill-mode: forwards;
}
- @-webkit-keyframes anim {
+ @keyframes anim {
from { left: 50px; }
to { left: 100px; }
}
- @-webkit-keyframes irrelevant {
+ @keyframes irrelevant {
from { left: 150px; }
to { left: 2500px; }
}
- @-webkit-keyframes anim {
+ @keyframes anim {
from { left: 200px; }
to { left: 300px; }
}
« no previous file with comments | « no previous file | LayoutTests/animations/duplicated-keyframes-name-unprefixed-01-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698