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