[Webkit-unassigned] [Bug 43328] REGRESSION(61234): mail.139.com login fails
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Aug 30 19:26:49 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=43328
--- Comment #21 from Eric Seidel <eric at webkit.org> 2010-08-30 19:26:49 PST ---
Turns out at least FF makes the parser stop. Test case:
<script>
if (window.layoutTestController) {
layoutTestController.waitUntilDone();
layoutTestController.dumpAsText();
}
// This redirect, although it should have priority, will turn into
// a download and "fail", thus parsing should continue, right? Wrong.
window.location.href = 'resources/binary_data.exe';
</script>
FAIL, parsing didn't stop after the redirect.
--
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