summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html/elements/embed/type-novalid.html
blob: c6d456e466669f41970abf5d9e6a04f396ee5f09 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>element embed with bad type value</title>
</head>
<body>
<embed type="foo">
</body>
</html>