OLD | NEW |
(Empty) | |
| 1 CONSOLE MESSAGE: line 19: boundingClientRect=[912, 1012, 708, 808] |
| 2 intersectionRect=[912, 942, 708, 808] |
| 3 visibleRatio=0.3 |
| 4 rootBounds=[-30, 942, -10, 819] |
| 5 target=[object HTMLDivElement] |
| 6 time=1449875.015 |
| 7 CONSOLE MESSAGE: line 19: boundingClientRect=[912, 1012, -192, -92] |
| 8 intersectionRect=[0, 0, 0, 0] |
| 9 visibleRatio=0 |
| 10 rootBounds=[-30, 942, -10, 819] |
| 11 target=[object HTMLDivElement] |
| 12 time=1449875.015 |
| 13 Intersection observer test with root margin and implicit root. |
| 14 |
| 15 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 16 |
| 17 |
| 18 PASS entries.length is 0 |
| 19 PASS entries.length is 1 |
| 20 PASS entries[0].boundingClientRect.left is 912 |
| 21 PASS entries[0].boundingClientRect.right is 1012 |
| 22 PASS entries[0].boundingClientRect.top is 708 |
| 23 PASS entries[0].boundingClientRect.bottom is 808 |
| 24 PASS entries[0].intersectionRect.left is 912 |
| 25 PASS entries[0].intersectionRect.right is 942 |
| 26 PASS entries[0].intersectionRect.top is 708 |
| 27 PASS entries[0].intersectionRect.bottom is 808 |
| 28 PASS entries[0].rootBounds.left is -30 |
| 29 PASS entries[0].rootBounds.right is 942 |
| 30 PASS entries[0].rootBounds.top is -10 |
| 31 PASS entries[0].rootBounds.bottom is 819 |
| 32 PASS entries[0].target is [object Object] |
| 33 PASS entries.length is 1 |
| 34 PASS entries.length is 2 |
| 35 PASS entries[1].boundingClientRect.left is 912 |
| 36 PASS entries[1].boundingClientRect.right is 1012 |
| 37 PASS entries[1].boundingClientRect.top is -192 |
| 38 PASS entries[1].boundingClientRect.bottom is -92 |
| 39 PASS entries[1].intersectionRect.left is 0 |
| 40 PASS entries[1].intersectionRect.right is 0 |
| 41 PASS entries[1].intersectionRect.top is 0 |
| 42 PASS entries[1].intersectionRect.bottom is 0 |
| 43 PASS entries[1].rootBounds.left is -30 |
| 44 PASS entries[1].rootBounds.right is 942 |
| 45 PASS entries[1].rootBounds.top is -10 |
| 46 PASS entries[1].rootBounds.bottom is 819 |
| 47 PASS entries[1].target is [object Object] |
| 48 PASS successfullyParsed is true |
| 49 |
| 50 TEST COMPLETE |
| 51 |
| 52 |
OLD | NEW |