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

Unified Diff: LayoutTests/animations/keyframes-invalid-keys-expected.txt

Issue 13871007: Add CSS parser recovery from errors while parsing @-webkit-keyframes key values. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Added tests for out-of-range percentage key values Created 7 years, 8 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: LayoutTests/animations/keyframes-invalid-keys-expected.txt
diff --git a/LayoutTests/animations/keyframes-invalid-keys-expected.txt b/LayoutTests/animations/keyframes-invalid-keys-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..91d36c6aeeebda76307ba06ca41c26b822453196
--- /dev/null
+++ b/LayoutTests/animations/keyframes-invalid-keys-expected.txt
@@ -0,0 +1,4 @@
+This test performs an animation of the left property. It should always remain 3px, unless there are errors during parsing, resulting in other values in keyframes with bad keys. Four of the keyframes contain invalid keys, and should be discarded altogether ("If a keyframe selector specifies negative percentage values or values higher than 100%, then the keyframe will be ignored", see http://www.w3.org/TR/css3-animations/#keyframes).
+PASS - "left" property for "box" element at 0.2s saw something close to: 3
+PASS - "left" property for "box" element at 0.8s saw something close to: 3
+
« no previous file with comments | « LayoutTests/animations/keyframes-invalid-keys.html ('k') | LayoutTests/fast/css/webkit-keyframes-errors.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698