| 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
|
| index bd76470d527c1974bb7b60ed1c425f6916e7bfa2..60cfa24d3bb007baf6506dbd611e9588ba46fe2c 100644
|
| --- a/LayoutTests/animations/keyframes-missing-arguments-expected.txt
|
| +++ b/LayoutTests/animations/keyframes-missing-arguments-expected.txt
|
| @@ -1,6 +1,4 @@
|
| -CONSOLE WARNING: 'CSSKeyframesRule.insertRule()' is deprecated and will be removed in M45, around August 2015. Please use 'CSSKeyframesRule.appendRule()' instead.
|
| 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..
|
|
|