| 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 ab19066102647bd1fee78096b9a09b6d783ec074..fda619609752043cbde612481355ea83006c9263 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");
|
| - checkLastEntry(entries, 0, [8, 108, 308, 408, 0, 0, 0, 0, 8, 208, 8, 208, target]);
|
| + checkLastEntry(entries, 0, [8, 108, 308, 408, 0, 0, 0, 0, 8, 208, 8, 208, false]);
|
| }
|
|
|
| function step2() {
|
| - checkLastEntry(entries, 1, [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, true]);
|
| }
|
| </script>
|
|
|