[Webkit-unassigned] [Bug 96932] [GTK] [Stable] Infinite recursion in WebCore::AXObjectCache::getOrCreate

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 20 12:21:29 PDT 2012


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





--- Comment #6 from Martin Robinson <mrobinson at webkit.org>  2012-09-20 12:21:59 PST ---
It's always good to make tests as simple and minimal as possible, so please consider this alternate test:

<html>
</body>

<div>
    The presence of remapped ARIA objects should not crash the test harness.
    <a role="option"></a>
</div>

<script>
    if (window.testRunner)
        window.testRunner.dumpAsText();
    document.body.focus();
</script>

</body>
</html>

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