summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-aria/aria-describedby/773.html
blob: cb1bd17ad5a0c391b0e6ab330d1bac27f4162ce3 (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 773
      </title>
   </head>
   <body>
      <img src="foo.jpg" id="test" alt="test" aria-describedby="t1">
      <div id="t1" style="display:none">foo</div>
   </body>
</html>