[Webkit-unassigned] [Bug 42142] New: HTMLTreeBuilder: JavaScript line numbers are wrong if there is more than one script tag

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 12 22:19:17 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=42142

           Summary: HTMLTreeBuilder: JavaScript line numbers are wrong if
                    there is more than one script tag
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org
                CC: abarth at webkit.org, tonyg at chromium.org


HTMLTreeBuilder: JavaScript line numbers are wrong if there is more than one script tag

Example:
<script></script>


<script>var\u0009x;</script>

CONSOLE MESSAGE: line 1: SyntaxError: Parse error

Even though it should be line number 5.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list