| OLD | NEW |
| 1 PASS container.getElementsByTagName('linearGradient').length is 2 | 1 PASS container.getElementsByTagName('linearGradient').length is 2 |
| 2 PASS container.getElementsByTagName('lineargradient').length is 1 | 2 PASS container.getElementsByTagName('lineargradient').length is 1 |
| 3 PASS container.getElementsByTagName('LINEARGRADIENT').length is 1 | 3 PASS container.getElementsByTagName('LINEARGRADIENT').length is 1 |
| 4 PASS container.getElementsByTagName('FOO').length is 2 | 4 PASS container.getElementsByTagName('FOO').length is 2 |
| 5 PASS container.getElementsByTagName('foo').length is 2 | 5 PASS container.getElementsByTagName('foo').length is 2 |
| 6 PASS container.getElementsByTagName('Foo').length is 2 | 6 PASS container.getElementsByTagName('Foo').length is 2 |
| 7 PASS container.getElementsByTagName('img').length is 2 | 7 PASS container.getElementsByTagName('img').length is 2 |
| 8 PASS container.getElementsByTagName('IMG').length is 1 | 8 PASS container.getElementsByTagName('IMG').length is 1 |
| 9 PASS container.getElementsByTagNameNS('http://www.w3.org/2000/svg', 'linearGradi
ent').length is 1 | 9 PASS container.getElementsByTagNameNS('http://www.w3.org/2000/svg', 'linearGradi
ent').length is 1 |
| 10 PASS container.getElementsByTagNameNS('http://www.w3.org/2000/svg', 'lineargradi
ent').length is 0 | 10 PASS container.getElementsByTagNameNS('http://www.w3.org/2000/svg', 'lineargradi
ent').length is 0 |
| 11 PASS container.getElementsByTagNameNS('http://www.w3.org/2000/svg', 'LINEARGRADI
ENT').length is 0 | 11 PASS container.getElementsByTagNameNS('http://www.w3.org/2000/svg', 'LINEARGRADI
ENT').length is 0 |
| 12 PASS container.getElementsByTagNameNS('http://www.w3.org/2000/svg', 'FOO').lengt
h is 0 | 12 PASS container.getElementsByTagNameNS('http://www.w3.org/2000/svg', 'FOO').lengt
h is 0 |
| 13 PASS container.getElementsByTagNameNS('http://www.w3.org/2000/svg', 'foo').lengt
h is 0 | 13 PASS container.getElementsByTagNameNS('http://www.w3.org/2000/svg', 'foo').lengt
h is 0 |
| 14 PASS container.getElementsByTagNameNS('http://www.w3.org/2000/svg', 'Foo').lengt
h is 0 | 14 PASS container.getElementsByTagNameNS('http://www.w3.org/2000/svg', 'Foo').lengt
h is 0 |
| 15 PASS container.getElementsByTagNameNS('http://www.w3.org/2000/svg', 'img').lengt
h is 1 | 15 PASS container.getElementsByTagNameNS('http://www.w3.org/2000/svg', 'img').lengt
h is 1 |
| 16 PASS container.getElementsByTagNameNS('http://www.w3.org/2000/svg', 'IMG').lengt
h is 0 | 16 PASS container.getElementsByTagNameNS('http://www.w3.org/2000/svg', 'IMG').lengt
h is 0 |
| 17 PASS container.getElementsByTagNameNS('http://www.w3.org/1999/xhtml', 'linearGra
dient').length is 0 | 17 PASS container.getElementsByTagNameNS('http://www.w3.org/1999/xhtml', 'linearGra
dient').length is 0 |
| 18 PASS container.getElementsByTagNameNS('http://www.w3.org/1999/xhtml', 'lineargra
dient').length is 1 | 18 PASS container.getElementsByTagNameNS('http://www.w3.org/1999/xhtml', 'lineargra
dient').length is 1 |
| 19 PASS container.getElementsByTagNameNS('http://www.w3.org/1999/xhtml', 'LINEARGRA
DIENT').length is 0 | 19 PASS container.getElementsByTagNameNS('http://www.w3.org/1999/xhtml', 'LINEARGRA
DIENT').length is 0 |
| 20 PASS container.getElementsByTagNameNS('http://www.w3.org/1999/xhtml', 'FOO').len
gth is 0 | 20 PASS container.getElementsByTagNameNS('http://www.w3.org/1999/xhtml', 'FOO').len
gth is 0 |
| 21 PASS container.getElementsByTagNameNS('http://www.w3.org/1999/xhtml', 'foo').len
gth is 2 | 21 PASS container.getElementsByTagNameNS('http://www.w3.org/1999/xhtml', 'foo').len
gth is 2 |
| 22 PASS container.getElementsByTagNameNS('http://www.w3.org/1999/xhtml', 'Foo').len
gth is 0 | 22 PASS container.getElementsByTagNameNS('http://www.w3.org/1999/xhtml', 'Foo').len
gth is 0 |
| 23 PASS container.getElementsByTagNameNS('http://www.w3.org/1999/xhtml', 'img').len
gth is 1 | 23 PASS container.getElementsByTagNameNS('http://www.w3.org/1999/xhtml', 'img').len
gth is 1 |
| 24 PASS container.getElementsByTagNameNS('http://www.w3.org/1999/xhtml', 'IMG').len
gth is 0 | 24 PASS container.getElementsByTagNameNS('http://www.w3.org/1999/xhtml', 'IMG').len
gth is 0 |
| 25 PASS successfullyParsed is true |
| 25 | 26 |
| 27 TEST COMPLETE |
| 28 |
| OLD | NEW |