| Index: LayoutTests/fast/dom/intersection-observer-expected.txt
|
| diff --git a/LayoutTests/fast/dom/intersection-observer-expected.txt b/LayoutTests/fast/dom/intersection-observer-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..e495fad4fa1165a99a73a5553f6f8fc0ad125290
|
| --- /dev/null
|
| +++ b/LayoutTests/fast/dom/intersection-observer-expected.txt
|
| @@ -0,0 +1,16 @@
|
| +This tests that IntersectionObserver gets called the right number of times.
|
| +
|
| +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| +
|
| +
|
| +PASS entries[0].time is 0
|
| +PASS a.quads_0.top is b.quads_0.top
|
| +PASS a.quads_0.right is b.quads_0.right
|
| +PASS a.quads_0.bottom is b.quads_0.bottom
|
| +PASS a.quads_0.left is b.quads_0.left
|
| +PASS a.viewport.top is b.viewport.top
|
| +PASS a.viewport.right is b.viewport.right
|
| +PASS a.viewport.bottom is b.viewport.bottom
|
| +PASS a.viewport.left is b.viewport.left
|
| +PASS entries[0].target is expectedEntries[0].target
|
| +
|
|
|