summaryrefslogtreecommitdiffstats
path: root/content/test/data/accessibility/span.html
blob: 06096361a66232aa37acc8ab6d7a9fe9bcd55b73 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!--
@MAC-DENY:AXTitle*
-->
<!doctype html>
<html>
<body>
  <p>
    This paragraph has one <span>word</span> in a span.
  </p>
</body>
</html>