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

View File

@ -0,0 +1,37 @@
<html>
<head>
<title>Test</title>
</head>
<body>
<p>
One image with alt text in a link: <a href="foo"><img src=orca-for-tests.jpg alt="Orca logo" /></a>
</p>
<p>
One image with title attribute in a link: <a href="foo"><img src=orca-for-tests.jpg title="Orca logo showing a whale holding a white cane"/></a>
</p>
<p>
One image with both alt text and title attribute in a link: <a href="foo"><img src=orca-for-tests.jpg alt="Orca logo" title="Orca logo showing a whale holding a white cane"/></a>
</p>
<p>
One "useless" image in a link: <a href="foo"><img src=orca-for-tests.jpg /></a>
</p>
<p>
Two "useless" images in a link: <a href="foo"><img src=orca-for-tests.jpg /><img src=orca-for-tests.jpg /></a>
</p>
<p>
Two "useless" images in a paragraph that is inside of a link: <a href="foo"><p><img src=orca-for-tests.jpg /><img src=orca-for-tests.jpg /></p></a>
</p>
<p>
One "useless" image and one "useful" image in a link: <a href="foo"><img src=orca-for-tests.jpg alt="Orca logo" /><img src=orca-for-tests.jpg /></a>
</p>
<p>
Two "useless" images along with some text in a link: <a href="foo"><img src=orca-for-tests.jpg />silly link<img src=orca-for-tests.jpg /></a>
</p>
<p>
Two "useless" images in a paragraph that is inside of a link along with text that is not in the paragraph: <a href="foo">Before the paragraph<p><img src=orca-for-tests.jpg /><img src=orca-for-tests.jpg /></p>After the paragraph</a>
</p>
<p>
Two "useless" images and some additional text in a paragraph that is inside of a link along with text that is not in the paragraph: <a href="foo">Before the paragraph<p><img src=orca-for-tests.jpg />silly link<img src=orca-for-tests.jpg /></p>After the paragraph</a>
</p>
</body>
</html>