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

Unified Diff: third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/keyframe-effect/getComputedTiming-currentIteration-expected.txt

Issue 1946453002: Make nullable members of IDL dictionaries contain null in JS when unset (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@_getComputedTiming
Patch Set: Fix test 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/web-platform-tests/web-animations/keyframe-effect/getComputedTiming-currentIteration-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/keyframe-effect/getComputedTiming-currentIteration-expected.txt b/third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/keyframe-effect/getComputedTiming-currentIteration-expected.txt
index d03ac6d6fe2a375590b8ade6f8c339be68226a0d..f3f8bfbc8ad18f1dca8298f488327e181a73b163 100644
--- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/keyframe-effect/getComputedTiming-currentIteration-expected.txt
+++ b/third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/keyframe-effect/getComputedTiming-currentIteration-expected.txt
@@ -1,5 +1,5 @@
This is a testharness.js-based test.
-FAIL Test currentIteration during before and after phase when fill is none assert_equals: expected (object) null but got (undefined) undefined
+PASS Test currentIteration during before and after phase when fill is none
PASS Test zero iterations: iterations:0 iterationStart:0 duration:0 delay:1 fill:both
PASS Test zero iterations: iterations:0 iterationStart:0 duration:100 delay:1 fill:both
PASS Test zero iterations: iterations:0 iterationStart:0 duration:Infinity delay:1 fill:both

Powered by Google App Engine
This is Rietveld 408576698