| OLD | NEW |
| 1 Description | 1 Description |
| 2 | 2 |
| 3 This test validates that all of the user timing methods exist in window.performa
nce (but does not validate that their functionality). | 3 This test validates that all of the user timing methods exist in window.performa
nce (but does not validate that their functionality). |
| 4 | 4 |
| 5 | 5 |
| 6 PASS window.performance is defined | 6 PASS window.performance is defined |
| 7 PASS performance.webkitMark is supported! | 7 PASS performance.mark is supported! |
| 8 PASS performance.webkitClearMarks is supported! | 8 PASS performance.clearMarks is supported! |
| 9 PASS performance.webkitMeasure is supported! | 9 PASS performance.measure is supported! |
| 10 PASS performance.webkitClearMeasures is supported! | 10 PASS performance.clearMeasures is supported! |
| 11 PASS performance.webkitGetEntries is supported! | 11 PASS performance.getEntries is supported! |
| 12 PASS performance.webkitGetEntriesByType is supported! | 12 PASS performance.getEntriesByType is supported! |
| 13 PASS performance.webkitGetEntriesByName is supported! | 13 PASS performance.getEntriesByName is supported! |
| 14 | 14 |
| OLD | NEW |