| OLD | NEW |
| 1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
| 2 Found 285 tests; 277 PASS, 8 FAIL, 0 TIMEOUT, 0 NOTRUN. | 2 Found 285 tests; 278 PASS, 7 FAIL, 0 TIMEOUT, 0 NOTRUN. |
| 3 PASS createElement abc | 3 PASS createElement abc |
| 4 PASS setAttribute abc | 4 PASS setAttribute abc |
| 5 PASS getAttribute abc | 5 PASS getAttribute abc |
| 6 FAIL getElementsByTagName a:abc assert_array_equals: lengths differ, expected 0
got 3 | 6 FAIL getElementsByTagName a:abc assert_array_equals: lengths differ, expected 0
got 3 |
| 7 PASS getElementsByTagName abc | 7 PASS getElementsByTagName abc |
| 8 PASS createElement Abc | 8 PASS createElement Abc |
| 9 PASS setAttribute Abc | 9 PASS setAttribute Abc |
| 10 PASS getAttribute Abc | 10 PASS getAttribute Abc |
| 11 FAIL getElementsByTagName a:Abc assert_array_equals: lengths differ, expected 0
got 3 | 11 FAIL getElementsByTagName a:Abc assert_array_equals: lengths differ, expected 0
got 3 |
| 12 PASS getElementsByTagName Abc | 12 PASS getElementsByTagName Abc |
| 13 PASS createElement ABC | 13 PASS createElement ABC |
| 14 PASS setAttribute ABC | 14 PASS setAttribute ABC |
| 15 PASS getAttribute ABC | 15 PASS getAttribute ABC |
| 16 FAIL getElementsByTagName a:ABC assert_array_equals: lengths differ, expected 0
got 3 | 16 FAIL getElementsByTagName a:ABC assert_array_equals: lengths differ, expected 0
got 3 |
| 17 PASS getElementsByTagName ABC | 17 PASS getElementsByTagName ABC |
| 18 PASS createElement ä | 18 PASS createElement ä |
| 19 PASS setAttribute ä | 19 PASS setAttribute ä |
| 20 PASS getAttribute ä | 20 PASS getAttribute ä |
| 21 FAIL getElementsByTagName a:ä assert_array_equals: lengths differ, expected 0 go
t 3 | 21 FAIL getElementsByTagName a:ä assert_array_equals: lengths differ, expected 0 go
t 3 |
| 22 PASS getElementsByTagName ä | 22 PASS getElementsByTagName ä |
| 23 FAIL createElement Ä assert_equals: expected "Ä" but got "ä" | 23 PASS createElement Ä |
| 24 FAIL setAttribute Ä assert_equals: expected "Ä" but got "ä" | 24 FAIL setAttribute Ä assert_equals: expected "Ä" but got "ä" |
| 25 PASS getAttribute Ä | 25 PASS getAttribute Ä |
| 26 FAIL getElementsByTagName a:Ä assert_array_equals: lengths differ, expected 0 go
t 3 | 26 FAIL getElementsByTagName a:Ä assert_array_equals: lengths differ, expected 0 go
t 3 |
| 27 FAIL getElementsByTagName Ä assert_array_equals: property 0, expected Element no
de <Ä></Ä> but got Element node <ä></ä> | 27 FAIL getElementsByTagName Ä assert_array_equals: property 0, expected Element no
de <Ä></Ä> but got Element node <ä></ä> |
| 28 PASS createElementNS http://www.w3.org/1999/xhtml,abc,abc | 28 PASS createElementNS http://www.w3.org/1999/xhtml,abc,abc |
| 29 PASS setAttributeNS http://www.w3.org/1999/xhtml,abc,abc | 29 PASS setAttributeNS http://www.w3.org/1999/xhtml,abc,abc |
| 30 PASS getAttributeNS http://www.w3.org/1999/xhtml,abc,abc | 30 PASS getAttributeNS http://www.w3.org/1999/xhtml,abc,abc |
| 31 PASS createElementNS http://www.w3.org/1999/xhtml,abc,Abc | 31 PASS createElementNS http://www.w3.org/1999/xhtml,abc,Abc |
| 32 PASS setAttributeNS http://www.w3.org/1999/xhtml,abc,Abc | 32 PASS setAttributeNS http://www.w3.org/1999/xhtml,abc,Abc |
| 33 PASS getAttributeNS http://www.w3.org/1999/xhtml,abc,Abc | 33 PASS getAttributeNS http://www.w3.org/1999/xhtml,abc,Abc |
| (...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 280 PASS setAttributeNS ABC | 280 PASS setAttributeNS ABC |
| 281 PASS getAttributeNS ABC | 281 PASS getAttributeNS ABC |
| 282 PASS createElementNS ä | 282 PASS createElementNS ä |
| 283 PASS setAttributeNS ä | 283 PASS setAttributeNS ä |
| 284 PASS getAttributeNS ä | 284 PASS getAttributeNS ä |
| 285 PASS createElementNS Ä | 285 PASS createElementNS Ä |
| 286 PASS setAttributeNS Ä | 286 PASS setAttributeNS Ä |
| 287 PASS getAttributeNS Ä | 287 PASS getAttributeNS Ä |
| 288 Harness: the test ran to completion. | 288 Harness: the test ran to completion. |
| 289 | 289 |
| OLD | NEW |