blob: 01ba58c9bcc2b241657916569fa40e311a9ec695 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
Tests that JS sourcemapping for inline scripts followed by inline stylesheets does not break.
Debugger was enabled.
Running: testSetBreakpoint
Script source was shown.
Set timer for test function.
Script execution paused.
Call stack:
0) testFunction (js-with-inline-stylesheets.html:10)
Dump breakpoint sidebar pane:
js-with-inline-stylesheets.html:10
var x = Math.sqrt(10);
Dump breakpoint sidebar pane:
Script execution resumed.
Debugger was disabled.
|