summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-aria/presentational-children/testcase-840.html
blob: 75acea26f97addbea919864a03c09cd7c97881fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html> 
<html>
  <head>
    <title>ARIA 1.0 Test Case 840: progressbar</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body>
    <h1>ARIA 1.0 Test Case 840: progressbar</h1>
    
    <div role="progressbar">
      <div>Test text content</div> 
      <label>Textbox <input type="text" value="123456789"/></label> 
      <p><a href="#link">Test link</a></p> 
      <div role="button" onclick="alert('Button Pressed')">Button</div>
    </div>
      
    
  </body>
  
</html>