correct test cases 786 and 787 to include aria-live='polite'
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Fri, 07 Jun 2013 15:11:29 -0500
changeset 241 2d18c48622f1
parent 240 03f7c56141ea
child 242 36937829c010
correct test cases 786 and 787 to include aria-live='polite'
ARIA/1.0/tests/test-files/properties-global-norole/properties-global-norole-aria-atomic-false.html
ARIA/1.0/tests/test-files/properties-global-norole/properties-global-norole-aria-atomic-true.html
--- 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>&lt;div&gt; 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>&lt;div&gt; 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>