tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

506-novalid.html (318B)


      1 <!DOCTYPE html>
      2 <html>
      3 <head>
      4 <meta charset=utf-8>
      5 <title>Test 506 Image element with role="presentation" but with a valid aria-labelledby attribute</title>
      6 </head>
      7 <body>
      8 <img src="foo.jpg" alt="" width="40" height="40" role="presentation" aria-labelledby="test2">
      9 <div id="test2">
     10 test_label
     11 </div>
     12 </body>
     13 </html>