Files
palemoon27/testing/web-platform/tests/conformance-checkers/html-aria/accessible-name-input/file-title.html
T

10 lines
279 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>File input with title attribute and no other labeling mechanism</title>
</head>
<body>
<input type="file" id="test" title="foo" />
</body>
</html>