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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/KeyframeEffect/constructor-expected.txt

Issue 2524303002: Emit console warning when element.animate() keyframe value fails to parse (Closed)
Patch Set: Review changes Created 4 years, 1 month 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/wpt/web-animations/interfaces/KeyframeEffect/constructor-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/KeyframeEffect/constructor-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/KeyframeEffect/constructor-expected.txt
index 5fe5b168f1a9a0a493285a1f3b732ace3910e293..44d7959d9ee23ca3120d323b7382fe404bfcb026 100644
--- a/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/KeyframeEffect/constructor-expected.txt
+++ b/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/KeyframeEffect/constructor-expected.txt
@@ -1,3 +1,9 @@
+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
This is a testharness.js-based test.
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

Powered by Google App Engine
This is Rietveld 408576698