Repro for crbug.com/1133307
This tests that DevTools properly sets breakpoints on startup.
Steps
- Open DevTools
- Set a breakpoint in
crbug-1133307.js
on line 1
- Open a new tab (optionally closing this tab) and open DevTools
- Navigate to this page in the new tab
- DevTools should pause on the breakpoint in
crbug-1133307.js