OLD | NEW |
1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
2 PASS createElement abc | 2 PASS createElement abc |
3 PASS setAttribute abc | 3 PASS setAttribute abc |
4 PASS getAttribute abc | 4 PASS getAttribute abc |
5 FAIL getElementsByTagName a:abc assert_array_equals: lengths differ, expected 0
got 3 | 5 FAIL getElementsByTagName a:abc assert_array_equals: lengths differ, expected 0
got 3 |
6 PASS getElementsByTagName abc | 6 PASS getElementsByTagName abc |
7 PASS createElement Abc | 7 PASS createElement Abc |
8 PASS setAttribute Abc | 8 PASS setAttribute Abc |
9 PASS getAttribute Abc | 9 PASS getAttribute Abc |
10 FAIL getElementsByTagName a:Abc assert_array_equals: lengths differ, expected 0
got 3 | 10 FAIL getElementsByTagName a:Abc assert_array_equals: lengths differ, expected 0
got 3 |
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
279 PASS setAttributeNS ABC | 279 PASS setAttributeNS ABC |
280 PASS getAttributeNS ABC | 280 PASS getAttributeNS ABC |
281 PASS createElementNS ä | 281 PASS createElementNS ä |
282 PASS setAttributeNS ä | 282 PASS setAttributeNS ä |
283 PASS getAttributeNS ä | 283 PASS getAttributeNS ä |
284 PASS createElementNS Ä | 284 PASS createElementNS Ä |
285 PASS setAttributeNS Ä | 285 PASS setAttributeNS Ä |
286 PASS getAttributeNS Ä | 286 PASS getAttributeNS Ä |
287 Harness: the test ran to completion. | 287 Harness: the test ran to completion. |
288 | 288 |
OLD | NEW |