| OLD | NEW |
| 1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
| 2 PASS attributes Element.id: update, no oldValue, mutation | 2 PASS attributes Element.id: update, no oldValue, mutation |
| 3 PASS attributes Element.id: update mutation | 3 PASS attributes Element.id: update mutation |
| 4 PASS attributes Element.id: empty string update mutation | 4 PASS attributes Element.id: empty string update mutation |
| 5 PASS attributes Element.id: same value mutation | 5 PASS attributes Element.id: same value mutation |
| 6 PASS attributes Element.unknown: IDL attribute no mutation | 6 PASS attributes Element.unknown: IDL attribute no mutation |
| 7 PASS attributes HTMLInputElement.type: type update mutation | 7 PASS attributes HTMLInputElement.type: type update mutation |
| 8 PASS attributes Element.className: new value mutation | 8 PASS attributes Element.className: new value mutation |
| 9 PASS attributes Element.className: empty string update mutation | 9 PASS attributes Element.className: empty string update mutation |
| 10 PASS attributes Element.className: same value mutation | 10 PASS attributes Element.className: same value mutation |
| 11 PASS attributes Element.className: same multiple values mutation | 11 PASS attributes Element.className: same multiple values mutation |
| 12 PASS attributes Element.classList.add: single token addition mutation | 12 PASS attributes Element.classList.add: single token addition mutation |
| 13 PASS attributes Element.classList.add: multiple tokens addition mutation | 13 PASS attributes Element.classList.add: multiple tokens addition mutation |
| 14 PASS attributes Element.classList.add: syntax err/no mutation | 14 PASS attributes Element.classList.add: syntax err/no mutation |
| 15 PASS attributes Element.classList.add: invalid character/no mutation | 15 PASS attributes Element.classList.add: invalid character/no mutation |
| 16 FAIL attributes Element.classList.add: same value mutation assert_equals: mutati
on records must match expected 2 but got 1 | 16 FAIL attributes Element.classList.add: same value mutation assert_equals: mutati
on records must match expected 2 but got 1 |
| 17 PASS attributes Element.classList.remove: single token removal mutation | 17 PASS attributes Element.classList.remove: single token removal mutation |
| 18 PASS attributes Element.classList.remove: multiple tokens removal mutation | 18 PASS attributes Element.classList.remove: multiple tokens removal mutation |
| 19 FAIL attributes Element.classList.remove: missing token removal mutation assert_
equals: mutation records must match expected 2 but got 1 | 19 PASS attributes Element.classList.remove: missing token removal mutation |
| 20 PASS attributes Element.classList.toggle: token removal mutation | 20 PASS attributes Element.classList.toggle: token removal mutation |
| 21 PASS attributes Element.classList.toggle: token addition mutation | 21 PASS attributes Element.classList.toggle: token addition mutation |
| 22 PASS attributes Element.classList.toggle: forced token removal mutation | 22 PASS attributes Element.classList.toggle: forced token removal mutation |
| 23 PASS attributes Element.classList.toggle: forced missing token removal no mutati
on | 23 PASS attributes Element.classList.toggle: forced missing token removal no mutati
on |
| 24 PASS attributes Element.classList.toggle: forced existing token addition no muta
tion | 24 PASS attributes Element.classList.toggle: forced existing token addition no muta
tion |
| 25 PASS attributes Element.classList.toggle: forced token addition mutation | 25 PASS attributes Element.classList.toggle: forced token addition mutation |
| 26 PASS attributes Element.attributes.value: update mutation | 26 PASS attributes Element.attributes.value: update mutation |
| 27 PASS attributes Element.attributes.value: same id mutation | 27 PASS attributes Element.attributes.value: same id mutation |
| 28 PASS attributes Element.setAttribute: id mutation | 28 PASS attributes Element.setAttribute: id mutation |
| 29 PASS attributes Element.setAttribute: same class mutation | 29 PASS attributes Element.setAttribute: same class mutation |
| 30 PASS attributes Element.setAttribute: classname mutation | 30 PASS attributes Element.setAttribute: classname mutation |
| 31 PASS attributes Element.removeAttribute: removal mutation | 31 PASS attributes Element.removeAttribute: removal mutation |
| 32 PASS attributes Element.removeAttribute: removal no mutation | 32 PASS attributes Element.removeAttribute: removal no mutation |
| 33 PASS childList HTMLInputElement.removeAttribute: type removal mutation | 33 PASS childList HTMLInputElement.removeAttribute: type removal mutation |
| 34 PASS attributes Element.setAttributeNS: creation mutation | 34 PASS attributes Element.setAttributeNS: creation mutation |
| 35 PASS attributes Element.setAttributeNS: prefixed attribute creation mutation | 35 PASS attributes Element.setAttributeNS: prefixed attribute creation mutation |
| 36 PASS attributes Element.removeAttributeNS: removal mutation | 36 PASS attributes Element.removeAttributeNS: removal mutation |
| 37 PASS attributes Element.removeAttributeNS: removal no mutation | 37 PASS attributes Element.removeAttributeNS: removal no mutation |
| 38 PASS attributes Element.removeAttributeNS: prefixed attribute removal no mutatio
n | 38 PASS attributes Element.removeAttributeNS: prefixed attribute removal no mutatio
n |
| 39 PASS attributes/attributeFilter Element.id/Element.className: update mutation | 39 PASS attributes/attributeFilter Element.id/Element.className: update mutation |
| 40 PASS attributes/attributeFilter Element.id/Element.className: multiple filter up
date mutation | 40 PASS attributes/attributeFilter Element.id/Element.className: multiple filter up
date mutation |
| 41 PASS attributeOldValue alone Element.id: update mutation | 41 PASS attributeOldValue alone Element.id: update mutation |
| 42 PASS attributeFilter alone Element.id/Element.className: multiple filter update
mutation | 42 PASS attributeFilter alone Element.id/Element.className: multiple filter update
mutation |
| 43 PASS childList false: no childList mutation | 43 PASS childList false: no childList mutation |
| 44 Harness: the test ran to completion. | 44 Harness: the test ran to completion. |
| 45 | 45 |
| OLD | NEW |