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