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