mirror of
https://github.com/roytam1/UXP.git
synced 2026-07-09 00:29:11 +00:00
12 lines
356 B
HTML
12 lines
356 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset=utf-8>
|
|
<title>An INPUT type=text, password, checkbox, radio, file, or image , with id="test", with no aria-labelledby and no aria-label, does not have a role=presentation, is not referenced by a LABEL element, and has a title.</title>
|
|
</head>
|
|
<body>
|
|
<input type="file" id="test" title="crazy"/>
|
|
</body>
|
|
</html>
|
|
|