summaryrefslogtreecommitdiffstats
path: root/mobile/android/geckoview/src/androidTest/assets/www/accessibility/test-live-region-descendant.html
blob: 82d88613f07d4eabb25759fa0842da5ecfd456ea (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8" />
  </head>
  <body>
    <div aria-live="polite"><p id="to_show">I will be shown</p></div>
  </body>
</html>