--- 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>