summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/conformance-checkers/html-aria/properties-global-norole/properties-global-norole-aria-atomic.html
blob: 84faaeb86e4b61ac0d6fb6e198d827cc0503a17b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
   <head>
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <title>&lt;div&gt; with no role; global state or property "" value of "true"</title>
   </head>
   <body>
      <div aria-atomic="true">
         					Placeholder content
         				
      </div>
      <div id="obj1">obj1</div>
      <div id="obj2">obj2</div>
   </body>
</html>