OLD | NEW |
| 1 CONSOLE ERROR: line 3484: The given range isn't in document. |
| 2 CONSOLE ERROR: line 3484: The given range isn't in document. |
1 Tests that DOM Mutation Observers do not attempt to deliver mutation records whi
le the debugger is paused.Bug 105810 | 3 Tests that DOM Mutation Observers do not attempt to deliver mutation records whi
le the debugger is paused.Bug 105810 |
2 | 4 |
3 DIV and observer setup. | 5 DIV and observer setup. |
4 deliveryCount = 0 | 6 deliveryCount = 0 |
5 setAttribute should have triggered delivery. | 7 setAttribute should have triggered delivery. |
6 deliveryCount = 1 | 8 deliveryCount = 1 |
7 mutateAndPause invoked. | 9 mutateAndPause invoked. |
8 Script execution paused. | 10 Script execution paused. |
9 Delivery should not have taken place. | 11 Delivery should not have taken place. |
10 deliveryCount = 1 | 12 deliveryCount = 1 |
11 Script execution resumed. | 13 Script execution resumed. |
12 Second delivery should now have happened. | 14 Second delivery should now have happened. |
13 deliveryCount = 2 | 15 deliveryCount = 2 |
14 | 16 |
OLD | NEW |