Chromium Code Reviews| 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 | 4 |
| 5 TEST SUCCEEDED: The value was the string '0'. [tested SVGAngle.valueAsString] | |
| 6 | |
| 7 TEST SUCCEEDED: The value was the string '0'. [tested SVGLength.valueAsString] | |
| 8 | |
| 9 TEST SUCCEEDED: The value was the string 'null'. [tested SVGScriptElement.type] | 5 TEST SUCCEEDED: The value was the string 'null'. [tested SVGScriptElement.type] |
| 10 | 6 |
| 11 | 7 |
| OLD | NEW |