chromium/third_party/blink/web_tests/http/tests/devtools/sources/debugger-pause/skip-pauses-until-reload-expected.txt

Tests that 'skip all pauses' mode blocks breakpoint and gets cancelled right at page reload.
Script source was shown.
Set up breakpoints.
Set up to pause on all exceptions.
Set up DOM breakpoints.
Set up Event breakpoints.
Did set up.
Set timer for test function.
Script execution paused.
Call stack:
    0) testFunction (skip-pauses-until-reload.html:8)
Set up to skip all pauses.
Reloading the page...
Script execution resumed.
Page reloaded.
PASS: Reloaded without hitting breakpoints.