fix test case 369 to place the radio button in a radiogroup
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Mon, 29 Apr 2013 14:25:27 -0500
changeset 215 124e7f283a24
parent 214 1d040c25abf3
child 216 b07036ecb4cd
fix test case 369 to place the radio button in a radiogroup
ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-radio-aria-setsize-1.html
--- a/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-radio-aria-setsize-1.html	Mon Apr 29 13:27:33 2013 -0500
+++ b/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-radio-aria-setsize-1.html	Mon Apr 29 14:25:27 2013 -0500
@@ -8,8 +8,8 @@
       </title>
    </head>
    <body>
+     <div role="radiogroup">
       <div id="test" role="radio" aria-setsize="1">Placeholder content</div>
-      <div id="obj1">obj1</div>
-      <div id="obj2">obj2</div>
+     </div>
    </body>
-</html>
\ No newline at end of file
+</html>