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

Unified Diff: third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation-effect-timing/duration-expected.txt

Issue 1944603003: Make AnimationEffectReadOnly.getComputedTiming() consistent with Web Animations spec (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years, 8 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/animation-effect-timing/duration-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation-effect-timing/duration-expected.txt b/third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation-effect-timing/duration-expected.txt
deleted file mode 100644
index 2e1b20a742aa75ceb45efec6a2eacea50c50fc80..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/web-animations/animation-effect-timing/duration-expected.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-This is a testharness.js-based test.
-FAIL set duration 123.45 anim.effect.getComputedTiming is not a function
-FAIL set duration auto anim.effect.getComputedTiming is not a function
-FAIL set auto duration in animate as object anim.effect.getComputedTiming is not a function
-FAIL set duration Infinity anim.effect.getComputedTiming is not a function
-PASS set negative duration in animate using a duration parameter
-PASS set negative Infinity duration in animate using a duration parameter
-PASS set NaN duration in animate using a duration parameter
-PASS set negative duration in animate using an options object
-PASS set negative Infinity duration in animate using an options object
-PASS set NaN duration in animate using an options object
-PASS set abc string duration in animate using an options object
-PASS set 100 string duration in animate using an options object
-PASS set negative duration
-PASS set negative Infinity duration
-PASS set NaN duration
-PASS set duration abc
-PASS set duration string 100
-Harness: the test ran to completion.
-

Powered by Google App Engine
This is Rietveld 408576698