summaryrefslogtreecommitdiffstats
path: root/accessible/tests/mochitest/jsat/doc_content_text.html
blob: 4e73dc6e77c7c5359a9dfbe3f04240b707a53dbb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
  <head>
    <title>Text content test document</title>
    <meta charset="utf-8" />
  </head>
  <body>
  <p>These are my awards, Mother. From Army.
    The seal is for marksmanship, and the gorilla is for sand racing.</p>
  <p>You're a good guy, mon frere. That means brother in French.
    I don't know how I know that. I took four years of Spanish.</p>
  <textarea>Please refrain from Mayoneggs during this salmonella scare.</textarea>
  <label>So we don't get dessert?</label><input type="text">
  </body>
</html>