blob: 407e35009d726635b5f58d9aeeeeab9a5503be3e (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>DIV with text and aria-label is not specified and aria-labelledby is not specified and title is not specified and role is not specified.</title>
</head>
<body>
<div id="test">Div with text</div>
</body>
</html>
|