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

Side by Side Diff: content/browser/debugger/manual_tests/heap-profiler-test-basic-grid-functionality.html

Issue 7274031: Wholesale move of debugger sources to content. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add OWNERS and DEPS. Created 9 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <title>Heap Profiler: basic grid functionality test</title> 3 <title>Heap Profiler: basic grid functionality test</title>
4 </head> 4 </head>
5 <body> 5 <body>
6 This is the test for basic functionality of heap snapshot view grid. 6 This is the test for basic functionality of heap snapshot view grid.
7 <br> 7 <br>
8 <br> 8 <br>
9 To use this test: 9 To use this test:
10 <ul> 10 <ul>
(...skipping 12 matching lines...) Expand all
23 <li>resize each column; 23 <li>resize each column;
24 <li>toggle between showing absolute times and percents 24 <li>toggle between showing absolute times and percents
25 (button with percent sign on the status bar); 25 (button with percent sign on the status bar);
26 <li>double-click on numbers in 'Count' and 26 <li>double-click on numbers in 'Count' and
27 'Size' columns to toggle between times and percents for 27 'Size' columns to toggle between times and percents for
28 this column only; 28 this column only;
29 <li>expanding and collapsing tree nodes. 29 <li>expanding and collapsing tree nodes.
30 </ul> 30 </ul>
31 </body> 31 </body>
32 </html> 32 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698