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 PASS getElementsByTagName a:abc | 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 PASS getElementsByTagName a:Abc | 10 FAIL getElementsByTagName a:Abc assert_array_equals: lengths differ, expected 0
got 3 |
11 PASS getElementsByTagName Abc | 11 PASS getElementsByTagName Abc |
12 PASS createElement ABC | 12 PASS createElement ABC |
13 PASS setAttribute ABC | 13 PASS setAttribute ABC |
14 PASS getAttribute ABC | 14 PASS getAttribute ABC |
15 PASS getElementsByTagName a:ABC | 15 FAIL getElementsByTagName a:ABC assert_array_equals: lengths differ, expected 0
got 3 |
16 PASS getElementsByTagName ABC | 16 PASS getElementsByTagName ABC |
17 PASS createElement ä | 17 PASS createElement ä |
18 PASS setAttribute ä | 18 PASS setAttribute ä |
19 PASS getAttribute ä | 19 PASS getAttribute ä |
20 PASS getElementsByTagName a:ä | 20 FAIL getElementsByTagName a:ä assert_array_equals: lengths differ, expected 0 go
t 3 |
21 PASS getElementsByTagName ä | 21 PASS getElementsByTagName ä |
22 FAIL createElement Ä assert_equals: expected "Ä" but got "ä" | 22 FAIL createElement Ä assert_equals: expected "Ä" but got "ä" |
23 FAIL setAttribute Ä assert_equals: expected "Ä" but got "ä" | 23 FAIL setAttribute Ä assert_equals: expected "Ä" but got "ä" |
24 PASS getAttribute Ä | 24 PASS getAttribute Ä |
25 FAIL getElementsByTagName a:Ä assert_array_equals: property 0, expected Element
node <Ä></Ä> but got Element node <ä></ä> | 25 FAIL getElementsByTagName a:Ä assert_array_equals: lengths differ, expected 0 go
t 3 |
26 FAIL getElementsByTagName Ä assert_array_equals: property 0, expected Element no
de <Ä></Ä> but got Element node <ä></ä> | 26 FAIL getElementsByTagName Ä assert_array_equals: property 0, expected Element no
de <Ä></Ä> but got Element node <ä></ä> |
27 PASS createElementNS http://www.w3.org/1999/xhtml,abc,abc | 27 PASS createElementNS http://www.w3.org/1999/xhtml,abc,abc |
28 PASS setAttributeNS http://www.w3.org/1999/xhtml,abc,abc | 28 PASS setAttributeNS http://www.w3.org/1999/xhtml,abc,abc |
29 PASS getAttributeNS http://www.w3.org/1999/xhtml,abc,abc | 29 PASS getAttributeNS http://www.w3.org/1999/xhtml,abc,abc |
30 PASS createElementNS http://www.w3.org/1999/xhtml,abc,Abc | 30 PASS createElementNS http://www.w3.org/1999/xhtml,abc,Abc |
31 PASS setAttributeNS http://www.w3.org/1999/xhtml,abc,Abc | 31 PASS setAttributeNS http://www.w3.org/1999/xhtml,abc,Abc |
32 PASS getAttributeNS http://www.w3.org/1999/xhtml,abc,Abc | 32 PASS getAttributeNS http://www.w3.org/1999/xhtml,abc,Abc |
33 PASS createElementNS http://www.w3.org/1999/xhtml,abc,ABC | 33 PASS createElementNS http://www.w3.org/1999/xhtml,abc,ABC |
34 PASS setAttributeNS http://www.w3.org/1999/xhtml,abc,ABC | 34 PASS setAttributeNS http://www.w3.org/1999/xhtml,abc,ABC |
35 PASS getAttributeNS http://www.w3.org/1999/xhtml,abc,ABC | 35 PASS getAttributeNS http://www.w3.org/1999/xhtml,abc,ABC |
(...skipping 243 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 |