[Webkit-unassigned] [Bug 21524] New: Remove race condition in fast/encoding/script-in-head.html

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 10 10:46:43 PDT 2008


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

           Summary: Remove race condition in fast/encoding/script-in-
                    head.html
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Page Loading
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pam at chromium.org


The fast/encoding/script-in-head.html test has a race condition: the page may
be dumped before the dynamically generated <script> tag is executed.  Likewise,
the document.write() may be buffered, leading to unreliable results. 
(Buffering document.write() may be a bug itself, but since it's not related to
what this is testing, we should work around it here if we can.)


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



More information about the webkit-unassigned mailing list