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

Unified Diff: third_party/WebKit/LayoutTests/intersection-observer/multiple-thresholds.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/multiple-thresholds.html
diff --git a/third_party/WebKit/LayoutTests/intersection-observer/multiple-thresholds.html b/third_party/WebKit/LayoutTests/intersection-observer/multiple-thresholds.html
index bc554d9c41be61d5472755b109190bb5ce8354cb..91ce4ad3f520e160a87e5b8f53d4e6caf40e0772 100644
--- a/third_party/WebKit/LayoutTests/intersection-observer/multiple-thresholds.html
+++ b/third_party/WebKit/LayoutTests/intersection-observer/multiple-thresholds.html
@@ -177,7 +177,7 @@
shouldBeEqualToNumber("entries[6].rootBounds.top", 0);
shouldBeEqualToNumber("entries[6].rootBounds.bottom", 600);
shouldEvaluateToSameObject("entries[6].target", target);
- finishTest();
+ finishJSTest();
document.scrollingElement.scrollTop = 0;
});
}

Powered by Google App Engine
This is Rietveld 408576698