| OLD | NEW |
| 1 CONSOLE MESSAGE: line 8: [object PerformanceTiming] | 1 CONSOLE MESSAGE: line 8: [object PerformanceTiming] |
| 2 CONSOLE MESSAGE: line 9: [object MemoryInfo] | 2 CONSOLE MESSAGE: line 9: [object MemoryInfo] |
| 3 CONSOLE MESSAGE: line 8: [object PerformanceTiming] | 3 CONSOLE MESSAGE: line 8: [object PerformanceTiming] |
| 4 CONSOLE MESSAGE: line 9: [object MemoryInfo] | 4 CONSOLE MESSAGE: line 9: [object MemoryInfo] |
| 5 Tests that console nicely formats perfomance getters. | 5 Tests that console nicely formats perfomance getters. |
| 6 | 6 |
| 7 console-format-perfomance.html:8 PerformanceTiming | 7 console-format-perfomance.html:8 PerformanceTiming |
| 8 console-format-perfomance.html:9 MemoryInfo | 8 console-format-perfomance.html:9 MemoryInfo |
| 9 console-format-perfomance.html:8 PerformanceTiming {navigationStart: <number>, u
nloadEventStart: <number>, unloadEventEnd: <number>, redirectStart: <number>, re
directEnd: <number>…} | 9 console-format-perfomance.html:8 PerformanceTiming {navigationStart: <number>, u
nloadEventStart: <number>, unloadEventEnd: <number>, redirectStart: <number>, re
directEnd: <number>…}PerformanceTiming |
| 10 console-format-perfomance.html:9 MemoryInfo {totalJSHeapSize: <number>, usedJSHe
apSize: <number>, jsHeapSizeLimit: <number>} | 10 console-format-perfomance.html:9 MemoryInfo {totalJSHeapSize: <number>, usedJSHe
apSize: <number>, jsHeapSizeLimit: <number>}MemoryInfo |
| 11 | 11 |
| OLD | NEW |