1
0
Fork 0
firefox/accessible/tests/browser/e10s/doc_treeupdate_ariadialog.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

23 lines
630 B
HTML

<html>
<head>
<meta charset="utf-8"/>
<title>Tree Update ARIA Dialog Test</title>
</head>
<body id="body">
<div id="dialog" role="dialog" style="display: none;">
<table id="table" role="presentation"
style="display: block; position: absolute; top: 88px; left: 312.5px; z-index: 10010;">
<tbody>
<tr>
<td role="presentation">
<div role="presentation">
<a id="a" role="button">text</a>
</div>
<input id="input">
</td>
</tr>
</tbody>
</table>
</div>
</body>
</html>