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

Unified Diff: third_party/WebKit/LayoutTests/animations/element-animate-keyframe-value-warning-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/animations/element-animate-keyframe-value-warning-expected.txt
diff --git a/third_party/WebKit/LayoutTests/animations/element-animate-keyframe-value-warning-expected.txt b/third_party/WebKit/LayoutTests/animations/element-animate-keyframe-value-warning-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..b4580dba5118714a66aa21e1ed9e20e4a0a414d9
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/animations/element-animate-keyframe-value-warning-expected.txt
@@ -0,0 +1,4 @@
+CONSOLE WARNING: line 9: Invalid keyframe value for property offsetPath: path("invalid")
+CONSOLE WARNING: line 12: Invalid keyframe value for property --x: invalid )
+CONSOLE WARNING: line 13: Invalid keyframe value for property --x: invalid !important
+This test passes if there are three warnings about invalid keyframe values.

Powered by Google App Engine
This is Rietveld 408576698