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