summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/accname/name/comp_tooltip.html
blob: 52e7b43cfc54c869bce321848efa3b5d93e5bc68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!doctype html>
<html>
<head>
  <title>Name Comp: Tooltip</title>
  <script src="/resources/testharness.js"></script>
  <script src="/resources/testharnessreport.js"></script>
  <script src="/resources/testdriver.js"></script>
  <script src="/resources/testdriver-vendor.js"></script>
  <script src="/resources/testdriver-actions.js"></script>
  <script src="/wai-aria/scripts/aria-utils.js"></script>
</head>
<body>

<a href="#" title="label" data-expectedlabel="label" data-testname="link label from tooltip" class="ex"><img src="#" alt=""></a>

<!-- Todo: test all remaining cases of https://w3c.github.io/accname/#comp_tooltip -->

<script>
AriaUtils.verifyLabelsBySelector(".ex");
</script>
</body>
</html>