mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-19 19:03:07 +09:00
10 lines
No EOL
279 B
HTML
10 lines
No EOL
279 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<title>Text input with title attribute and no other labeling mechanism</title>
|
|
</head>
|
|
<body>
|
|
<input type="text" id="test" title="foo" />
|
|
</body>
|
|
</html> |