| OLD | NEW |
| 1 Check that incorrect number of arguments throw TypeError. | 1 Check that incorrect number of arguments throw TypeError. |
| 2 | 2 |
| 3 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
". |
| 4 | 4 |
| 5 | 5 |
| 6 SVGAnimationElement | 6 SVGAnimationElement |
| 7 | 7 |
| 8 beginElementAt(float offset) | 8 beginElementAt(float offset) |
| 9 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
.. |
| 10 PASS animateElm.beginElementAt(0) did not throw exception. | 10 PASS animateElm.beginElementAt(0) did not throw exception. |
| 11 | 11 |
| 12 endElementAt(float offset) | 12 endElementAt(float offset) |
| 13 PASS animateElm.endElementAt() threw exception TypeError: Failed to execute 'end
ElementAt' on 'SVGAnimationElement': 1 argument required, but only 0 present.. | 13 PASS animateElm.endElementAt() threw exception TypeError: Failed to execute 'end
ElementAt' on 'SVGAnimationElement': 1 argument required, but only 0 present.. |
| 14 PASS animateElm.endElementAt(0) did not throw exception. | 14 PASS animateElm.endElementAt(0) did not throw exception. |
| 15 | 15 |
| 16 | 16 |
| 17 SVGElementInstanceList | |
| 18 | |
| 19 item(unsigned long index) | |
| 20 PASS useElm.instanceRoot.childNodes.item() threw exception TypeError: Failed to
execute 'item' on 'SVGElementInstanceList': 1 argument required, but only 0 pres
ent.. | |
| 21 PASS useElm.instanceRoot.childNodes.item(0) did not throw exception. | |
| 22 | |
| 23 | |
| 24 SVGFEDropShadowElement | 17 SVGFEDropShadowElement |
| 25 | 18 |
| 26 setStdDeviation(float stdDeviationX, float stdDeviationY) | 19 setStdDeviation(float stdDeviationX, float stdDeviationY) |
| 27 PASS dropShadow.setStdDeviation() threw exception TypeError: Failed to execute '
setStdDeviation' on 'SVGFEDropShadowElement': 2 arguments required, but only 0 p
resent.. | 20 PASS dropShadow.setStdDeviation() threw exception TypeError: Failed to execute '
setStdDeviation' on 'SVGFEDropShadowElement': 2 arguments required, but only 0 p
resent.. |
| 28 PASS dropShadow.setStdDeviation(0) threw exception TypeError: Failed to execute
'setStdDeviation' on 'SVGFEDropShadowElement': 2 arguments required, but only 1
present.. | 21 PASS dropShadow.setStdDeviation(0) threw exception TypeError: Failed to execute
'setStdDeviation' on 'SVGFEDropShadowElement': 2 arguments required, but only 1
present.. |
| 29 PASS dropShadow.setStdDeviation(0, 0) did not throw exception. | 22 PASS dropShadow.setStdDeviation(0, 0) did not throw exception. |
| 30 | 23 |
| 31 | 24 |
| 32 SVGFEGaussianBlurElement | 25 SVGFEGaussianBlurElement |
| 33 | 26 |
| 34 setStdDeviation(float stdDeviationX, float stdDeviationY) | 27 setStdDeviation(float stdDeviationX, float stdDeviationY) |
| 35 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.. |
| 36 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.. |
| 37 PASS gaussian.setStdDeviation(0, 0) did not throw exception. | 30 PASS gaussian.setStdDeviation(0, 0) did not throw exception. |
| 38 | 31 |
| 39 | 32 |
| 40 SVGTests | 33 SVGTests |
| 41 | 34 |
| 42 hasExtension(DOMString extension) | 35 hasExtension(DOMString extension) |
| 43 PASS rect.hasExtension() threw exception TypeError: Failed to execute 'hasExtens
ion' on 'SVGGraphicsElement': 1 argument required, but only 0 present.. | 36 PASS rect.hasExtension() threw exception TypeError: Failed to execute 'hasExtens
ion' on 'SVGGraphicsElement': 1 argument required, but only 0 present.. |
| 44 PASS rect.hasExtension("foo") did not throw exception. | 37 PASS rect.hasExtension("foo") did not throw exception. |
| 45 PASS successfullyParsed is true | 38 PASS successfullyParsed is true |
| 46 | 39 |
| 47 TEST COMPLETE | 40 TEST COMPLETE |
| 48 | 41 |
| OLD | NEW |