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

Unified Diff: third_party/WebKit/LayoutTests/intersection-observer/zero-area-element-hidden.html

Issue 2662993002: [IntersectionObserver] Add isIntersecting field. (Closed)
Patch Set: webexposed Created 3 years, 10 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/zero-area-element-hidden.html
diff --git a/third_party/WebKit/LayoutTests/intersection-observer/zero-area-element-hidden.html b/third_party/WebKit/LayoutTests/intersection-observer/zero-area-element-hidden.html
index 03d9efba9e6ce2097f8b5167622eee381279f0c2..ce46807155575b40486ebf0dce8b03422b203faf 100644
--- a/third_party/WebKit/LayoutTests/intersection-observer/zero-area-element-hidden.html
+++ b/third_party/WebKit/LayoutTests/intersection-observer/zero-area-element-hidden.html
@@ -38,6 +38,6 @@ runTestCycle(function() {
}, "A zero-area hidden target should not be intersecting.");
function step0() {
- checkLastEntry(entries, 0, [8, 8, -1000, -1000, 0, 0, 0, 0, 0, 800, 0, 600, target]);
+ checkLastEntry(entries, 0, [8, 8, -1000, -1000, 0, 0, 0, 0, 0, 800, 0, 600, false]);
}
</script>

Powered by Google App Engine
This is Rietveld 408576698