Test for Bug 31252: Web Inspector: Debugger shortcuts (F8, F10, F11) have no effect if the Console view is open.

To test, open the Inspector and start a debugging session. Open the Console view (press Esc or click the "Show console" button in the status bar) and make sure it is focused (the cursor is blinking in the text prompt.) Set a breakpoint inside testFunction() (on the showAlert() call) and press F8. Now click the Test button in the page. The execution should stop on an HTML line containing onclick="testFunction()". Press F8. The execution should stop on the breakpoint. Press F11, F10, F11 sequentially. You should see the "Test completed." alert dialog ONLY after the last keypress.