Initial commit, very few changes from orca 45. Added xfce4-notification daemon support.

This commit is contained in:
Storm Dragon
2024-10-16 17:06:34 -04:00
parent cef8363cfd
commit a523205ac2
1447 changed files with 1537893 additions and 2 deletions

21
test/html/bug-556470.html Normal file
View File

@ -0,0 +1,21 @@
<html><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>a test for bug 556470</title>
</head><body>
<p>hi, this is a paragraph</p>
<table>
<tbody><tr><th>col 1</th><th>col 2</th><th>col 3</th></tr>
<tr><td>a</td><td>b</td><td>c</td></tr>
</tbody></table>
<p>here follows an empty table</p>
<table> </table>
<p>here follows a normal table again</p>
<table border="1">
<tbody><tr><td>1</td><td>2</td><td>4</td></tr>
<tr><td>2</td><td>4</td><td>16</td></tr>
</tbody></table>
<p>end of test page</p>
</body></html>