author | Richard Schwerdtfeger <schwer@us.ibm.com> |
Tue, 28 May 2013 06:20:15 -0500 | |
changeset 240 | 03f7c56141ea |
parent 239 | bda54e0c965d |
child 241 | 2d18c48622f1 |
ARIA/1.0/tests/test-files/roles-plain-concrete/roles-plain-concrete-option.html |
--- a/ARIA/1.0/tests/test-files/roles-plain-concrete/roles-plain-concrete-option.html Tue May 28 06:04:45 2013 -0500 +++ b/ARIA/1.0/tests/test-files/roles-plain-concrete/roles-plain-concrete-option.html Tue May 28 06:20:15 2013 -0500 @@ -6,6 +6,8 @@ <title>Plain <div> with role "option" and no states or properties</title> </head> <body> + <div role="listbox"> <div role="option" id="test">Placeholder content</div> + </div> </body> -</html> \ No newline at end of file +</html>