OLD | NEW |
1 CONSOLE WARNING: SVG's SMIL animations (<animate>, <set>, etc.) are deprecated a
nd will be removed. Please use CSS animations or Web animations instead. | |
2 Check that incorrect number of arguments throw TypeError. | 1 Check that incorrect number of arguments throw TypeError. |
3 | 2 |
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
5 | 4 |
6 | 5 |
7 SVGAnimationElement | 6 SVGAnimationElement |
8 | 7 |
9 beginElementAt(float offset) | 8 beginElementAt(float offset) |
10 PASS animateElm.beginElementAt() threw exception TypeError: Failed to execute 'b
eginElementAt' on 'SVGAnimationElement': 1 argument required, but only 0 present
.. | 9 PASS animateElm.beginElementAt() threw exception TypeError: Failed to execute 'b
eginElementAt' on 'SVGAnimationElement': 1 argument required, but only 0 present
.. |
11 PASS animateElm.beginElementAt(0) did not throw exception. | 10 PASS animateElm.beginElementAt(0) did not throw exception. |
(...skipping 14 matching lines...) Expand all Loading... |
26 SVGFEGaussianBlurElement | 25 SVGFEGaussianBlurElement |
27 | 26 |
28 setStdDeviation(float stdDeviationX, float stdDeviationY) | 27 setStdDeviation(float stdDeviationX, float stdDeviationY) |
29 PASS gaussian.setStdDeviation() threw exception TypeError: Failed to execute 'se
tStdDeviation' on 'SVGFEGaussianBlurElement': 2 arguments required, but only 0 p
resent.. | 28 PASS gaussian.setStdDeviation() threw exception TypeError: Failed to execute 'se
tStdDeviation' on 'SVGFEGaussianBlurElement': 2 arguments required, but only 0 p
resent.. |
30 PASS gaussian.setStdDeviation(0) threw exception TypeError: Failed to execute 's
etStdDeviation' on 'SVGFEGaussianBlurElement': 2 arguments required, but only 1
present.. | 29 PASS gaussian.setStdDeviation(0) threw exception TypeError: Failed to execute 's
etStdDeviation' on 'SVGFEGaussianBlurElement': 2 arguments required, but only 1
present.. |
31 PASS gaussian.setStdDeviation(0, 0) did not throw exception. | 30 PASS gaussian.setStdDeviation(0, 0) did not throw exception. |
32 PASS successfullyParsed is true | 31 PASS successfullyParsed is true |
33 | 32 |
34 TEST COMPLETE | 33 TEST COMPLETE |
35 | 34 |
OLD | NEW |