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

Side by Side Diff: tools/telemetry/unittest_data/dom_counter_sample.html

Issue 12800004: [Telemetry] Add tab API function GetJavascriptStats(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <html>
2 <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.
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. Beware, modifying the HTML of this page may change the element
8 count, causing the unit test to fail!
9 </p>
10 </body>
11 </html>
OLDNEW
« tools/telemetry/telemetry/core/tab.py ('K') | « tools/telemetry/telemetry/core/tab.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698