mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-22 04:13:06 +09:00
10 lines
364 B
HTML
10 lines
364 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<title>DIV with text and role="button" and aria-label is not specified and aria-labelledby is not specified and title is not specified.</title>
|
|
</head>
|
|
<body>
|
|
<div id="test" role="button">Div with role of button, with text.</div>
|
|
</body>
|
|
</html>
|