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

22
test/html/bug-592383.html Normal file
View File

@ -0,0 +1,22 @@
<html>
<head>
<title>Test</title>
<style>
span.largefirst
{
float: left;
width: 0.7em;
font-size: 400%;
font-family: Georgia, rockwell, algerian;
line-height: 75%;
}
</style>
</head>
<body>
<p>This is a normal paragraph.</p>
<p>So is this one, but the next one will not be.</p>
<p><span class="largefirst">W</span><b>&nbsp;&nbsp;&nbsp;hy</b> did the chicken cross the road? Give up? It was to escape from the enormous capital letter at the beginning of this paragraph. These are the things that keep chickens up at night. No. Really.They are.
</p>
<p>Here's another normal paragraph.</p>
</body>
</html>