--- a/ARIA/1.0/tests/test-files/roles-properties-supported/roles-properties-supported-group-aria-activedescendant-obj1.html Wed Apr 03 12:27:06 2013 -0700
+++ b/ARIA/1.0/tests/test-files/roles-properties-supported/roles-properties-supported-group-aria-activedescendant-obj1.html Wed Apr 03 21:40:30 2013 -0500
@@ -9,8 +9,8 @@
</head>
<body>
<div id="test" tabindex="0" role="group" aria-activedescendant="obj1">
- <div id="obj1">obj1</div>
- <div id="obj2">obj2</div>
+ <div id="obj1" role="checkbox">obj1</div>
+ <div id="obj2" role="checkbox">obj2</div>
</div>
</body>
</html>