seed test case 87
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Wed, 18 Sep 2013 11:43:29 -0500
changeset 368 6c452aed8d24
parent 367 4bb890a57985
child 369 ebf4155c8e2c
seed test case 87
ARIA-UAIG/1.0/tests/test-files/test87.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ARIA-UAIG/1.0/tests/test-files/test87.html	Wed Sep 18 11:43:29 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 87: </title>
+	</th role="grid" with a child tr with role="row" and tabindex="0" with two child td elements with role="gridcell" and text contents, set focus on the row by tabbing to the row containing Item 1 and Item 2.head>
+	<body>
+		<table role="grid">
+                        <tr role="row">
+                           <th role="columnheader">column1</th>
+                           <th role="columnheader">column2</th>
+                        </tr>  
+                        </tr>
+                        <tr tabindex="0" role="row">
+			  <td role="gridcell" id="test">Item 1</td>
+			  <td role="gridcell">Item 2</td>
+                        </tr>
+		</table>
+	</body>
+</html>