add the header and body tags to test case 781
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Tue, 07 May 2013 15:25:16 -0500
changeset 235 018978618db7
parent 234 396c2f2828de
child 236 44e737288b73
add the header and body tags to test case 781
ARIA/1.0/tests/test-files/_/781.htm
--- a/ARIA/1.0/tests/test-files/_/781.htm	Tue May 07 15:17:45 2013 -0500
+++ b/ARIA/1.0/tests/test-files/_/781.htm	Tue May 07 15:25:16 2013 -0500
@@ -1,3 +1,8 @@
+<html>
+<head>
+<title>Test Case 781</title>
+</head>
+<body>
 <ul role="tablist">
 	<li role="tab" tabindex="0" id="label" aria-selected="true" aria-controls="test">Test Content</li>
 	<li role="tab">obj1</li>
@@ -6,3 +11,5 @@
 <div role="tabpanel" aria-labelledby="label" id="test">
 	<p>Some <a href="#">focusable content</a> inside the tab panel.</p>
 </div>
+</body>
+</html>