[Webkit-unassigned] [Bug 57574] New: Preload scanner fails to pick up resources from document.write() output

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 31 13:52:15 PDT 2011


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

           Summary: Preload scanner fails to pick up resources from
                    document.write() output
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Page Loading
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: koivisto at iki.fi


With this

<script>
    document.write('<script src="resources/document-write-plaintext.js"></sc'+'ript>');
    document.write('<script src="resources/script1.js"></sc'+'ript>');
</script>

preload scanner does fails to pick up the script1.js. This used to work and was lost with the HTML5 parser.

-- 
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