summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-aria/name-computation-img/557.html
blob: 127258aca646ca63360aeaa1d6f677ea31a6eee4 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>Test 557 IMG with aria-label="l" and alt="a" and title="t" and aria-labelledby not specified.</title>
</head>
<body>
<img src="foo.jpg" aria-label="1" alt="a" title="t"/>
</body>
</html>