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

15
test/html/so.html Normal file
View File

@ -0,0 +1,15 @@
<html>
<head>
<style>
.foo{display:block;text-indent:-9999em;font-size:1px}
</style>
</head>
<body>
<p>Start</p>
<a class="foo" href="#" tabindex="-1">up vote</a>
<span style="display:block;font-size:24px;">74</span>
<a class="foo" href="#" tabindex="-1">down vote</a>
<span class="foo" href="#" tabindex="-1">accepted</span>
<p>End</p>
</body>
</html>