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

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

Issue 11630004: DevTools: rename debugger/ to devtools/, move DevTools files into content/renderer/devtools. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: For landing Created 8 years 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
OLDNEW
(Empty)
1 <html>
2 <head>
3 <title>Heap Profiler: basic grid functionality test</title>
4 </head>
5 <body>
6 This is the test for basic functionality of heap snapshot view grid.
7 <br>
8 <br>
9 To use this test:
10 <ul>
11 <li>load file in the browser;
12 <li>open DevTools (Ctrl+Shift+I on Win/Linux, Command+Option+I on Mac);
13 <li>go to 'Profiles' page;
14 <li>press 'Take heap snapshot' button
15 (eye icon on the left side of status bar);
16 </ul>
17 <br>
18 On the left pane under 'Heap snapshots' section, an item called
19 'Snapshot 1' must appear, and a grid with snapshot data must
20 appear on the right. Now test the following functionality in the grid:
21 <ul>
22 <li>change sorting order in each column by clicking on its header;
23 <li>resize each column;
24 <li>toggle between showing absolute times and percents
25 (button with percent sign on the status bar);
26 <li>double-click on numbers in 'Count' and
27 'Size' columns to toggle between times and percents for
28 this column only;
29 <li>expanding and collapsing tree nodes.
30 </ul>
31 </body>
32 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698