remove delay for adding live region from onload event to be in line with testable for test case 705
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Fri, 07 Dec 2012 09:28:45 -0600
changeset 75 42ae956a7f30
parent 74 ad360e0b0863
child 76 d20d425d2bde
remove delay for adding live region from onload event to be in line with testable for test case 705
ARIA/1.0/tests/test-files/accessible-name-updates/705.html
--- a/ARIA/1.0/tests/test-files/accessible-name-updates/705.html	Thu Dec 06 08:16:43 2012 -0600
+++ b/ARIA/1.0/tests/test-files/accessible-name-updates/705.html	Fri Dec 07 09:28:45 2012 -0600
@@ -35,7 +35,7 @@
       }
 
       function onload() {
-        setTimeout(addLiveRegion,1000);
+        addLiveRegion();
       }
      
       window.addEventListener('load', onload);