OLD | NEW |
| (Empty) |
1 ERROR: Failed to load resource: the server responded with a status of 404 () | |
2 SOURCE: http://127.0.0.1:8000/sky/tests/mutation-observer/baz.png:0 | |
3 Running 14 tests | |
4 ok 1 MutationObserver.observe on attributes should handle basic aspects of attri
bute observation | |
5 ok 2 MutationObserver.observe on attributes should not notify of attribute chang
es without asking | |
6 ok 3 MutationObserver.observe on attributes re-observing the same node with the
same observer has the effect of resetting the options | |
7 ok 4 MutationObserver.observe on attributes multiple observers can be registered
to a given node and both receive mutations | |
8 ok 5 MutationObserver.observe on attributes should deliver mutations on modifica
tions to node properties which delegate to attribute storage | |
9 ok 6 MutationObserver.observe on attributes should handle basic oldValue deliver
y | |
10 ok 7 MutationObserver.observe on attributes should deliver oldValue when needed | |
11 ok 8 MutationObserver.observe on attributes should give attributeOldValue if any
entries request it with multiple observers | |
12 ok 9 MutationObserver.observe on attributes should handle setting an attribute v
ia reflected IDL attribute | |
13 ok 10 MutationObserver.observe on attributes should respect attributeFilter on H
TML elements | |
14 ok 11 MutationObserver.observe on attributes should respect different attributeF
ilters when observing multiple subtree nodes | |
15 ok 12 MutationObserver.observe on attributes should create records for the style
property | |
16 ok 13 MutationObserver.observe on attributes should have oldValue for style prop
erty mutations | |
17 ok 14 MutationObserver.observe on attributes should not create records for noop
style property mutation | |
18 14 tests | |
19 14 pass | |
20 0 fail | |
OLD | NEW |