| OLD | NEW |
| 1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
| 2 Found 58 tests; 50 PASS, 8 FAIL, 0 TIMEOUT, 0 NOTRUN. |
| 2 PASS DocumentFragment should have null namespace, prefix null | 3 PASS DocumentFragment should have null namespace, prefix null |
| 3 PASS DocumentFragment should have null namespace, prefix "" | 4 PASS DocumentFragment should have null namespace, prefix "" |
| 4 PASS DocumentFragment should have null namespace, prefix "foo" | 5 PASS DocumentFragment should have null namespace, prefix "foo" |
| 5 PASS DocumentFragment should have null namespace, prefix "xmlns" | 6 PASS DocumentFragment should have null namespace, prefix "xmlns" |
| 6 FAIL DocumentFragment is in default namespace, prefix null assert_equals: expect
ed true but got false | 7 FAIL DocumentFragment is in default namespace, prefix null assert_equals: expect
ed true but got false |
| 7 FAIL DocumentFragment is in default namespace, prefix "" assert_equals: expected
true but got false | 8 FAIL DocumentFragment is in default namespace, prefix "" assert_equals: expected
true but got false |
| 8 PASS DocumentFragment is in default namespace, prefix "foo" | 9 PASS DocumentFragment is in default namespace, prefix "foo" |
| 9 PASS DocumentFragment is in default namespace, prefix "xmlns" | 10 PASS DocumentFragment is in default namespace, prefix "xmlns" |
| 10 PASS Element should have null namespace, prefix null | 11 PASS Element should have null namespace, prefix null |
| 11 PASS Element should have null namespace, prefix "" | 12 PASS Element should have null namespace, prefix "" |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 52 PASS For document, empty namespace is not default, prefix null | 53 PASS For document, empty namespace is not default, prefix null |
| 53 PASS For document, empty namespace is not default, prefix "" | 54 PASS For document, empty namespace is not default, prefix "" |
| 54 PASS For document, fooNamespace is not default | 55 PASS For document, fooNamespace is not default |
| 55 PASS For document, xmlns namespace is not default | 56 PASS For document, xmlns namespace is not default |
| 56 PASS For document, bar namespace is not default | 57 PASS For document, bar namespace is not default |
| 57 PASS For document, baz namespace is not default | 58 PASS For document, baz namespace is not default |
| 58 PASS For document, xhtml namespace is default | 59 PASS For document, xhtml namespace is default |
| 59 PASS Comment does not have bar namespace | 60 PASS Comment does not have bar namespace |
| 60 Harness: the test ran to completion. | 61 Harness: the test ran to completion. |
| 61 | 62 |
| OLD | NEW |