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