summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-aria/aria-describedby/774.html
blob: 0fac481545feba90949fa12b17b221bfc46abc77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
   <head>
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <title>test 774</title>
   </head>
   <body>
      <img src="foo.jpg" id="test" alt="test" aria-describedby="t1">
      <span id="t1" role="presentation">foo</span>
   </body>
</html>