blob: 927736799e18a4ab80508cc087236149f9c2ccf5 [file] [log] [blame]
Tests that all inlined scripts from the same document are shown in the same source frame with html script tags.
Script source was shown.
Script execution paused.
Call stack:
0) (debug-inline-scripts.html:3)
Call stack status: Paused on breakpoint
==Source frame contents start==
<html>
<head>
<script> function f1() { return 0; }; f1(); </script> <script>function f2() { return 0; }</script><script>
function f3() { return 0; }
</script>
<script>
function f4()
{
return 0;
}
f4();
</script>
</head>
</html>
==Source frame contents end==
Script execution paused.
Call stack:
0) f4 (debug-inline-scripts.html:10)
1) (debug-inline-scripts.html:12)
==Source frame contents start==
<html>
<head>
<script> function f1() { return 0; }; f1(); </script> <script>function f2() { return 0; }</script><script>
function f3() { return 0; }
</script>
<script>
function f4()
{
return 0;
}
f4();
</script>
</head>
</html>
==Source frame contents end==
Page reloaded.