seed test 88
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Wed, 18 Sep 2013 12:49:18 -0500
changeset 370 051563959afa
parent 369 ebf4155c8e2c
child 371 a5a335d05e76
seed test 88
ARIA-UAIG/1.0/tests/test-files/test88.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ARIA-UAIG/1.0/tests/test-files/test88.html	Wed Sep 18 12:49:18 2013 -0500
@@ -0,0 +1,16 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+	<head>
+		<title> test 88:table element with role="tablist" with a child tr with role="presentation" with two child td elements with role="tab" and tabindex="0" and text contents, set focus on the first one using the tab key </title>
+	</head>
+	<body>
+		<table role="tablist">
+                        <tr role="presentation">
+                           <th role="tab" tabindex="0">panel 1</th>
+                           <th role="tab">panel 2</th>
+                        </tr>  
+		</table>
+                <div role="tabpanel">
+                </div>
+	</body>
+</html>