tor-browser

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

doc_accessibility_text_label_audit_frame.html (256B)


      1 <!DOCTYPE HTML>
      2 <html>
      3  <head>
      4    <meta charset="utf-8">
      5  </head>
      6  <frameset cols="50%,50%">
      7    <frame id="frame-1" src="https://example.com"></frame>
      8    <frame id="frame-2" aria-label="Label" src="https://example.com"></frame>
      9  </frameset>
     10 </html>