Repro for crbug.com/1229541
This tests that DevTools properly hits breakpoints when starting a worker.
Steps
- Open DevTools
- Set a breakpoint in
crbug-1229541.js
on line 1
- Click the to spawn a new worker, DevTools should stop on the previously set breakpoint
- Click the again to spawn another worker, DevTools should stop on the previously set breakpoint