| OLD | NEW |
| 1 This test setting various attributes of a SVG elements to JavaScript null. | 1 This test setting various attributes of a SVG elements to JavaScript null. |
| 2 | 2 |
| 3 TEST SUCCEEDED: The value was the string 'null'. [tested SVGElement.id] | 3 TEST SUCCEEDED: The value was the string 'null'. [tested SVGElement.id] |
| 4 TEST SUCCEEDED: The value was the empty string. [tested SVGElement.xmlbase] | 4 TEST SUCCEEDED: The value was the string 'null'. [tested SVGElement.xmlbase] |
| 5 | 5 |
| 6 TEST SUCCEEDED: The value was the string '0'. [tested SVGAngle.valueAsString] | 6 TEST SUCCEEDED: The value was the string '0'. [tested SVGAngle.valueAsString] |
| 7 | 7 |
| 8 TEST SUCCEEDED: The value was the string '0'. [tested SVGLength.valueAsString] | 8 TEST SUCCEEDED: The value was the string '0'. [tested SVGLength.valueAsString] |
| 9 | 9 |
| 10 TEST SUCCEEDED: The value was the empty string. [tested SVGScriptElement.type] | 10 TEST SUCCEEDED: The value was the empty string. [tested SVGScriptElement.type] |
| 11 | 11 |
| 12 | 12 |
| OLD | NEW |