giving explicit roles to limit test case variables to test only the required notifications
--- a/ARIA/1.0/tests/test-files/live-events/test-case-live-event-1.html Fri Aug 30 17:10:25 2013 -0400
+++ b/ARIA/1.0/tests/test-files/live-events/test-case-live-event-1.html Mon Sep 09 13:57:04 2013 -0700
@@ -15,7 +15,7 @@
<body>
<h1>ARIA 1.0 Live Region Event Test Case: Add text content</h1>
- <div id="TEST_ID" aria-live="assertive" aria-label="charlotte">
+ <div id="TEST_ID" aria-live="assertive" aria-label="charlotte" role="alert">
</div>
<button onclick="tryAgain()">Try Again</button>
--- a/ARIA/1.0/tests/test-files/live-events/test-case-live-event-2.html Fri Aug 30 17:10:25 2013 -0400
+++ b/ARIA/1.0/tests/test-files/live-events/test-case-live-event-2.html Mon Sep 09 13:57:04 2013 -0700
@@ -15,7 +15,7 @@
<body>
<h1>ARIA 1.0 Live Region Event Test Case: Delete text content</h1>
- <div id="TEST_ID" aria-live="polite" >
+ <div id="TEST_ID" aria-live="polite" role="status">
TEST TEXT
</div>