add test case 887
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Wed, 03 Jul 2013 14:09:26 -0500
changeset 296 910fa20ae4ae
parent 295 0210697a101a
child 297 bcfca6f2e6ef
add test case 887
ARIA/1.0/tests/test-files/namefromauthor-requ/887.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ARIA/1.0/tests/test-files/namefromauthor-requ/887.html	Wed Jul 03 14:09:26 2013 -0500
@@ -0,0 +1,16 @@
+<!DOCTYPE html
+  PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+   <head>
+      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+      <title>test case 887</title>
+   </head>
+   <body>
+      <div role="tablist">
+          <div role="tab">tab1</tab><div role="tab">tab2</div>
+          <div id="test" aria-label="foo" role="tabpanel">
+              Boring tab panel
+          </div>
+      </div>
+   </body>
+</html>