()
| 1193 | }); |
| 1194 | |
| 1195 | function getPerformance() { |
| 1196 | installPerformanceService(env.win); |
| 1197 | return Services.performanceFor(env.win); |
| 1198 | } |
| 1199 | |
| 1200 | it('should not throw when layout-shift occurs before core services available', () => { |
| 1201 | // Fake the Performance API. |
no test coverage detected