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

17 lines
308 B
HTML

<!-- [ #427836 ] OBJECT should be wrapped in BODY -->
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<object width="288"
height="122"
data="1.xml"
type="text/xml">
<img src=
"file://q:/css/source/intro/images/xml-example.%20gif">
</object>
</body>
</html>