Home | History | Annotate | Download | only in accessibility
      1 <!doctype html>
      2 <!--
      3 @MAC-ALLOW:AXTitleUIElement*
      4 -->
      5 <html>
      6 <body>
      7   <input aria-labelledby="h2">
      8   <h2 id="h2">h2</h1>
      9 </body>
     10 </html>
     11