[Webkit-unassigned] [Bug 111023] New: Threaded HTML parser causes flaky timeout for fast/loader/unload-hyperlink-targeted.html

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 27 16:03:04 PST 2013


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

           Summary: Threaded HTML parser causes flaky timeout for
                    fast/loader/unload-hyperlink-targeted.html
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: abarth at webkit.org
                CC: eric at webkit.org, tonyg at chromium.org
            Blocks: 106127


Reduction:

=== fast/loader/unload-hyperlink-targeted.html ===

<script>
if (window.testRunner) {
  testRunner.dumpAsText();
  testRunner.waitUntilDone();
}
</script>
<iframe src="resources/unload-hyperlink-targeted-subframe.html">
</iframe>

=== unload-hyperlink-targeted-subframe.html ===

<script>
addEventListener("unload", function() {
  top.location = "pass-and-notify-done.html";
});

window.location = "about:blank";
</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