| Index: third_party/WebKit/LayoutTests/intersection-observer/root-margin.html
|
| diff --git a/third_party/WebKit/LayoutTests/intersection-observer/root-margin.html b/third_party/WebKit/LayoutTests/intersection-observer/root-margin.html
|
| index 6ccd8026e05a8c400f9b861a45831ce14bf049ed..cbd3e15f17746ca6f2e182362a3cd1f90ba12311 100644
|
| --- a/third_party/WebKit/LayoutTests/intersection-observer/root-margin.html
|
| +++ b/third_party/WebKit/LayoutTests/intersection-observer/root-margin.html
|
| @@ -54,13 +54,13 @@ runTestCycle(function() {
|
| function step0() {
|
| document.scrollingElement.scrollLeft = 100;
|
| runTestCycle(step1, "document.scrollingElement.scrollLeft = 100");
|
| - checkLastEntry(entries, 0, [1012, 1112, 708, 808, 0, 0, 0, 0, -30, 942, -10, 819, target]);
|
| + checkLastEntry(entries, 0, [1012, 1112, 708, 808, 0, 0, 0, 0, -30, 942, -10, 819, false]);
|
| }
|
|
|
| function step1() {
|
| document.scrollingElement.scrollTop = 800;
|
| runTestCycle(step2, "document.scrollingElement.scrollTop = 800");
|
| - checkLastEntry(entries, 1, [912, 1012, 708, 808, 912, 942, 708, 808, -30, 942, -10, 819, target]);
|
| + checkLastEntry(entries, 1, [912, 1012, 708, 808, 912, 942, 708, 808, -30, 942, -10, 819, true]);
|
| }
|
|
|
| function step2() {
|
| @@ -72,6 +72,6 @@ function step2() {
|
| function step3() {
|
| document.scrollingElement.scrollLeft = 0;
|
| document.scrollingElement.scrollTop = 0;
|
| - checkLastEntry(entries, 2, [912, 1012, -192, -92, 0, 0, 0, 0, -30, 942, -10, 819, target]);
|
| + checkLastEntry(entries, 2, [912, 1012, -192, -92, 0, 0, 0, 0, -30, 942, -10, 819, false]);
|
| }
|
| </script>
|
|
|