fiex test 417 to embed tab in tablist
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Mon, 25 Mar 2013 18:44:29 -0500
changeset 146 7f39fbbe875c
parent 145 0f8bec105d7e
child 147 01285d4a2452
fiex test 417 to embed tab in tablist
ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-tablist-aria-expanded-true.html
--- a/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-tablist-aria-expanded-true.html	Mon Mar 25 17:49:29 2013 -0500
+++ b/ARIA/1.0/tests/test-files/roles-properties-supported-inherited/roles-properties-supported-inherited-tablist-aria-expanded-true.html	Mon Mar 25 18:44:29 2013 -0500
@@ -8,8 +8,9 @@
       </title>
    </head>
    <body>
-      <div id="test" role="tablist" aria-expanded="true">Placeholder content</div>
-      <div id="obj1">obj1</div>
+      <div id="test" role="tablist" aria-expanded="true">
+           <div id="obj1" role="tab">obj1</div>
+      </div>
       <div id="obj2">obj2</div>
    </body>
-</html>
\ No newline at end of file
+</html>