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

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: 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..e9a72aa81f30d3e27d7416bfa8f6b5ce5f9d2217
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/animations/element-animate-keyframe-value-warning-expected.txt
@@ -0,0 +1,4 @@
+CONSOLE WARNING: line 8: Invalid keyframe value for property offsetPath: path("invalid")
+CONSOLE WARNING: line 10: Invalid keyframe value for property --x: invalid )
+CONSOLE WARNING: line 11: Invalid keyframe value for property --x: invalid !important
+This test passes if there are three warninga about invalid keyframe values.

Powered by Google App Engine
This is Rietveld 408576698