blob: 0f649a5b75c2b4183f17a0e6ff19098ac7b75a67 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>ARIA 1.0 Test Case 839: Separator</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<h1>ARIA 1.0 Test Case 839: Separator</h1>
<div role="separator">
<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>