| OLD | NEW |
| 1 Intersection observer test with multiple thresholds. | 1 Intersection observer test with multiple thresholds. |
| 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 entries.length is 0 | 6 PASS entries.length is 0 |
| 7 PASS entries.length is 0 | |
| 8 PASS entries.length is 1 | 7 PASS entries.length is 1 |
| 9 PASS entries[0].boundingClientRect.left is 8 | 8 PASS entries[0].boundingClientRect.left is 8 |
| 10 PASS entries[0].boundingClientRect.right is 108 | 9 PASS entries[0].boundingClientRect.right is 108 |
| 11 PASS entries[0].boundingClientRect.top is 588 | 10 PASS entries[0].boundingClientRect.top is 588 |
| 12 PASS entries[0].boundingClientRect.bottom is 688 | 11 PASS entries[0].boundingClientRect.bottom is 688 |
| 13 PASS entries[0].intersectionRect.left is 8 | 12 PASS entries[0].intersectionRect.left is 8 |
| 14 PASS entries[0].intersectionRect.right is 108 | 13 PASS entries[0].intersectionRect.right is 108 |
| 15 PASS entries[0].intersectionRect.top is 588 | 14 PASS entries[0].intersectionRect.top is 588 |
| 16 PASS entries[0].intersectionRect.bottom is 600 | 15 PASS entries[0].intersectionRect.bottom is 600 |
| 17 PASS entries[0].rootBounds.left is 0 | 16 PASS entries[0].rootBounds.left is 0 |
| (...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 114 PASS entries[7].intersectionRect.bottom is 0 | 113 PASS entries[7].intersectionRect.bottom is 0 |
| 115 PASS entries[7].rootBounds.left is 0 | 114 PASS entries[7].rootBounds.left is 0 |
| 116 PASS entries[7].rootBounds.right is 785 | 115 PASS entries[7].rootBounds.right is 785 |
| 117 PASS entries[7].rootBounds.top is 0 | 116 PASS entries[7].rootBounds.top is 0 |
| 118 PASS entries[7].rootBounds.bottom is 600 | 117 PASS entries[7].rootBounds.bottom is 600 |
| 119 PASS entries[7].target is [object HTMLDivElement] | 118 PASS entries[7].target is [object HTMLDivElement] |
| 120 PASS successfullyParsed is true | 119 PASS successfullyParsed is true |
| 121 | 120 |
| 122 TEST COMPLETE | 121 TEST COMPLETE |
| 123 | 122 |
| OLD | NEW |