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

Side by Side Diff: content/browser/debugger/manual_tests/heap-profiler-test-snapshots-comparison.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: heap snapshots comparison test</title> 3 <title>Heap Profiler: heap snapshots comparison test</title>
4 <script type="text/javascript"> 4 <script type="text/javascript">
5 var aHolder = [], bHolder = [], cHolder = [], dHolder = []; 5 var aHolder = [], bHolder = [], cHolder = [], dHolder = [];
6 6
7 function A(x) { 7 function A(x) {
8 this.x = x; 8 this.x = x;
9 } 9 }
10 10
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 </ul> 74 </ul>
75 <br> 75 <br>
76 TEST 2. Change display to percent view (using the percent button on the 76 TEST 2. Change display to percent view (using the percent button on the
77 status bar). Verify the following: 77 status bar). Verify the following:
78 <ul> 78 <ul>
79 <li>values in '+/- Count' and '+/- Size' columns for 'C' must be 'deleted' ; 79 <li>values in '+/- Count' and '+/- Size' columns for 'C' must be 'deleted' ;
80 <li>values in '+/- Count' and '+/- Size' columns for 'D' must be 'new'; 80 <li>values in '+/- Count' and '+/- Size' columns for 'D' must be 'new';
81 </ul> 81 </ul>
82 </body> 82 </body>
83 </html> 83 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698