Test case 234: Modified test file to allow focus on test element -- added tabindex="0".
--- a/ARIA/1.0/tests/test-files/roles-properties-supported/roles-properties-supported-textbox-aria-activedescendant-obj1.html Tue Apr 09 11:19:52 2013 -0400
+++ b/ARIA/1.0/tests/test-files/roles-properties-supported/roles-properties-supported-textbox-aria-activedescendant-obj1.html Sun Apr 14 00:35:25 2013 -0400
@@ -8,7 +8,7 @@
</title>
</head>
<body>
- <div id="test" role="textbox" aria-activedescendant="obj1">Placeholder content</div>
+ <div id="test" role="textbox" aria-activedescendant="obj1" tabindex="0">Placeholder content</div>
<div id="obj1">obj1</div>
<div id="obj2">obj2</div>
</body>