| Index: third_party/WebKit/LayoutTests/intersection-observer/shadow-content.html
|
| diff --git a/third_party/WebKit/LayoutTests/intersection-observer/shadow-content.html b/third_party/WebKit/LayoutTests/intersection-observer/shadow-content.html
|
| index 8c211b97f9d9aaefe4062329890e1ab95c12de91..869dc1f8d5987b7127c4cc21a674f8db225e7c7e 100644
|
| --- a/third_party/WebKit/LayoutTests/intersection-observer/shadow-content.html
|
| +++ b/third_party/WebKit/LayoutTests/intersection-observer/shadow-content.html
|
| @@ -39,6 +39,6 @@ runTestCycle(function() {
|
| }, "Observing a target inside shadow DOM.");
|
|
|
| function step0() {
|
| - checkLastEntry(entries, 0, [8, 108, 8, 108, 8, 108, 8, 108, 0, 800, 0, 600, target]);
|
| + checkLastEntry(entries, 0, [8, 108, 8, 108, 8, 108, 8, 108, 0, 800, 0, 600, true]);
|
| }
|
| </script>
|
|
|