Console Source File and Line Number Reporting Bug
- Load this page.
- Observe that console reports that "init" is written from
line 10 of this file.
Issue a: Line 10 is not in the script section.
- Observe that console reports that "external" is written from
line 2 of this file.
Issue b: It should report the file name as "external.js",
and it should report that the line number is 2.