| Index: third_party/WebKit/LayoutTests/intersection-observer/unclipped-root.html
|
| diff --git a/third_party/WebKit/LayoutTests/intersection-observer/unclipped-root.html b/third_party/WebKit/LayoutTests/intersection-observer/unclipped-root.html
|
| index 490b9eb30e404b1ccac3520cc0512a1bb4b0c2ab..18e43d086d663adb8758f7e4327d28288057396e 100644
|
| --- a/third_party/WebKit/LayoutTests/intersection-observer/unclipped-root.html
|
| +++ b/third_party/WebKit/LayoutTests/intersection-observer/unclipped-root.html
|
| @@ -47,11 +47,11 @@ runTestCycle(function() {
|
| function step0() {
|
| target.style.transform = "translateY(195px)";
|
| runTestCycle(step1, "target.style.transform = 'translateY(195px)'");
|
| - checkLastEntry(entries, 0, [15, 115, 315, 415, 0, 0, 0, 0, 8, 182, 8, 222, target]);
|
| + checkLastEntry(entries, 0, [15, 115, 315, 415, 0, 0, 0, 0, 8, 182, 8, 222, false]);
|
| }
|
|
|
| function step1() {
|
| target.style.transform = "";
|
| - checkLastEntry(entries, 1, [15, 115, 210, 310, 15, 115, 210, 222, 8, 182, 8, 222, target]);
|
| + checkLastEntry(entries, 1, [15, 115, 210, 310, 15, 115, 210, 222, 8, 182, 8, 222, true]);
|
| }
|
| </script>
|
|
|