1 | 1 | Tests that all inlined scripts from the same document are shown in the same source frame with html script tags.
|
---|
2 | 2 | Script source was shown.
|
---|
3 | 3 | Script execution paused.
|
---|
4 | 4 | Call stack:
|
---|
5 | | 0) f1 (inlined-scripts.html:3)
|
---|
6 | | 1) (inlined-scripts.html:3)
|
---|
| 5 | 0) f1 (debug-inline-scripts.html:3)
|
---|
| 6 | 1) (debug-inline-scripts.html:3)
|
---|
7 | 7 | Call stack status: Paused on breakpoint
|
---|
8 | 8 | ==Source frame contents start==
|
---|
9 | 9 | <html>
|
---|
|
24 | 24 | ==Source frame contents end==
|
---|
25 | 25 | Script execution paused.
|
---|
26 | 26 | Call stack:
|
---|
27 | | 0) f4 (inlined-scripts.html:10)
|
---|
28 | | 1) (inlined-scripts.html:12)
|
---|
| 27 | 0) f4 (debug-inline-scripts.html:10)
|
---|
| 28 | 1) (debug-inline-scripts.html:12)
|
---|
29 | 29 | ==Source frame contents start==
|
---|
30 | 30 | <html>
|
---|
31 | 31 | <head>
|
---|
|