summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html/mime-types/011-novalid.html
blob: ffd850c77aa615057630e84b338c4c051811fe14 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>application/</title>
<link href='foo' type='application/' rel='stylesheet'>
</head>
<body>
<p>application/</p>
</body>
</html>