summaryrefslogtreecommitdiffstats
path: root/tools/telemetry/unittest_data/dom_counter_sample.html
blob: 483d1e0fcc2765e5913e7eb68429fd1df44c2501 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<html>
  <title>DOM counter unit test page</title>
  <body>
    <h1 onclick="">Webpage to be used for DOM counter unit testing.</h1>
    <p onclick="">
      This webpage is meant to be used by a unit test that checks DOM element
      counters.  The test expects there to be exactly 1 document, 14 nodes,
      and 2 event listeners.  Beware, modifying the HTML of this page may
      change the element count, causing the unit test to fail!
    </p>
  </body>
</html>