--- a/ARIA/1.0/tests/test-files/roles-properties-supported/roles-properties-supported-option-aria-checked-true.html Wed Jun 12 10:14:15 2013 -0400
+++ b/ARIA/1.0/tests/test-files/roles-properties-supported/roles-properties-supported-option-aria-checked-true.html Thu Jun 13 14:11:40 2013 -0500
@@ -6,7 +6,7 @@
<title><div> with role option; supported state or property "aria-checked" value of "true"</title>
</head>
<body>
- <div role="listbox"><div id="test" role="option">Placeholder content</div></div>
+ <div role="listbox"><div id="test" role="option" aria-checked="true">Placeholder content</div></div>
<div id="obj1">obj1</div>
<div id="obj2">obj2</div>
</body>