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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/web-animations/interfaces/Animatable/animate-expected.txt

Issue 2695813009: Import wpt@503f5b5f78ec4e87d144f78609f363f0ed0ea8db (Closed)
Patch Set: Skip some tests Created 3 years, 10 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/external/wpt/web-animations/interfaces/Animatable/animate-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/web-animations/interfaces/Animatable/animate-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/web-animations/interfaces/Animatable/animate-expected.txt
index a06e6d2ea95b242b5ae4aa150c451bd4d28b2f17..965a1c7cb31745913729541d6ed20722f34e922e 100644
--- a/third_party/WebKit/LayoutTests/external/wpt/web-animations/interfaces/Animatable/animate-expected.txt
+++ b/third_party/WebKit/LayoutTests/external/wpt/web-animations/interfaces/Animatable/animate-expected.txt
@@ -1,8 +1,8 @@
-CONSOLE WARNING: line 77: Invalid keyframe value for property top: invalid
-CONSOLE WARNING: line 77: Invalid keyframe value for property left: invalid
-CONSOLE WARNING: line 77: Invalid keyframe value for property left: invalid
+CONSOLE WARNING: line 78: Invalid keyframe value for property top: invalid
+CONSOLE WARNING: line 78: Invalid keyframe value for property left: invalid
+CONSOLE WARNING: line 78: Invalid keyframe value for property left: invalid
This is a testharness.js-based test.
-Found 59 tests; 17 PASS, 42 FAIL, 0 TIMEOUT, 0 NOTRUN.
+Found 67 tests; 25 PASS, 42 FAIL, 0 TIMEOUT, 0 NOTRUN.
PASS Element.animate() creates an Animation object
FAIL Element.animate() creates an Animation object in the relevant realm of the target element Cannot read property 'prototype' of undefined
PASS Element.animate() creates an Animation object with a KeyframeEffect
@@ -54,6 +54,14 @@ PASS Element.animate() does not accept a keyframe sequence with an invalid easin
FAIL Element.animate() does not accept keyframes with an invalid composite value assert_throws: function "function () {
div.animate(subtest.input, 2000);
}" did not throw
+PASS Element.animate() does not accept invalid easing: ''
+PASS Element.animate() does not accept invalid easing: 'test'
+PASS Element.animate() does not accept invalid easing: 'cubic-bezier(1.1, 0, 1, 1)'
+PASS Element.animate() does not accept invalid easing: 'cubic-bezier(0, 0, 1.1, 1)'
+PASS Element.animate() does not accept invalid easing: 'cubic-bezier(-0.1, 0, 1, 1)'
+PASS Element.animate() does not accept invalid easing: 'cubic-bezier(0, 0, -0.1, 1)'
+PASS Element.animate() does not accept invalid easing: 'steps(-1, start)'
+PASS Element.animate() does not accept invalid easing: 'steps(0.1, start)'
PASS Element.animate() accepts a double as an options argument
PASS Element.animate() accepts a KeyframeAnimationOptions argument
PASS Element.animate() accepts an absent options argument

Powered by Google App Engine
This is Rietveld 408576698