add aria-live property to test 155
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Mon, 25 Feb 2013 15:43:30 -0600
changeset 110 c982fad2ba24
parent 109 2d65be271dcc
child 111 e3950c63f366
add aria-live property to test 155
ARIA/1.0/tests/test-files/properties-global-norole/properties-global-norole-aria-relevant-text.html
--- a/ARIA/1.0/tests/test-files/properties-global-norole/properties-global-norole-aria-relevant-text.html	Mon Feb 25 15:40:04 2013 -0600
+++ b/ARIA/1.0/tests/test-files/properties-global-norole/properties-global-norole-aria-relevant-text.html	Mon Feb 25 15:43:30 2013 -0600
@@ -6,8 +6,8 @@
       <title>&lt;div&gt; with no role; global state or property "aria-relevant" value of "text"</title>
    </head>
    <body>
-      <div id="test" aria-relevant="text">Placeholder content</div>
+      <div id="test" aria-live="polite" aria-relevant="text">Placeholder content</div>
       <div id="obj1">obj1</div>
       <div id="obj2">obj2</div>
    </body>
-</html>
\ No newline at end of file
+</html>