author | Richard Schwerdtfeger <schwer@us.ibm.com> |
Wed, 18 Sep 2013 11:19:29 -0500 | |
changeset 366 | 246b2deb1109 |
parent 365 | bab1c412e2a5 |
child 367 | 4bb890a57985 |
ARIA-UAIG/1.0/tests/test-files/test85.html |
--- a/ARIA-UAIG/1.0/tests/test-files/test85.html Wed Sep 18 11:17:46 2013 -0500 +++ b/ARIA-UAIG/1.0/tests/test-files/test85.html Wed Sep 18 11:19:29 2013 -0500 @@ -5,8 +5,8 @@ </head> <body> <div role="listbox"> - <div role="option" id="test" tabindex="0">Item 1</li> - <div role="option">Item 2</li> + <div role="option" id="test" tabindex="0">Item 1</div> + <div role="option">Item 2</div> </ul> </body> </html>