tidy-html5/regression_testing/cases/legacy-expects/case-1079820.html
Jim Derry 5a1b65d089 Move the testing repository back into the Tidy codebase.
Automate testing of any PR's.
Updated README's explaining new processes.
2021-05-21 10:43:35 -04:00

35 lines
1.2 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title></title>
<style type="text/css">
span.c1 {text-decoration: underline}
</style>
</head>
<body>
<p>text <span lang="en">more text <span lang="la">latin
text</span> text</span> text.</p>
<p>text <span lang="en">more text <span>latin text</span>
text</span> text.</p>
<p>text <span lang="en"><span>latin text</span> text</span>
text.</p>
<p>text <span>more text <span lang="la">latin text</span>
text</span> text.</p>
<p><span class="helplink"><span>blah blah ... long
description</span>short text</span></p>
<p>text <span class="c1"
lang="en">more text <span class="c1"
lang="la">latin text</span> text</span> text.</p>
<p>text <span class="c1"
lang="en">more text <span class="c1">latin text</span>
text</span> text.</p>
<p>text <span class="c1"
lang="en"><span class="c1">latin text</span> text</span>
text.</p>
<p>text <span class="c1">more text <span class="c1"
lang="la">latin text</span> text</span>
text.</p><span class="helplink c1"><span class="c1">blah
blah ... long description</span>short text</span>
</body>
</html>