summaryrefslogtreecommitdiffstats
path: root/mobile/android/geckoview/src/androidTest/assets/www/accessibility/test-live-region-descendant.html
blob: 9d06bfb75a14ae3e77cf61f1367773d5514399ed (plain)
1
2
3
4
5
6
7
8
<!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>