Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(52)

Unified Diff: third_party/WebKit/LayoutTests/intersection-observer/iframe-root.html

Issue 1648123004: Fix lazy test result printing. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/intersection-observer/iframe-root.html
diff --git a/third_party/WebKit/LayoutTests/intersection-observer/iframe-root.html b/third_party/WebKit/LayoutTests/intersection-observer/iframe-root.html
index 46e3d0c901a1aa48c320444ee563931bedf1a1b5..1d0f162425d7d6d5f5fbe6195f0cf79dbba2de39 100644
--- a/third_party/WebKit/LayoutTests/intersection-observer/iframe-root.html
+++ b/third_party/WebKit/LayoutTests/intersection-observer/iframe-root.html
@@ -94,7 +94,7 @@ targetIframe.onload = function() {
shouldBeEqualToNumber("entries[1].rootBounds.top", 608);
shouldBeEqualToNumber("entries[1].rootBounds.bottom", 808);
shouldEvaluateToSameObject("entries[1].target", target);
- finishTest();
+ finishJSTest();
document.scrollingElement.scrollTop = 0;
});
}

Powered by Google App Engine
This is Rietveld 408576698