--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/ARIA-UAIG/1.0/tests/test-files/test85.html Wed Sep 18 11:17:46 2013 -0500
@@ -0,0 +1,12 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+ <head>
+ <title> test 85: div element with role="listbox" and child div with role="option" and tabindex="0", set focus to the option by tabbing to Item 1.</title>
+ </head>
+ <body>
+ <div role="listbox">
+ <div role="option" id="test" tabindex="0">Item 1</li>
+ <div role="option">Item 2</li>
+ </ul>
+ </body>
+</html>