OLD | NEW |
(Empty) | |
| 1 This tests that IntersectionObserver gets called the right number of times. |
| 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 |
| 5 |
| 6 PASS entries[0].time is 0 |
| 7 PASS a.quads_0.top is b.quads_0.top |
| 8 PASS a.quads_0.right is b.quads_0.right |
| 9 PASS a.quads_0.bottom is b.quads_0.bottom |
| 10 PASS a.quads_0.left is b.quads_0.left |
| 11 PASS a.viewport.top is b.viewport.top |
| 12 PASS a.viewport.right is b.viewport.right |
| 13 PASS a.viewport.bottom is b.viewport.bottom |
| 14 PASS a.viewport.left is b.viewport.left |
| 15 PASS entries[0].target is expectedEntries[0].target |
| 16 |
OLD | NEW |