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

Unified Diff: third_party/WebKit/LayoutTests/intersection-observer/root-margin.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/root-margin.html
diff --git a/third_party/WebKit/LayoutTests/intersection-observer/root-margin.html b/third_party/WebKit/LayoutTests/intersection-observer/root-margin.html
index cddceb1eddf086a997171e4f26fe6ac9e7c103c7..60f0741b5ef639176b8b53ced163c9ce92746718 100644
--- a/third_party/WebKit/LayoutTests/intersection-observer/root-margin.html
+++ b/third_party/WebKit/LayoutTests/intersection-observer/root-margin.html
@@ -85,7 +85,7 @@
shouldBeEqualToNumber("entries[1].rootBounds.bottom", 819);
shouldEvaluateToSameObject("entries[1].target", target);
- finishTest();
+ finishJSTest();
document.scrollingElement.scrollLeft = 0;
document.scrollingElement.scrollTop = 0;
});

Powered by Google App Engine
This is Rietveld 408576698