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

14
test/html/image-test.html Normal file
View File

@ -0,0 +1,14 @@
<html>
<head>
<title>Test Case: Sticking on an Image</title>
</head>
<body>
<p>Some text</p>
<p>Some more text</p>
<p><a href="http://www.sun.com"><img src="willie-walker.gif"></a></p>
<p>Even more text</p>
<p>More text still</p>
</body>
</html>