summaryrefslogtreecommitdiffstats
path: root/browser/components/search/test/browser/searchTelemetry.html
blob: bd395d4a7c0d5ac45c19bcb10e066471920ec872 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
</head>
<body>
  <a href="https://example.com/otherpage">Non ad link</a>
  <a href="https://example1.com/ad">Matching path prefix, different server</a>
  <a href="https://mochi.test:8888/otherpage">Non ad link</a>
</body>
</html>