blob: 02902a5f0cc1fb40c4ade0403d528fb676bdbed0 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>ARIA 1.0 Test Case 843: slider</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<h1>ARIA 1.0 Test Case 843: slider</h1>
<div role="slider" aria-valuemin="0" aria-valuenow="5" aria-valuemax="10">
<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>