| OLD | NEW |
| (Empty) |
| 1 Simple intersection observer test with no explicit root and target in a cross-or
igin iframe. | |
| 2 | |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | |
| 4 | |
| 5 | |
| 6 PASS actual.length is 0 | |
| 7 PASS actual.length is 0 | |
| 8 PASS actual.length is 1 | |
| 9 PASS actual.boundingClientRect.left is 8 | |
| 10 PASS actual.boundingClientRect.top is -42 | |
| 11 PASS actual.boundingClientRect.right is 108 | |
| 12 PASS actual.boundingClientRect.bottom is 58 | |
| 13 PASS actual.boundingClientRect.width is 100 | |
| 14 PASS actual.boundingClientRect.height is 100 | |
| 15 PASS actual.intersectionRect.left is 8 | |
| 16 PASS actual.intersectionRect.top is 0 | |
| 17 PASS actual.intersectionRect.right is 108 | |
| 18 PASS actual.intersectionRect.bottom is 58 | |
| 19 PASS actual.intersectionRect.width is 100 | |
| 20 PASS actual.intersectionRect.height is 58 | |
| 21 PASS actual.rootBounds is null | |
| 22 PASS actual.target is "target" | |
| 23 PASS actual.length is 1 | |
| 24 PASS actual.boundingClientRect.left is 8 | |
| 25 PASS actual.boundingClientRect.top is -42 | |
| 26 PASS actual.boundingClientRect.right is 108 | |
| 27 PASS actual.boundingClientRect.bottom is 58 | |
| 28 PASS actual.boundingClientRect.width is 100 | |
| 29 PASS actual.boundingClientRect.height is 100 | |
| 30 PASS actual.intersectionRect.left is 0 | |
| 31 PASS actual.intersectionRect.top is 0 | |
| 32 PASS actual.intersectionRect.right is 0 | |
| 33 PASS actual.intersectionRect.bottom is 0 | |
| 34 PASS actual.intersectionRect.width is 0 | |
| 35 PASS actual.intersectionRect.height is 0 | |
| 36 PASS actual.rootBounds is null | |
| 37 PASS actual.target is "target" | |
| 38 PASS successfullyParsed is true | |
| 39 | |
| 40 TEST COMPLETE | |
| 41 | |
| 42 | |
| OLD | NEW |