Test case 302: Modified test file such that gridcell is contained in a row, and the row in a grid.
authorJoseph Scheuhammer <clown@alum.mit.edu>
Sun, 07 Apr 2013 17:59:30 -0400
changeset 166 6f5a45c87b92
parent 165 0322419b3d33
child 167 2df4903d102e
Test case 302: Modified test file such that gridcell is contained in a row, and the row in a grid.
ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-gridcell-aria-expanded-undefined.html
--- a/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-gridcell-aria-expanded-undefined.html	Sun Apr 07 17:49:42 2013 -0400
+++ b/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-gridcell-aria-expanded-undefined.html	Sun Apr 07 17:59:30 2013 -0400
@@ -8,8 +8,12 @@
       </title>
    </head>
    <body>
-      <div id="test" role="gridcell" aria-expanded="undefined">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-expanded="undefined">Placeholder content</div>
+    	  <div id="obj1" role="gridcell" >obj1</div>
+      	  <div id="obj2" role="gridcell" >obj2</div>
+      	</div>
+      </div>
    </body>
 </html>
\ No newline at end of file