Index: third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/KeyframeEffect/getComputedTiming.html |
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/KeyframeEffect/getComputedTiming.html b/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/KeyframeEffect/getComputedTiming.html |
index 4d799272b9a2632ec4a7261ad03ce7861bcec073..f3370aabd7c09d0d20aa7f3f73bf0e174439ea6e 100644 |
--- a/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/KeyframeEffect/getComputedTiming.html |
+++ b/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/KeyframeEffect/getComputedTiming.html |
@@ -189,10 +189,10 @@ |
{ desc: "an non-zero duration and negative delay greater than active " + |
"duration", |
input: { duration: 1000, iterations: 2, delay: -3000 }, |
- expected: 0 }, |
+ expected: -1000 }, |
{ desc: "a zero duration and negative delay", |
input: { duration: 0, iterations: 2, delay: -1000 }, |
- expected: 0 } |
+ expected: -1000 } |
]; |
gEndTimeTests.forEach(function(stest) { |