[Webkit-unassigned] [Bug 109995] LayoutTests/fast/encoding/parser-tests-*.html timeout with threaded HTML parser

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 15 18:04:04 PST 2013


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





--- Comment #5 from Adam Barth <abarth at webkit.org>  2013-02-15 18:06:22 PST ---
== Reduction ==

<iframe id="test"></iframe>
<script>
testRunner.dumpAsText();
testRunner.waitUntilDone();

var frame = document.getElementById('test');

window.onload = function () {
    frame.src = 'resources/010.html';
}

window.foo = function () {
    frame.remove();
    testRunner.notifyDone();
};
</script>

... where 010.html is:

<script>parent.foo()</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