correct test case 178 to have the rest of the position information
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Mon, 04 Mar 2013 10:38:04 -0600
changeset 118 0f98717c917d
parent 117 df661d1c7035
child 119 7984d88f38ed
correct test case 178 to have the rest of the position information
ARIA/1.0/tests/test-files/roles-properties-supported/roles-properties-supported-grid-aria-level-1.html
--- a/ARIA/1.0/tests/test-files/roles-properties-supported/roles-properties-supported-grid-aria-level-1.html	Mon Mar 04 10:30:00 2013 -0600
+++ b/ARIA/1.0/tests/test-files/roles-properties-supported/roles-properties-supported-grid-aria-level-1.html	Mon Mar 04 10:38:04 2013 -0600
@@ -6,7 +6,7 @@
       <title>&lt;div&gt; with role grid; supported state or property "aria-level" value of "1"</title>
    </head>
    <body>
-      <div id="test" role="grid" aria-level="1">Placeholder content</div>
+      <div id="test" role="grid" aria-level="1" aria-setsize="1" aria-posinset="1">Placeholder content</div>
          <div role="row">
            <div role="columnheader" id="obj1">obj1</div>
          </div>