Fixed Test Case 185 to have gridcell within an actual grid context
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Sun, 03 Feb 2013 12:57:18 -0600
changeset 92 d671115a5655
parent 91 d1902105538b
child 93 8feb3e3b3842
Fixed Test Case 185 to have gridcell within an actual grid context
ARIA/1.0/tests/test-files/roles-properties-supported/roles-properties-supported-gridcell-aria-required-true.html
--- a/ARIA/1.0/tests/test-files/roles-properties-supported/roles-properties-supported-gridcell-aria-required-true.html	Thu Jan 31 15:46:19 2013 -0600
+++ b/ARIA/1.0/tests/test-files/roles-properties-supported/roles-properties-supported-gridcell-aria-required-true.html	Sun Feb 03 12:57:18 2013 -0600
@@ -6,8 +6,10 @@
       <title>&lt;div&gt; with role gridcell; supported state or property "aria-required" value of "true"</title>
    </head>
    <body>
-      <div id="test" role="gridcell" aria-required="true">Placeholder content</div>
-      <div id="obj1">obj1</div>
-      <div id="obj2">obj2</div>
+       <div role="grid">                     
+           <div role="row">                          
+              <div id="test" role="gridcell" aria-required="true">Placeholder content</div>
+           </div>
+       </div>                                    
    </body>
-</html>
\ No newline at end of file
+</html>