add aria-live property to test 157
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Mon, 25 Feb 2013 16:27:17 -0600
changeset 113 9a3e54aae1a9
parent 112 f606303dc3e8
child 114 a78ce854330a
add aria-live property to test 157
ARIA/1.0/tests/test-files/properties-global-norole/properties-global-norole-aria-relevant-additions text.html
--- a/ARIA/1.0/tests/test-files/properties-global-norole/properties-global-norole-aria-relevant-additions text.html	Mon Feb 25 16:22:46 2013 -0600
+++ b/ARIA/1.0/tests/test-files/properties-global-norole/properties-global-norole-aria-relevant-additions text.html	Mon Feb 25 16:27:17 2013 -0600
@@ -6,8 +6,8 @@
       <title>&lt;div&gt; with no role; global state or property "aria-relevant" value of "additions text"</title>
    </head>
    <body>
-      <div id="test" aria-relevant="additions text">Placeholder content</div>
+      <div id="test" aria-live="polite" aria-relevant="additions text">Placeholder content</div>
       <div id="obj1">obj1</div>
       <div id="obj2">obj2</div>
    </body>
-</html>
\ No newline at end of file
+</html>