| OLD | NEW |
| 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 Loading... |
| 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> |
| OLD | NEW |