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