Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector / sources / debugger / mutation-observer-suspend-while-paused-expected.txt
blobbfe27817a0efa5cffd65e2c0177e83b19a2f852c
1 Tests that DOM Mutation Observers do not attempt to deliver mutation records while the debugger is paused.Bug 105810
3 DIV and observer setup.
4 deliveryCount = 0
5 setAttribute should have triggered delivery.
6 deliveryCount = 1
7 mutateAndPause invoked.
8 Script execution paused.
9 Delivery should not have taken place.
10 deliveryCount = 1
11 Script execution resumed.
12 Second delivery should now have happened.
13 deliveryCount = 2