seed test 86
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Wed, 18 Sep 2013 11:39:25 -0500
changeset 367 4bb890a57985
parent 366 246b2deb1109
child 368 6c452aed8d24
seed test 86
ARIA-UAIG/1.0/tests/test-files/test86.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ARIA-UAIG/1.0/tests/test-files/test86.html	Wed Sep 18 11:39:25 2013 -0500
@@ -0,0 +1,19 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+	<head>
+		<title> test 86: table element with role="grid" with a child tr with role="row" with two child td elements with role="gridcell" and tabindex="0" and text contents, set focus on the first one</title>
+	</head>
+	<body>
+		<table role="grid">
+                        <tr role="row">
+                           <th role="columnheader">column1</th>
+                           <th role="columnheader">column2</th>
+                        </tr>  
+                        </tr>
+                        <tr role="row">
+			  <td role="gridcell" id="test" tabindex="0">Item 1</td>
+			  <td role="gridcell">Item 2</td>
+                        </tr>
+		</table>
+	</body>
+</html>