fix test case 778
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Thu, 13 Jun 2013 14:11:40 -0500
changeset 247 626cf80286c9
parent 246 cb90d9fa5340
child 248 11afc112c763
fix test case 778
ARIA/1.0/tests/test-files/roles-properties-supported/roles-properties-supported-option-aria-checked-true.html
--- 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>&lt;div&gt; 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>