summaryrefslogtreecommitdiffstats
path: root/mobile/android/geckoview/src/androidTest/assets/www/accessibility/test-headings.html
blob: 280bbd89d7d439b2702ad939a906a375aee40cf2 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html><html>
<head>
  <meta charset="utf-8">
</head>
<body>
  <a href=\"%23\">preamble</a>
  <h1>Fried cheese</h1><p>with club sauce.</p>
  <a href="#"><h2>Popcorn shrimp</h2></a><button>with club sauce.</button>
  <h3>Chicken fingers</h3><p>with spicy club sauce.</p>
</body>
</html>