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

Unified Diff: third_party/WebKit/LayoutTests/inspector-protocol/css/resources/keyframes.css

Issue 1371723002: Devtools Animations: Add method to fetch CSS keyframed animations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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/LayoutTests/inspector-protocol/css/resources/keyframes.css
diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/css/resources/keyframes.css b/third_party/WebKit/LayoutTests/inspector-protocol/css/resources/keyframes.css
new file mode 100644
index 0000000000000000000000000000000000000000..e3f5cc5cccba269aed258e1559384d9e167f3980
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/inspector-protocol/css/resources/keyframes.css
@@ -0,0 +1,8 @@
+@keyframes styleSheetAnim {
+ from {
+ color: red;
+ }
+ to {
+ color: blue;
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698