tidy-html5/regression_testing/cases/legacy-expects/case-427662.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

16 lines
311 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>[#427662] BLOCK/INLINE before TABLE parsed wrong</title>
<style type="text/css">
a.c1 {font-size: 172%}
</style>
</head>
<body>
<a class="c1"
href="111"><strong>Big and bold</strong> Big</a>
<table border="1"
summary=""></table>
</body>
</html>