Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(48)

Unified Diff: tools/telemetry/unittest_data/dom_counter_sample.html

Issue 1217293007: Move unittest_data to internal/testing. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
deleted file mode 100644
index 483d1e0fcc2765e5913e7eb68429fd1df44c2501..0000000000000000000000000000000000000000
--- a/tools/telemetry/unittest_data/dom_counter_sample.html
+++ /dev/null
@@ -1,12 +0,0 @@
-<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>

Powered by Google App Engine
This is Rietveld 408576698