summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/xhtml/elements/a/100-novalid.xhtml
blob: a093b6ee1fc0d93f6ce2bbec5838575e2f17b06b (plain)
1
2
3
4
5
6
7
8
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>invalid empty value for a/@name</title>
</head>
<body>
<a name=''></a>
</body>
</html>