summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html/elements/object/data-type-missing-novalid.html
blob: 03f84f904481afa4b365914533f581077b116f8c (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset=utf-8>
<title>object element missing data and type attribute</title>
</head>
<body>
<object></object>
</body>
</html>