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-3.html Mon Sep 09 13:57:04 2013 -0700
+++ b/ARIA/1.0/tests/test-files/live-events/test-case-live-event-3.html Mon Sep 09 13:57:26 2013 -0700
@@ -15,7 +15,7 @@
<body>
<h1>ARIA 1.0 Live Region Event Test Case: Change text content</h1>
- <div id="TEST_ID" aria-live="assertive">
+ <div id="TEST_ID" aria-live="assertive" role="alert">
TEST TEXT 1
</div>