add aria-live property to test 156
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Mon, 25 Feb 2013 16:22:46 -0600
changeset 112 f606303dc3e8
parent 111 e3950c63f366
child 113 9a3e54aae1a9
add aria-live property to test 156
ARIA/1.0/tests/test-files/properties-global-norole/properties-global-norole-aria-relevant-all.html
--- a/ARIA/1.0/tests/test-files/properties-global-norole/properties-global-norole-aria-relevant-all.html	Mon Feb 25 15:50:41 2013 -0600
+++ b/ARIA/1.0/tests/test-files/properties-global-norole/properties-global-norole-aria-relevant-all.html	Mon Feb 25 16:22:46 2013 -0600
@@ -6,7 +6,7 @@
       <title>&lt;div&gt; with no role; global state or property "aria-relevant" value of "all"</title>
    </head>
    <body>
-      <div id="test" aria-polite="true" aria-relevant="all">Placeholder content</div>
+      <div id="test" aria-live="polite" aria-relevant="all">Placeholder content</div>
       <div id="obj1">obj1</div>
       <div id="obj2">obj2</div>
    </body>