add aria-live property to test 75
authorRichard Schwerdtfeger <schwer@us.ibm.com>
Mon, 25 Feb 2013 16:53:28 -0600
changeset 116 cb11ca94fadd
parent 115 cf9caf13e854
child 117 df661d1c7035
add aria-live property to test 75
ARIA/1.0/tests/test-files/roles-properties-global/roles-properties-global-main-aria-atomic-false.html
--- a/ARIA/1.0/tests/test-files/roles-properties-global/roles-properties-global-main-aria-atomic-false.html	Mon Feb 25 16:47:07 2013 -0600
+++ b/ARIA/1.0/tests/test-files/roles-properties-global/roles-properties-global-main-aria-atomic-false.html	Mon Feb 25 16:53:28 2013 -0600
@@ -6,8 +6,8 @@
       <title>&lt;div&gt; with role main; global state or property "aria-atomic" value of "false"</title>
    </head>
    <body>
-      <div id="test" role="main" aria-atomic="false">Placeholder content</div>
+      <div id="test" role="main" aria-live="false" 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>