| OLD | NEW |
| (Empty) |
| 1 This is a testharness.js-based test. | |
| 2 PASS setter on DOMStringMap must enqueue an attributeChanged reaction when addin
g an observed data attribute | |
| 3 PASS setter on DOMStringMap must not enqueue an attributeChanged reaction when a
dding an unobserved data attribute | |
| 4 PASS setter on DOMStringMap must enqueue an attributeChanged reaction when mutat
ing the value of an observed data attribute | |
| 5 FAIL setter on DOMStringMap must enqueue an attributeChanged reaction when mutat
ing the value of an observed data attribute to the same value assert_array_equal
s: lengths differ, expected 1 got 0 | |
| 6 PASS setter on DOMStringMap must not enqueue an attributeChanged reaction when m
utating the value of an unobserved data attribute | |
| 7 PASS deleter on DOMStringMap must enqueue an attributeChanged reaction when remo
ving an observed data attribute | |
| 8 PASS deleter on DOMStringMap must not enqueue an attributeChanged reaction when
removing an unobserved data attribute | |
| 9 PASS deleter on DOMStringMap must not enqueue an attributeChanged reaction when
it does not remove a data attribute | |
| 10 Harness: the test ran to completion. | |
| 11 | |
| OLD | NEW |