Test case 342: Modified test file to have proper structure for the menuitemradio test element: added required menu parent.
authorJoseph Scheuhammer <clown@alum.mit.edu>
Sat, 20 Apr 2013 17:31:11 -0400
changeset 197 9df5162f3b3b
parent 196 e3e9c2602ffa
child 198 75d9d4e9d203
Test case 342: Modified test file to have proper structure for the menuitemradio test element: added required menu parent.
ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-menuitemradio-aria-checked-true.html
--- a/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-menuitemradio-aria-checked-true.html	Sat Apr 20 08:49:55 2013 -0500
+++ b/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-menuitemradio-aria-checked-true.html	Sat Apr 20 17:31:11 2013 -0400
@@ -8,8 +8,10 @@
       </title>
    </head>
    <body>
-      <div id="test" role="menuitemradio" aria-checked="true">Placeholder content</div>
-      <div id="obj1">obj1</div>
-      <div id="obj2">obj2</div>
+      <div role="menu">
+	    <div id="test" role="menuitemradio" aria-checked="true">Placeholder content</div>
+      	<div id="obj1" role="menuitem">obj1</div>
+        <div id="obj2" role="menuitem">obj2</div>
+      </div>
    </body>
 </html>
\ No newline at end of file