add test case 879
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Tue, 02 Jul 2013 09:21:26 -0500
changeset 290 f5baeb01b959
parent 289 33e748e07e12
child 291 2cebfb1d5352
add test case 879
ARIA/1.0/tests/test-files/namefromauthor-requ/879.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ARIA/1.0/tests/test-files/namefromauthor-requ/879.html	Tue Jul 02 09:21:26 2013 -0500
@@ -0,0 +1,14 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> 
+<html>
+  <head>  
+    <title>ARIA 1.0 Test Case 879</title>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+  </head>
+  <body>
+    <div role="listbox">
+      <div role="option" aria-setsize="3" aria-label="foo" id="test" aria-posinset="1" tabindex="-1"></div> 
+      <div role="option" aria-setsize="3" aria-posinset="2" tabindex="-1">Option 2</div> 
+      <div role="option" aria-setsize="3" aria-posinset="3" tabindex="-1">Option 3</li> 
+    </div>
+  </body>
+</html>