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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/Animatable/animate-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/Animatable/animate-expected.txt
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/Animatable/animate-expected.txt b/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/Animatable/animate-expected.txt
index 4437e265f0f47fc1f02aa6867fba9aa070bec770..750716b13536c3d853c6a5a0e85415ebc88cb0f8 100644
--- a/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/Animatable/animate-expected.txt
+++ b/third_party/WebKit/LayoutTests/imported/wpt/web-animations/interfaces/Animatable/animate-expected.txt
@@ -1,3 +1,6 @@
+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
This is a testharness.js-based test.
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

Powered by Google App Engine
This is Rietveld 408576698