summaryrefslogtreecommitdiffstats
path: root/browser/components/search/test/browser/slow_loading_page_with_ads.html
blob: 35ac9878ec2a197033ba419525e88789e738d108 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!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>
  <img src="https://example.org/browser/browser/components/search/test/browser/slow_loading_page_with_ads.sjs">
</body>
</html>