mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-07-01 03:19:12 +00:00
11 lines
284 B
HTML
11 lines
284 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<title>An element with role button without the aria-pressed state.</title>
|
|
</head>
|
|
<body>
|
|
<div id="test" role="button">This div has role button</div>
|
|
</body>
|
|
</html>
|