tor-browser

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

test-live-region-image-labeled-by.html (325B)


      1 <!doctype html>
      2 <html>
      3  <head>
      4    <meta charset="utf-8" />
      5  </head>
      6  <body>
      7    <img
      8      src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="
      9      aria-live="polite"
     10      aria-labelledby="l1"
     11    />
     12    <span id="l1">Hello</span>
     13    <span id="l2">Goodbye</span>
     14  </body>
     15 </html>