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.
5 setAttribute should have triggered delivery.
7 mutateAndPause invoked.
8 Script execution paused.
9 Delivery should not have taken place.
11 Script execution resumed.
12 Second delivery should now have happened.