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

Unified Diff: third_party/WebKit/LayoutTests/external/wpt/web-animations/interfaces/KeyframeEffect/constructor-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/KeyframeEffect/constructor-expected.txt
diff --git a/third_party/WebKit/LayoutTests/external/wpt/web-animations/interfaces/KeyframeEffect/constructor-expected.txt b/third_party/WebKit/LayoutTests/external/wpt/web-animations/interfaces/KeyframeEffect/constructor-expected.txt
index 19bfac995caaf0e1e9f85fde2b8b1408c4d7a4c0..3ea8affd72b9e578cc95be80b64d30ba6ac3af59 100644
--- a/third_party/WebKit/LayoutTests/external/wpt/web-animations/interfaces/KeyframeEffect/constructor-expected.txt
+++ b/third_party/WebKit/LayoutTests/external/wpt/web-animations/interfaces/KeyframeEffect/constructor-expected.txt
@@ -1,15 +1,17 @@
-CONSOLE WARNING: line 128: Invalid keyframe value for property top: invalid
-CONSOLE WARNING: line 133: Invalid keyframe value for property top: invalid
-CONSOLE WARNING: line 128: Invalid keyframe value for property left: invalid
-CONSOLE WARNING: line 133: Invalid keyframe value for property left: invalid
-CONSOLE WARNING: line 128: Invalid keyframe value for property left: invalid
-CONSOLE WARNING: line 133: Invalid keyframe value for property left: invalid
+CONSOLE WARNING: line 147: Invalid keyframe value for property top: invalid
+CONSOLE WARNING: line 152: Invalid keyframe value for property top: invalid
+CONSOLE WARNING: line 147: Invalid keyframe value for property left: invalid
+CONSOLE WARNING: line 152: Invalid keyframe value for property left: invalid
+CONSOLE WARNING: line 147: Invalid keyframe value for property left: invalid
+CONSOLE WARNING: line 152: Invalid keyframe value for property left: invalid
This is a testharness.js-based test.
-Found 125 tests; 38 PASS, 87 FAIL, 0 TIMEOUT, 0 NOTRUN.
+Found 127 tests; 40 PASS, 87 FAIL, 0 TIMEOUT, 0 NOTRUN.
FAIL a KeyframeEffectReadOnly can be constructed with no frames (intermediate value).getKeyframes is not a function
FAIL easing values are parsed correctly when passed to the KeyframeEffectReadOnly constructor in a property-indexed keyframe effect.getKeyframes is not a function
FAIL easing values are parsed correctly when passed to the KeyframeEffectReadOnly constructor in regular keyframes effect.getKeyframes is not a function
-PASS easing values are parsed correctly when passed to the KeyframeEffectReadOnly constructor in KeyframeTimingOptions
+PASS easing values are parsed correctly when passed to the KeyframeEffectReadOnly constructor in KeyframeEffectOptions
+PASS invalid easing values are correctly rejected when passed to the KeyframeEffectReadOnly constructor in regular keyframes
+PASS invalid easing values are correctly rejected when passed to the KeyframeEffectReadOnly constructor in KeyframeEffectOptions
FAIL composite values are parsed correctly when passed to the KeyframeEffectReadOnly constructor in property-indexed keyframes effect.getKeyframes is not a function
FAIL composite values are parsed correctly when passed to the KeyframeEffectReadOnly constructor in regular keyframes effect.getKeyframes is not a function
FAIL composite value is absent if the composite operation specified on the keyframe effect is being used effect.getKeyframes is not a function

Powered by Google App Engine
This is Rietveld 408576698