author | James Craig <jcraig@apple.com> |
Fri, 03 May 2013 10:30:48 -0700 | |
changeset 224 | 39f2fdce62da |
parent 223 | 739cfcfff872 |
child 225 | afe7e7d43e87 |
ARIA/1.0/tests/test-files/_/780.htm |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ARIA/1.0/tests/test-files/_/780.htm Fri May 03 10:30:48 2013 -0700 @@ -0,0 +1,5 @@ +<ul role="listbox"> + <li role="option" tabindex="0" id="test" aria-selected="true">Test Content</li> + <li role="option" tabindex="0">obj1</li> + <li role="option" tabindex="0">obj2</li> +</ul>