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

Unified Diff: third_party/WebKit/LayoutTests/intersection-observer/same-document-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/same-document-root.html
diff --git a/third_party/WebKit/LayoutTests/intersection-observer/same-document-root.html b/third_party/WebKit/LayoutTests/intersection-observer/same-document-root.html
index c0e03395447bad86bf9e7780ed05ab7f30bf10c6..99b632e556bdb9c2fb0218a583b9721b36afba48 100644
--- a/third_party/WebKit/LayoutTests/intersection-observer/same-document-root.html
+++ b/third_party/WebKit/LayoutTests/intersection-observer/same-document-root.html
@@ -105,7 +105,7 @@
shouldBeEqualToNumber("entries[2].rootBounds.top", 708);
shouldBeEqualToNumber("entries[2].rootBounds.bottom", 908);
shouldEvaluateToSameObject("entries[2].target", target);
- finishTest();
+ finishJSTest();
});
}

Powered by Google App Engine
This is Rietveld 408576698