blob: a9a47476bb109916bc55d68711d656707968df79 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Aria-label on anchor with aria-labelledby (no title attribute)</title>
</head>
<body>
<a href="test.html" id="test" aria-labelledby="ID1" aria-label="Tag">ABC</a>
<p id="ID1">Here is some labelledby text</p>
</body>
</html>