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

Unified Diff: LayoutTests/animations/negative-delay-events-expected.txt

Issue 23039013: Web Animations: Fix elpasedTime in animation events (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixed elapsedTime for negative delay and added a test 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 | « LayoutTests/animations/negative-delay-events.html ('k') | Source/core/animation/TimedItem.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/animations/negative-delay-events-expected.txt
diff --git a/LayoutTests/animations/negative-delay-events-expected.txt b/LayoutTests/animations/negative-delay-events-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..fd6e91ecdcc64c48631a8b8c0c3a5343474d7ecb
--- /dev/null
+++ b/LayoutTests/animations/negative-delay-events-expected.txt
@@ -0,0 +1,8 @@
+Tests animation events with a negative delay.
+
+animation1: Start event: elapsedTime=0
+animation1: End event: elapsedTime=0.1
+animation2: Start event: elapsedTime=0
+animation2: End event: elapsedTime=0.1
+animation3: Start event: elapsedTime=0
+animation3: End event: elapsedTime=0.1
« no previous file with comments | « LayoutTests/animations/negative-delay-events.html ('k') | Source/core/animation/TimedItem.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698