More renaming. Hopefully fixed version number.

This commit is contained in:
storm
2024-10-17 10:33:20 -04:00
parent b669e9b5ae
commit 36f0ecb4e2
400 changed files with 55769 additions and 55769 deletions

View File

@ -4,13 +4,13 @@
</head>
<body>
<p>
One image with alt text in a link: <a href="foo"><img src=cthulhu-for-tests.jpg alt="Orca logo" /></a>
One image with alt text in a link: <a href="foo"><img src=cthulhu-for-tests.jpg alt="Cthulhu logo" /></a>
</p>
<p>
One image with title attribute in a link: <a href="foo"><img src=cthulhu-for-tests.jpg title="Orca logo showing a whale holding a white cane"/></a>
One image with title attribute in a link: <a href="foo"><img src=cthulhu-for-tests.jpg title="Cthulhu 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=cthulhu-for-tests.jpg alt="Orca logo" title="Orca logo showing a whale holding a white cane"/></a>
One image with both alt text and title attribute in a link: <a href="foo"><img src=cthulhu-for-tests.jpg alt="Cthulhu logo" title="Cthulhu logo showing a whale holding a white cane"/></a>
</p>
<p>
One "useless" image in a link: <a href="foo"><img src=cthulhu-for-tests.jpg /></a>
@ -22,7 +22,7 @@ Two "useless" images in a link: <a href="foo"><img src=cthulhu-for-tests.jpg /><
Two "useless" images in a paragraph that is inside of a link: <a href="foo"><p><img src=cthulhu-for-tests.jpg /><img src=cthulhu-for-tests.jpg /></p></a>
</p>
<p>
One "useless" image and one "useful" image in a link: <a href="foo"><img src=cthulhu-for-tests.jpg alt="Orca logo" /><img src=cthulhu-for-tests.jpg /></a>
One "useless" image and one "useful" image in a link: <a href="foo"><img src=cthulhu-for-tests.jpg alt="Cthulhu logo" /><img src=cthulhu-for-tests.jpg /></a>
</p>
<p>
Two "useless" images along with some text in a link: <a href="foo"><img src=cthulhu-for-tests.jpg />silly link<img src=cthulhu-for-tests.jpg /></a>