summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html/attributes/accesskey/duplicate-key-labels-novalid.html
blob: 1c9800d627300f105c4c832ee23eede25140f832 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<html>
<head><meta charset="UTF-8">
<title>accesskey attribute with duplicate key labels</title>
</head>
<body>
<a href=url accesskey="a b ぬ c ぬ">foo</a>
</body>
</html>