summaryrefslogtreecommitdiffstats
path: root/devtools/server/tests/browser/doc_accessibility_audit.html
blob: 0667e0569ee5d185aacb4f72b3c04c2a4f3d4221 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE HTML>
<html>
  <head>
    <meta charset="utf-8">
  </head>
<body style="color: red;">
  <p id="p1">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
  <p id="p2">Accessible Paragraph</p>
</body>
</html>