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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/AnimationEffectTiming/endDelay-expected.txt

Issue 1999243002: Import wpt@5df9b57edb3307a87d5187804b29c8ddd2aa14e1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add expectations files (using run-webkit-tests --new-baseline) Created 4 years, 7 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/imported/wpt/web-animations/interfaces/AnimationEffectTiming/endDelay-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/AnimationEffectTiming/endDelay-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/AnimationEffectTiming/endDelay-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..18164d689930549d10b9716f6b8c2349ce91af65
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/AnimationEffectTiming/endDelay-expected.txt
@@ -0,0 +1,10 @@
+CONSOLE ERROR: line 71: Uncaught (in promise) TypeError: Cannot read property 'currentTime' of undefined
+This is a testharness.js-based test.
+FAIL set endDelay 123.45 anim.effect.getComputedTiming is not a function
+FAIL set endDelay -1000 anim.effect.getComputedTiming is not a function
+PASS set endDelay Infinity
+PASS set endDelay negative Infinity
+PASS onfinish event is not fired duration endDelay
+FAIL onfinish event is fired currentTime is after endTime assert_equals: receivedEvents[0].timelineTime should equal to the animation timeline when finished promise is resolved expected (undefined) undefined but got (number) 25.969000067561865
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698