add aria-live property to test 156
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Mon, 25 Feb 2013 15:50:41 -0600
changeset 111 e3950c63f366
parent 110 c982fad2ba24
child 112 f606303dc3e8
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:43:30 2013 -0600
+++ b/ARIA/1.0/tests/test-files/properties-global-norole/properties-global-norole-aria-relevant-all.html	Mon Feb 25 15:50:41 2013 -0600
@@ -6,8 +6,8 @@
       <title>&lt;div&gt; with no role; global state or property "aria-relevant" value of "all"</title>
    </head>
    <body>
-      <div id="test" aria-relevant="all">Placeholder content</div>
+      <div id="test" aria-polite="true" aria-relevant="all">Placeholder content</div>
       <div id="obj1">obj1</div>
       <div id="obj2">obj2</div>
    </body>
-</html>
\ No newline at end of file
+</html>