summaryrefslogtreecommitdiffstats
path: root/browser/components/search/test/browser/searchTelemetryAd.html
blob: 23d51d2fb52d019b76831f5e3a203fb8049448cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
</head>
<body>
  <a id="ad1" href="https://example.com/ad">Ad link</a>
  <a id="ad2" href="https://example.com/ad2">Second Ad link</a>
  <!-- The iframe is used to include a sub-document load in the test, which
       should not affect the recorded telemetry. -->
  <iframe src="searchTelemetry.html"></iframe>
</body>
</html>