tor-browser

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

testcase-844.html (538B)


      1 <!DOCTYPE html> 
      2 <html>
      3  <head>
      4    <title>ARIA 1.0 Test Case 844: math</title>
      5    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
      6  </head>
      7  <body>
      8    <h1>ARIA 1.0 Test Case 844: math</h1>
      9    
     10    <div role="math" aria-label="a plus b equals c">
     11      <div>Test text content</div> 
     12      <label>Textbox <input type="text" value="123456789"></label> 
     13      <p><a href="#link">Test link</a></p> 
     14      <div role="button" onclick="alert('Button Pressed')">Button</div>
     15    </div>
     16      
     17    
     18  </body>
     19  
     20 </html>