--- a/ARIA/1.0/tests/test-files/roles-plain-concrete/roles-plain-concrete-listbox.html Mon May 13 09:51:42 2013 -0500
+++ b/ARIA/1.0/tests/test-files/roles-plain-concrete/roles-plain-concrete-listbox.html Tue May 28 05:48:55 2013 -0500
@@ -6,6 +6,8 @@
<title>Plain <div> with role "listbox" and no states or properties</title>
</head>
<body>
- <div role="listbox" id="test">Placeholder content</div>
+ <div role="listbox" id="test">
+ <div role="option">Placeholder content</div>
+ </div>
</body>
-</html>
\ No newline at end of file
+</html>