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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: content/browser/debugger/manual_tests/heap-profiler-test-basic-grid-functionality.html
diff --git a/content/browser/debugger/manual_tests/heap-profiler-test-basic-grid-functionality.html b/content/browser/debugger/manual_tests/heap-profiler-test-basic-grid-functionality.html
deleted file mode 100644
index 5aa45554e4096d133967533e5b4665f5736b2ee8..0000000000000000000000000000000000000000
--- a/content/browser/debugger/manual_tests/heap-profiler-test-basic-grid-functionality.html
+++ /dev/null
@@ -1,32 +0,0 @@
-<html>
- <head>
- <title>Heap Profiler: basic grid functionality test</title>
- </head>
- <body>
- This is the test for basic functionality of heap snapshot view grid.
- <br>
- <br>
- To use this test:
- <ul>
- <li>load file in the browser;
- <li>open DevTools (Ctrl+Shift+I on Win/Linux, Command+Option+I on Mac);
- <li>go to 'Profiles' page;
- <li>press 'Take heap snapshot' button
- (eye icon on the left side of status bar);
- </ul>
- <br>
- On the left pane under 'Heap snapshots' section, an item called
- 'Snapshot 1' must appear, and a grid with snapshot data must
- appear on the right. Now test the following functionality in the grid:
- <ul>
- <li>change sorting order in each column by clicking on its header;
- <li>resize each column;
- <li>toggle between showing absolute times and percents
- (button with percent sign on the status bar);
- <li>double-click on numbers in 'Count' and
- 'Size' columns to toggle between times and percents for
- this column only;
- <li>expanding and collapsing tree nodes.
- </ul>
- </body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698