summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/xhtml/elements/link/001-novalid.xhtml
blob: cf6cd35e7a6c990ea367b69e97c925be96e97637 (plain)
1
2
3
4
5
6
7
8
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>link element missing href attribute</title>
<link rel="stylesheet"/>
</head>
<body>
</body>
</html>