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

Unified Diff: LayoutTests/animations/keyframes-missing-arguments-expected.txt

Issue 790303002: Make CSSKeyframesRule function arguments non-optional (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years 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
« no previous file with comments | « LayoutTests/animations/keyframes-missing-arguments.html ('k') | Source/core/css/CSSKeyframesRule.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/animations/keyframes-missing-arguments-expected.txt
diff --git a/LayoutTests/animations/keyframes-missing-arguments-expected.txt b/LayoutTests/animations/keyframes-missing-arguments-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..55f6b370b58d975d0e04d36afc4273f74ba29078
--- /dev/null
+++ b/LayoutTests/animations/keyframes-missing-arguments-expected.txt
@@ -0,0 +1,9 @@
+PASS keyframes is an instance of CSSKeyframesRule
+PASS keyframes.insertRule() threw exception TypeError: Failed to execute 'insertRule' on 'CSSKeyframesRule': 1 argument required, but only 0 present..
+PASS keyframes.appendRule() threw exception TypeError: Failed to execute 'appendRule' on 'CSSKeyframesRule': 1 argument required, but only 0 present..
+PASS keyframes.deleteRule() threw exception TypeError: Failed to execute 'deleteRule' on 'CSSKeyframesRule': 1 argument required, but only 0 present..
+PASS keyframes.findRule() threw exception TypeError: Failed to execute 'findRule' on 'CSSKeyframesRule': 1 argument required, but only 0 present..
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« no previous file with comments | « LayoutTests/animations/keyframes-missing-arguments.html ('k') | Source/core/css/CSSKeyframesRule.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698