Upstream version 5.34.98.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / inspector / sources / debugger / mutation-observer-suspend-while-paused-expected.txt
1 Tests that DOM Mutation Observers do not attempt to deliver mutation records while the debugger is paused.Bug 105810
2
3 Debugger was enabled.
4 DIV and observer setup.
5 deliveryCount = 0
6 setAttribute should have triggered delivery.
7 deliveryCount = 1
8 mutateAndPause invoked.
9 Script execution paused.
10 Delivery should not have taken place.
11 deliveryCount = 1
12 Script execution resumed.
13 Second delivery should now have happened.
14 deliveryCount = 2
15 Debugger was disabled.
16