place the option in a listbox
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Sun, 17 Feb 2013 10:21:12 -0600
changeset 107 97ca68fee3ca
parent 106 c6fb18d3cee9
child 108 99feecf79f78
place the option in a listbox
ARIA/1.0/tests/test-files/roles-properties-supported/roles-properties-supported-option-aria-selected-true.html
--- a/ARIA/1.0/tests/test-files/roles-properties-supported/roles-properties-supported-option-aria-selected-true.html	Thu Feb 14 08:26:15 2013 -0600
+++ b/ARIA/1.0/tests/test-files/roles-properties-supported/roles-properties-supported-option-aria-selected-true.html	Sun Feb 17 10:21:12 2013 -0600
@@ -6,8 +6,9 @@
       <title>&lt;div&gt; with role option; supported state or property "aria-selected" value of "true"</title>
    </head>
    <body>
+      <div role="listbox">
       <div id="test" role="option" aria-selected="true">Placeholder content</div>
-      <div id="obj1">obj1</div>
-      <div id="obj2">obj2</div>
+      <div role="option" id="obj1">obj1</div>
+      </div>
    </body>
-</html>
\ No newline at end of file
+</html>