| OLD | NEW |
| 1 Description | 1 Description |
| 2 | 2 |
| 3 This test validates that performance.now() exists in shared workers and reports
reasonable times. | 3 This test validates that performance.now() exists in shared workers and reports
reasonable times. |
| 4 | 4 |
| 5 | 5 |
| 6 | 6 |
| 7 PASS workerStart is defined on the SharedWorker object |
| 8 PASS Time of worker start was after the navigation start for the document |
| 7 PASS self.performance is defined | 9 PASS self.performance is defined |
| 8 PASS self.performance.now is defined | 10 PASS self.performance.now is defined |
| 9 PASS Time since origin time should be greater in the main document than the work
er | 11 PASS Time since origin time should be greater in the main document than the work
er |
| 10 PASS Time since origin time should be greater in the worker than the iframe | 12 PASS Time since origin time should be greater in the worker than the iframe |
| 11 | 13 |
| OLD | NEW |