| OLD | NEW |
| 1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
| 2 Found 42 tests. 41 PASS 1 FAIL 0 TIMEOUT 0 NOTRUN |
| 2 PASS attributes Element.id: update, no oldValue, mutation | 3 PASS attributes Element.id: update, no oldValue, mutation |
| 3 PASS attributes Element.id: update mutation | 4 PASS attributes Element.id: update mutation |
| 4 PASS attributes Element.id: empty string update mutation | 5 PASS attributes Element.id: empty string update mutation |
| 5 PASS attributes Element.id: same value mutation | 6 PASS attributes Element.id: same value mutation |
| 6 PASS attributes Element.unknown: IDL attribute no mutation | 7 PASS attributes Element.unknown: IDL attribute no mutation |
| 7 PASS attributes HTMLInputElement.type: type update mutation | 8 PASS attributes HTMLInputElement.type: type update mutation |
| 8 PASS attributes Element.className: new value mutation | 9 PASS attributes Element.className: new value mutation |
| 9 PASS attributes Element.className: empty string update mutation | 10 PASS attributes Element.className: empty string update mutation |
| 10 PASS attributes Element.className: same value mutation | 11 PASS attributes Element.className: same value mutation |
| 11 PASS attributes Element.className: same multiple values mutation | 12 PASS attributes Element.className: same multiple values mutation |
| (...skipping 24 matching lines...) Expand all Loading... |
| 36 PASS attributes Element.removeAttributeNS: removal mutation | 37 PASS attributes Element.removeAttributeNS: removal mutation |
| 37 PASS attributes Element.removeAttributeNS: removal no mutation | 38 PASS attributes Element.removeAttributeNS: removal no mutation |
| 38 PASS attributes Element.removeAttributeNS: prefixed attribute removal no mutatio
n | 39 PASS attributes Element.removeAttributeNS: prefixed attribute removal no mutatio
n |
| 39 PASS attributes/attributeFilter Element.id/Element.className: update mutation | 40 PASS attributes/attributeFilter Element.id/Element.className: update mutation |
| 40 PASS attributes/attributeFilter Element.id/Element.className: multiple filter up
date mutation | 41 PASS attributes/attributeFilter Element.id/Element.className: multiple filter up
date mutation |
| 41 PASS attributeOldValue alone Element.id: update mutation | 42 PASS attributeOldValue alone Element.id: update mutation |
| 42 PASS attributeFilter alone Element.id/Element.className: multiple filter update
mutation | 43 PASS attributeFilter alone Element.id/Element.className: multiple filter update
mutation |
| 43 PASS childList false: no childList mutation | 44 PASS childList false: no childList mutation |
| 44 Harness: the test ran to completion. | 45 Harness: the test ran to completion. |
| 45 | 46 |
| OLD | NEW |