diff -r 000000000000 -r 4f2f89ce4247 WebCore/manual-tests/inspector/debugger-execution-while-paused.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/WebCore/manual-tests/inspector/debugger-execution-while-paused.html Fri Sep 17 09:02:29 2010 +0300 @@ -0,0 +1,15 @@ + +

Test for Bug 20284: JavaScript can be executed even though debugger is running and at a break point.

+

To test, open the Inspector and start a debugging session. Set a break point inside the stepOne() function. Now click the Step One button in the page. The breakpoint should be hit. While paused at the breakpoint click on the Step Two button. You should not see an alert dialog.

+

+