make testcase 775 a properly formed listbox
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Tue, 28 May 2013 05:48:55 -0500
changeset 238 016d3cfcb957
parent 237 82aa1653d7b8
child 239 bda54e0c965d
make testcase 775 a properly formed listbox
ARIA/1.0/tests/test-files/roles-plain-concrete/roles-plain-concrete-listbox.html
--- a/ARIA/1.0/tests/test-files/roles-plain-concrete/roles-plain-concrete-listbox.html	Mon May 13 09:51:42 2013 -0500
+++ b/ARIA/1.0/tests/test-files/roles-plain-concrete/roles-plain-concrete-listbox.html	Tue May 28 05:48:55 2013 -0500
@@ -6,6 +6,8 @@
       <title>Plain &lt;div&gt; with role "listbox" and no states or properties</title>
    </head>
    <body>
-      <div role="listbox" id="test">Placeholder content</div>
+      <div role="listbox" id="test">
+            <div role="option">Placeholder content</div>
+      </div>
    </body>
-</html>
\ No newline at end of file
+</html>