| OLD | NEW |
| 1 Test that intersection observer time is relative to time in the callback context
. | 1 Test that intersection observer time is relative to time in the callback context
. |
| 2 | 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 4 |
| 5 | 5 |
| 6 PASS topWindowTime - iframeWindowTime is > 2.5 * timestampTolerance | 6 PASS topWindowTime - iframeWindowTime is > 2.5 * timestampTolerance |
| 7 PASS topWindowEntries.length is 0 | 7 PASS topWindowEntries.length is 0 |
| 8 PASS iframeWindowEntries.length is 0 | 8 PASS iframeWindowEntries.length is 0 |
| 9 PASS topWindowEntries.length is 1 | 9 PASS topWindowEntries.length is 1 |
| 10 PASS topWindowEntries[0].time is within 124 of topWindowTime | 10 PASS topWindowEntries[0].time is within 24 of topWindowTime |
| 11 PASS iframeWindowEntries.length is 1 | 11 PASS iframeWindowEntries.length is 1 |
| 12 PASS iframeWindowEntries[0].time is within 124 of iframeWindowTime | 12 PASS iframeWindowEntries[0].time is within 24 of iframeWindowTime |
| 13 PASS successfullyParsed is true | 13 PASS successfullyParsed is true |
| 14 | 14 |
| 15 TEST COMPLETE | 15 TEST COMPLETE |
| 16 | 16 |
| 17 | 17 |
| OLD | NEW |