[Webkit-unassigned] [Bug 111023] 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:10:12 PST 2013


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





--- Comment #1 from Eric Seidel <eric at webkit.org>  2013-02-27 16:12:36 PST ---
These tests are awesome.  We can stare at this in person tomorrow if you haven't solved it by then.

I'm sure this is just a race.

Does scheduling a location change from in an unload handler cancel the previously scheduled change?

I assume the parser immediately gets detached/stopped?

http://trac.webkit.org/browser/trunk/LayoutTests/fast/loader/resources/pass-and-notify-done.html

The main resource won't be done loading until that's done loading, right?  And that <script> executes before it's done loading.

I wonder if:

test.html:
<script>
if (window.testRunner) {
  testRunner.dumpAsText();
  testRunner.waitUntilDone();
}
document.location = "pass-and-notify-done.html"
</script>

is supposed to work or not. :)

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