| Index: third_party/WebKit/LayoutTests/intersection-observer/resources/observer-in-iframe-subframe.html
|
| diff --git a/third_party/WebKit/LayoutTests/intersection-observer/resources/observer-in-iframe-subframe.html b/third_party/WebKit/LayoutTests/intersection-observer/resources/observer-in-iframe-subframe.html
|
| index 711a9ce867470dca276e8b879c7afb33f13e0de7..ab19066102647bd1fee78096b9a09b6d783ec074 100644
|
| --- a/third_party/WebKit/LayoutTests/intersection-observer/resources/observer-in-iframe-subframe.html
|
| +++ b/third_party/WebKit/LayoutTests/intersection-observer/resources/observer-in-iframe-subframe.html
|
| @@ -56,10 +56,10 @@ runTestCycle(function() {
|
| function step1() {
|
| scroller.scrollTop = 250;
|
| runTestCycle(step2, "scroller.scrollTop = 250");
|
| - assert_equals(entries.length, 0, "No notifications after first rAF.");
|
| + checkLastEntry(entries, 0, [8, 108, 308, 408, 0, 0, 0, 0, 8, 208, 8, 208, target]);
|
| }
|
|
|
| function step2() {
|
| - checkLastEntry(entries, 0, [8, 108, 58, 158, 8, 108, 58, 158, 8, 208, 8, 208, target]);
|
| + checkLastEntry(entries, 1, [8, 108, 58, 158, 8, 108, 58, 158, 8, 208, 8, 208, target]);
|
| }
|
| </script>
|
|
|