[Webkit-unassigned] [Bug 110801] Threaded HTML parser fails fast/loader/stateobjects/state-attribute-history-getter.html

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 25 14:24:25 PST 2013


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





--- Comment #1 from Adam Barth <abarth at webkit.org>  2013-02-25 14:26:48 PST ---
Reduction:


<!DOCTYPE html>
<script>
testRunner.dumpAsText();
testRunner.waitUntilDone();

history.pushState(42, "", "");

window.onpopstate = function(e) {
    testRunner.notifyDone();
}

history.back();
</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