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.bounds.top is b.bounds.top |
| 8 PASS a.bounds.right is b.bounds.right |
| 9 PASS a.bounds.bottom is b.bounds.bottom |
| 10 PASS a.bounds.left is b.bounds.left |
| 11 PASS a.intersection.top is b.intersection.top |
| 12 PASS a.intersection.right is b.intersection.right |
| 13 PASS a.intersection.bottom is b.intersection.bottom |
| 14 PASS a.intersection.left is b.intersection.left |
| 15 PASS a.rootBounds.top is b.rootBounds.top |
| 16 PASS a.rootBounds.right is b.rootBounds.right |
| 17 PASS a.rootBounds.bottom is b.rootBounds.bottom |
| 18 PASS a.rootBounds.left is b.rootBounds.left |
| 19 PASS entries[0].target is expectedEntries[0].target |
| 20 |
OLD | NEW |