tidy-html5/regression_testing/cases/access-expects/case-1_1_8_1.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

15 lines
420 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd">
<html lang="en">
<head>
<title>Frame elements missing valid long descriptions</title>
</head>
<frameset rows="100,200">
<frame src="TableData.htm">
<frame src="TableLayout.htm" title="this frame title" longdesc=
"tl.htm">
<frame src="TableLayout2.htm" title="this frame title" longdesc=
"tl2.htm">
</frameset>
</html>