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

Unified Diff: LayoutTests/animations/animation-controller-drt-api-expected.txt

Issue 66953009: Web Animations CSS: Fix DocumentTimeline::numberOfActiveAnimationsForTesting() (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix const Created 7 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
Index: LayoutTests/animations/animation-controller-drt-api-expected.txt
diff --git a/LayoutTests/animations/animation-controller-drt-api-expected.txt b/LayoutTests/animations/animation-controller-drt-api-expected.txt
index 27229923b9c536727d6a7652603a164e0aabf12c..605135fc53b8d0015131173dd245a470cc5b1a4b 100644
--- a/LayoutTests/animations/animation-controller-drt-api-expected.txt
+++ b/LayoutTests/animations/animation-controller-drt-api-expected.txt
@@ -1,4 +1,6 @@
Test for DRT numberOfActiveAnimations() API
-Number of active animations at 0s is (4) as expected
-Number of active animations at 1s is (4) as expected
+PASS: Number of active animations at 0ms is (4) as expected
+PASS: Number of active animations at 200ms is (4) as expected
+PASS: Number of active animations at 500ms is (0) as expected
+
« no previous file with comments | « LayoutTests/animations/animation-controller-drt-api.html ('k') | Source/core/animation/DocumentTimeline.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698