summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-aria/name-computation-input/542.html
blob: 2e2f5c5afa454a909bda229e964eed4f337fe4e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>Test 542 An INPUT type=submit, with id="test", with no aria-labelledby and no aria-label and does not have a role=presentation.</title>
</head>
<body>  
<input type="submit" id="test">
</body>
</html>