A lot of changes to switch to the new name, might be horribly broken.

This commit is contained in:
storm
2024-10-17 09:20:24 -04:00
parent a523205ac2
commit b669e9b5ae
550 changed files with 143282 additions and 143282 deletions

View File

@ -4,34 +4,34 @@
</head>
<body>
<p>
One image with alt text in a link: <a href="foo"><img src=orca-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="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>
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>
</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>
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>
</p>
<p>
One "useless" image in a link: <a href="foo"><img src=orca-for-tests.jpg /></a>
One "useless" image in a link: <a href="foo"><img src=cthulhu-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>
Two "useless" images in a link: <a href="foo"><img src=cthulhu-for-tests.jpg /><img src=cthulhu-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>
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=orca-for-tests.jpg alt="Orca logo" /><img src=orca-for-tests.jpg /></a>
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>
</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>
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>
</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>
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=cthulhu-for-tests.jpg /><img src=cthulhu-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>
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=cthulhu-for-tests.jpg />silly link<img src=cthulhu-for-tests.jpg /></p>After the paragraph</a>
</p>
</body>
</html>