--- a/ARIA/1.0/tests/test-files/roles-properties-required/roles-properties-required-checkbox-aria-checked-undefined.html Wed Jul 10 14:47:01 2013 -0400
+++ b/ARIA/1.0/tests/test-files/roles-properties-required/roles-properties-required-checkbox-aria-checked-undefined.html Thu Jul 11 09:21:38 2013 -0500
@@ -6,8 +6,8 @@
<title><div> with role checkbox; required state or property "aria-checked" value of "undefined"</title>
</head>
<body>
- <div id="test" role="checkbox" aria-checked="undefined">Placeholder content</div>
+ <div id="test" tabindex="0" role="checkbox" aria-checked="undefined">Placeholder content</div>
<div id="obj1">obj1</div>
<div id="obj2">obj2</div>
</body>
-</html>
\ No newline at end of file
+</html>