--- a/ARIA/1.0/tests/test-files/properties-global-norole/properties-global-norole-aria-atomic-false.html Tue May 28 06:20:15 2013 -0500
+++ b/ARIA/1.0/tests/test-files/properties-global-norole/properties-global-norole-aria-atomic-false.html Fri Jun 07 15:11:29 2013 -0500
@@ -6,8 +6,8 @@
<title><div> with no role; global state or property "aria-atomic" value of "false"</title>
</head>
<body>
- <div id="test" aria-atomic="false">Placeholder content</div>
+ <div id="test" aria-live="polite" aria-atomic="false">Placeholder content</div>
<div id="obj1">obj1</div>
<div id="obj2">obj2</div>
</body>
-</html>
\ No newline at end of file
+</html>
--- a/ARIA/1.0/tests/test-files/properties-global-norole/properties-global-norole-aria-atomic-true.html Tue May 28 06:20:15 2013 -0500
+++ b/ARIA/1.0/tests/test-files/properties-global-norole/properties-global-norole-aria-atomic-true.html Fri Jun 07 15:11:29 2013 -0500
@@ -6,8 +6,8 @@
<title><div> with no role; global state or property "aria-atomic" value of "true"</title>
</head>
<body>
- <div id="test" aria-atomic="true">Placeholder content</div>
+ <div id="test" aria-live="polite" aria-atomic="true">Placeholder content</div>
<div id="obj1">obj1</div>
<div id="obj2">obj2</div>
</body>
-</html>
\ No newline at end of file
+</html>