| OLD | NEW |
| 1 Description | 1 Description |
| 2 | 2 |
| 3 This test validates that performance.now() exists in dedicated workers and repor
ts reasonable times. | 3 This test validates that performance.now() exists in dedicated workers and repor
ts reasonable times. |
| 4 | 4 |
| 5 | 5 |
| 6 PASS workerStart not defined on the Worker object |
| 6 PASS self.performance is defined | 7 PASS self.performance is defined |
| 7 PASS self.performance.now is defined | 8 PASS self.performance.now is defined |
| 8 PASS Time in the worker should be after the startTime in the main document | 9 PASS Time in the worker should be after the startTime in the main document |
| 9 PASS Time in the worker should be before the current time in the main document | 10 PASS Time in the worker should be before the current time in the main document |
| 10 | 11 |
| OLD | NEW |