summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html/elements/link/href-missing-novalid.html
blob: eded973f6b765e3dc747b61b013b5fb794ba21b0 (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>link element missing href attribute</title>
<link rel=stylesheet>
</head>
<body>
</body>
</html>