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