OLD | NEW |
1 Testing mutations are delivered following Database transaction callbacks. | 1 Ensure that custom element callback fires before DOMContentLoaded event |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
5 | 5 |
6 PASS mutations.length is 1 | |
7 PASS mutations[0].type is "attributes" | |
8 PASS mutations[0].attributeName is "foo" | |
9 | |
10 PASS successfullyParsed is true | 6 PASS successfullyParsed is true |
11 | 7 |
12 TEST COMPLETE | 8 TEST COMPLETE |
| 9 PASS eventlog[0] is 'created x-foo' |
| 10 PASS eventlog[1] is 'DOMContentLoaded event' |
| 11 PASS eventlog[2] is 'load event' |
13 | 12 |
OLD | NEW |