Send a crash report when a hung process is detected.
[chromium-blink-merge.git] / tools / telemetry / unittest_data / dom_counter_sample.html
blob483d1e0fcc2765e5913e7eb68429fd1df44c2501
1 <html>
2 <title>DOM counter unit test page</title>
3 <body>
4 <h1 onclick="">Webpage to be used for DOM counter unit testing.</h1>
5 <p onclick="">
6 This webpage is meant to be used by a unit test that checks DOM element
7 counters. The test expects there to be exactly 1 document, 14 nodes,
8 and 2 event listeners. Beware, modifying the HTML of this page may
9 change the element count, causing the unit test to fail!
10 </p>
11 </body>
12 </html>