Test file for test case 569: Using Rich's markup to remove all the option descendants and add aria-busy='true' to listbox test element, in order to match testable statment. Also, clarified testable statement.
--- a/ARIA/1.0/tests/test-files/author-requirements/569.html Wed Oct 31 09:35:41 2012 -0400
+++ b/ARIA/1.0/tests/test-files/author-requirements/569.html Mon Nov 05 11:11:08 2012 -0500
@@ -3,14 +3,10 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- <title>A <div> with role role="listbox" but no "option" children with aria-busy="true"</title>
+ <title>A <div> with role role="listbox" aria-busy="true", but no "option" descendants.</title>
</head>
<body>
- <div id="test" role="listbox">
- <span role="option" id="option1">List box option one</span><br>
- <span role="option" id="option2">List box option two</span><br>
- <span role="option" id="option3">List box option three</span><br>
- <span role="option" id="option4">List box option four</span><br>
+ <div id="test" role="listbox" aria-busy="true">
</div>
</body>
</html>
\ No newline at end of file