seed test case 85
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Wed, 18 Sep 2013 11:17:46 -0500
changeset 365 bab1c412e2a5
parent 364 f91599a1a9de
child 366 246b2deb1109
seed test case 85
ARIA-UAIG/1.0/tests/test-files/test85.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ARIA-UAIG/1.0/tests/test-files/test85.html	Wed Sep 18 11:17:46 2013 -0500
@@ -0,0 +1,12 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+	<head>
+		<title> test 85: div element with role="listbox" and child div with role="option" and tabindex="0", set focus to the option by tabbing to Item 1.</title>
+	</head>
+	<body>
+		<div role="listbox">
+			<div role="option" id="test" tabindex="0">Item 1</li>
+			<div role="option">Item 2</li>
+		</ul>
+	</body>
+</html>