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

Unified Diff: LayoutTests/transitions/negative-delay.html

Issue 189883003: Web Animations: Allow animations with delay to start on compositor (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Relax assert. Created 6 years, 9 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: LayoutTests/transitions/negative-delay.html
diff --git a/LayoutTests/transitions/negative-delay.html b/LayoutTests/transitions/negative-delay.html
index 54645920496e80f923c8acc4b7a8f960851fd0a8..f35609338bf12f4a2883098359bdf15195149e4d 100644
--- a/LayoutTests/transitions/negative-delay.html
+++ b/LayoutTests/transitions/negative-delay.html
@@ -50,7 +50,7 @@
[0.5, "square1", "left", 450, 15],
[0.5, "square2", "left", 150, 15],
[0.0, "square3", "-webkit-transform.4", 300, 20],
- [0.0, "square4", "-webkit-transform.4", 'none', 20],
+ [0.0, "square4", "-webkit-transform.4", 0, 20],
[0.5, "square3", "-webkit-transform.4", 450, 20],
[0.5, "square4", "-webkit-transform.4", 150, 20],
];

Powered by Google App Engine
This is Rietveld 408576698