Test case 296: Modified test file to allow focus on test element -- added tabindex="0".
--- a/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-grid-aria-activedescendant-obj1.html Sun Apr 14 01:37:15 2013 -0400
+++ b/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-grid-aria-activedescendant-obj1.html Sun Apr 14 12:41:42 2013 -0400
@@ -8,7 +8,7 @@
</title>
</head>
<body>
- <div id="test" role="grid" aria-activedescendant="obj1">
+ <div id="test" role="grid" aria-activedescendant="obj1" tabindex="0">
<div role="row">
<span role="gridcell" id="obj1">row1-cell1</span>
<span role="gridcell" id="obj2">row1-cell2</span>