Chromium Code Reviews| Index: tools/telemetry/unittest_data/dom_counter_sample.html |
| diff --git a/tools/telemetry/unittest_data/dom_counter_sample.html b/tools/telemetry/unittest_data/dom_counter_sample.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..ffcc9d763743375ba4d7fc7fe7ccbcf0a25f3308 |
| --- /dev/null |
| +++ b/tools/telemetry/unittest_data/dom_counter_sample.html |
| @@ -0,0 +1,11 @@ |
| +<html> |
| + <title>DOM counter unit test page</title> |
|
nduca
2013/03/13 03:58:44
Should we put the expectation in the description b
dennis_jeffrey
2013/03/13 21:42:46
Good idea - done.
|
| + <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. Beware, modifying the HTML of this page may change the element |
| + count, causing the unit test to fail! |
| + </p> |
| + </body> |
| +</html> |