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 |
(...skipping 25 matching lines...) Expand all Loading... |
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 |