| OLD | NEW |
| 1 This is a testharness.js-based test. | 1 This is a testharness.js-based test. |
| 2 PASS add on DOMTokenList must enqueue an attributeChanged reaction when adding a
n attribute | 2 PASS add on DOMTokenList must enqueue an attributeChanged reaction when adding a
n attribute |
| 3 PASS add on DOMTokenList must not enqueue an attributeChanged reaction when addi
ng an unobserved attribute | 3 PASS add on DOMTokenList must not enqueue an attributeChanged reaction when addi
ng an unobserved attribute |
| 4 PASS add on DOMTokenList must enqueue an attributeChanged reaction when adding a
value to an existing attribute | 4 PASS add on DOMTokenList must enqueue an attributeChanged reaction when adding a
value to an existing attribute |
| 5 PASS add on DOMTokenList must not enqueue an attributeChanged reaction when addi
ng a value to an unobserved attribute | 5 PASS add on DOMTokenList must not enqueue an attributeChanged reaction when addi
ng a value to an unobserved attribute |
| 6 PASS add on DOMTokenList must enqueue exactly one attributeChanged reaction when
adding multiple values to an attribute | 6 PASS add on DOMTokenList must enqueue exactly one attributeChanged reaction when
adding multiple values to an attribute |
| 7 PASS remove on DOMTokenList must enqueue an attributeChanged reaction when remov
ing a value from an attribute | 7 PASS remove on DOMTokenList must enqueue an attributeChanged reaction when remov
ing a value from an attribute |
| 8 PASS remove on DOMTokenList must enqueue exactly one attributeChanged reaction w
hen removing multiple values to an attribute | 8 PASS remove on DOMTokenList must enqueue exactly one attributeChanged reaction w
hen removing multiple values to an attribute |
| 9 PASS remove on DOMTokenList must enqueue an attributeChanged reaction even when
removing a non-existent value from an attribute | 9 PASS remove on DOMTokenList must enqueue an attributeChanged reaction even when
removing a non-existent value from an attribute |
| 10 PASS remove on DOMTokenList must not enqueue an attributeChanged reaction when r
emoving a value from an unobserved attribute | 10 PASS remove on DOMTokenList must not enqueue an attributeChanged reaction when r
emoving a value from an unobserved attribute |
| 11 PASS toggle on DOMTokenList must enqueue an attributeChanged reaction when addin
g a value to an attribute | 11 PASS toggle on DOMTokenList must enqueue an attributeChanged reaction when addin
g a value to an attribute |
| 12 PASS toggle on DOMTokenList must enqueue an attributeChanged reaction when remov
ing a value from an attribute | 12 PASS toggle on DOMTokenList must enqueue an attributeChanged reaction when remov
ing a value from an attribute |
| 13 PASS remove on DOMTokenList must not enqueue an attributeChanged reaction when r
emoving a value from an unobserved attribute | |
| 14 FAIL replace on DOMTokenList must enqueue an attributeChanged reaction when repl
acing a value in an attribute instance.classList.replace is not a function | 13 FAIL replace on DOMTokenList must enqueue an attributeChanged reaction when repl
acing a value in an attribute instance.classList.replace is not a function |
| 15 FAIL replace on DOMTokenList must not enqueue an attributeChanged reaction when
the token to replace does not exist in the attribute instance.classList.replace
is not a function | 14 FAIL replace on DOMTokenList must not enqueue an attributeChanged reaction when
the token to replace does not exist in the attribute instance.classList.replace
is not a function |
| 16 FAIL replace on DOMTokenList must not enqueue an attributeChanged reaction when
replacing a value in an unobserved attribute instance.classList.replace is not a
function | 15 FAIL replace on DOMTokenList must not enqueue an attributeChanged reaction when
replacing a value in an unobserved attribute instance.classList.replace is not a
function |
| 17 PASS the stringifier of DOMTokenList must enqueue an attributeChanged reaction w
hen adding an observed attribute | 16 PASS the stringifier of DOMTokenList must enqueue an attributeChanged reaction w
hen adding an observed attribute |
| 18 PASS the stringifier of DOMTokenList must not enqueue an attributeChanged reacti
on when adding an unobserved attribute | 17 PASS the stringifier of DOMTokenList must not enqueue an attributeChanged reacti
on when adding an unobserved attribute |
| 19 PASS the stringifier of DOMTokenList must enqueue an attributeChanged reaction w
hen mutating the value of an observed attribute | 18 PASS the stringifier of DOMTokenList must enqueue an attributeChanged reaction w
hen mutating the value of an observed attribute |
| 20 PASS the stringifier of DOMTokenList must not enqueue an attributeChanged reacti
on when mutating the value of an unobserved attribute | 19 PASS the stringifier of DOMTokenList must not enqueue an attributeChanged reacti
on when mutating the value of an unobserved attribute |
| 21 PASS the stringifier of DOMTokenList must enqueue an attributeChanged reaction w
hen the setter is called with the original value of the attribute | 20 PASS the stringifier of DOMTokenList must enqueue an attributeChanged reaction w
hen the setter is called with the original value of the attribute |
| 22 Harness: the test ran to completion. | 21 Harness: the test ran to completion. |
| 23 | 22 |
| OLD | NEW |