[Webkit-unassigned] [Bug 32437] New: [Qt] [LayoutTestController]Output of document.write() is vanished by waitUntilDone()/notifyDone()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 11 09:54:28 PST 2009


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

           Summary: [Qt] [LayoutTestController]Output of document.write()
                    is vanished by waitUntilDone()/notifyDone()
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: NEW
          Keywords: Qt
          Severity: Normal
          Priority: P3
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ossy at webkit.org


http/tests/misc/percent-sign-in-form-field-name.html introduced 
in http://trac.webkit.org/changeset/51973 , which signalled, that 
our LayoutTesetController has this bug.

With this small test, you can reproduce the error:
<script>
if (window.layoutTestController) {
    layoutTestController.dumpAsText();
    layoutTestController.waitUntilDone();
}
document.write('PASS')
layoutTestController.notifyDone();
</script>

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