summaryrefslogtreecommitdiffstats
path: root/browser/components/search/test/browser/telemetry/searchTelemetryAd_components_query_parameters.html
blob: 7985fb2c51899df84746d3590512c73946537d32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html lang="en">
<head>
    <link rel="stylesheet" type="text/css" href="./serp.css" />
</head>
<body>
  <section id="searchresults">
    <div class="lhs">
      <div class="moz_ad">
        <h5 test-label>ad_sitelink</h5>
        <!--
          Note that the query parameter keys are in reverse alphabetical order
          that will be reversed in the tests.
        -->
        <a id="ad_sitelink" href="https://example.com/ad?foo=bar0&baz=bar0">
          <h2>Example Result</h2>
        </a>
        <div class="multi-col">
          <div>
            <a href="https://example.com/ad?foo=bar1&baz=bar1">
              <h2>New Releases</h2>
            </a>
            <span>Cras ac velit sed tellus</span>
          </div>
        </div>
      </div>
      <div class="moz_ad">
        <h5 test-label>ad_link</h5>
        <a id="ad_link" href="https://example.com/ad?foo=bar2&baz=bar2">
          <h2>Example Result</h2>
        </a>
      </div>
    </div>
  </section>
</body>
</html>