[Webkit-unassigned] [Bug 139856] New: AX: Hidden aria table crash
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Dec 21 10:47:53 PST 2014
https://bugs.webkit.org/show_bug.cgi?id=139856
Bug ID: 139856
Summary: AX: Hidden aria table crash
Classification: Unclassified
Product: WebKit
Version: 528+ (Nightly build)
Hardware: All
OS: All
Status: NEW
Severity: Normal
Priority: P2
Component: Accessibility
Assignee: webkit-unassigned at lists.webkit.org
Reporter: rgabor at webkit.org
CC: webkit-bug-importer at group.apple.com
Hidden aria table crashing.
Crashing test:
<html>
<body>
<ul aria-hidden="true">
<table>
<theader>
<td>
<span aria-live="assertive"></span>
</td>
</theader>
<caption></caption>
</table>
</ul>
<svg onerror="logPass()"></svg>
</body>
</html>
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141221/020dbc49/attachment-0002.html>
More information about the webkit-unassigned
mailing list