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