summaryrefslogtreecommitdiffstats
path: root/mobile/android/geckoview/src/androidTest/assets/www/accessibility/test-live-region-atomic.html
blob: 85f9f6ccd2c1c8f0f091308425cb86a0486b1170 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8" />
  </head>
  <body>
    <div aria-live="polite" aria-atomic="true" id="container">
      The time is
      <p>3pm</p>
    </div>
  </body>
</html>