summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-aria/name-computation-input/538.html
blob: d8d9225c1feda802b05c49babe69f0e4c278016a (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>Test 538 UT type="hidden" with no aria-labelledby and with id="test".</title>
</head>
<body>
<input type="hidden" id="test">
</body>
</html>