OLD | NEW |
1 ALERT: 1 | 1 ALERT: 1 |
2 Tests that browser won't crash if user evaluates something in the console that w
ould suspend active dom objects (e.g. if user attempts to show an alert) when sc
ript execution is paused on a breakpoint and all active dom objects are already
suspended. | 2 Tests that browser won't crash if user evaluates something in the console that w
ould suspend active dom objects (e.g. if user attempts to show an alert) when sc
ript execution is paused on a breakpoint and all active dom objects are already
suspended. |
3 | 3 |
4 Debugger was enabled. | |
5 Set timer for test function. | 4 Set timer for test function. |
6 Script execution paused. | 5 Script execution paused. |
7 Shown alert while staying on a breakpoint. | 6 Shown alert while staying on a breakpoint. |
8 Script execution resumed. | 7 Script execution resumed. |
9 Debugger was disabled. | |
10 | 8 |
OLD | NEW |