| Index: third_party/WebKit/LayoutTests/intersection-observer/iframe-no-root.html
 | 
| diff --git a/third_party/WebKit/LayoutTests/intersection-observer/iframe-no-root.html b/third_party/WebKit/LayoutTests/intersection-observer/iframe-no-root.html
 | 
| index 98566e25d9ab774061128180f9668f484515aa04..0685994bc299138ca6690ab413c955ade13973d0 100644
 | 
| --- a/third_party/WebKit/LayoutTests/intersection-observer/iframe-no-root.html
 | 
| +++ b/third_party/WebKit/LayoutTests/intersection-observer/iframe-no-root.html
 | 
| @@ -74,7 +74,7 @@ targetIframe.onload = function() {
 | 
|        shouldBeEqualToNumber("entries[1].rootBounds.top", 0);
 | 
|        shouldBeEqualToNumber("entries[1].rootBounds.bottom", 600);
 | 
|        shouldEvaluateToSameObject("entries[1].target", target);
 | 
| -      finishTest();
 | 
| +      finishJSTest();
 | 
|        document.scrollingElement.scrollTop = 0;
 | 
|      });
 | 
|    }
 | 
| 
 |