add test case 864
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Mon, 01 Jul 2013 16:52:49 -0500
changeset 273 50a0371ce49b
parent 272 b06a7d1aa2bf
child 274 3ad7854d46ab
add test case 864
ARIA/1.0/tests/test-files/namefromauthor-requ/864.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ARIA/1.0/tests/test-files/namefromauthor-requ/864.html	Mon Jul 01 16:52:49 2013 -0500
@@ -0,0 +1,18 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+   <head>
+      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+      <title>test case 864	
+      </title>
+   </head>
+   <body>
+     <input type="text" id="test" aria-label="foo" role="combobox"
+      aria-owns="owned_listbox" aria-activedescendant="selected_option" aria-expanded="true">
+     <ul role="listbox" id="owned_listbox">
+         <li role="option">Zebra</li>
+         <li role="option" id="selected_option">Zoom</li>
+     </ul>
+   </body>
+</html>
+