summaryrefslogtreecommitdiffstats
path: root/browser/components/search/test/browser/searchTelemetryAd_dataAttributes.html
blob: 7bc1b2745e2e4862ba63db953de9ba8b84895cff (plain)
1
2
3
4
5
6
7
8
9
10
<!-- This HTML file encodes the ad link in the data attribute -->
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
</head>
<body>
  <a data-xyz="https://example.com/ad123" href="https://example.com/otherpage">Ad link</a>
</body>
</html>