Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector / sources / debugger / debugger-suspend-active-dom-objects-expected.txt
blob887a952ec265233360ff9cf2c51366b1f4872645
1 ALERT: 1
2 Tests that browser won't crash if user evaluates something in the console that would suspend active dom objects (e.g. if user attempts to show an alert) when script execution is paused on a breakpoint and all active dom objects are already suspended.
4 Set timer for test function.
5 Script execution paused.
6 Shown alert while staying on a breakpoint.
7 Script execution resumed.