Update test 781 to not have multiple ids for the same element
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Tue, 07 May 2013 15:17:45 -0500
changeset 234 396c2f2828de
parent 233 b40ad7045511
child 235 018978618db7
Update test 781 to not have multiple ids for the same element
ARIA/1.0/tests/test-files/_/781.htm
--- a/ARIA/1.0/tests/test-files/_/781.htm	Mon May 06 15:52:48 2013 -0700
+++ b/ARIA/1.0/tests/test-files/_/781.htm	Tue May 07 15:17:45 2013 -0500
@@ -1,8 +1,8 @@
 <ul role="tablist">
-	<li role="tab" tabindex="0" id="label" aria-selected="true" aria-controls="panel">Test Content</li>
+	<li role="tab" tabindex="0" id="label" aria-selected="true" aria-controls="test">Test Content</li>
 	<li role="tab">obj1</li>
 	<li role="tab">obj2</li>
 </ul>
-<div role="tabpanel" id="panel" aria-labelledby="label" id="test">
+<div role="tabpanel" aria-labelledby="label" id="test">
 	<p>Some <a href="#">focusable content</a> inside the tab panel.</p>
 </div>