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

Unified Diff: third_party/WebKit/LayoutTests/intersection-observer/shadow-content.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/shadow-content.html
diff --git a/third_party/WebKit/LayoutTests/intersection-observer/shadow-content.html b/third_party/WebKit/LayoutTests/intersection-observer/shadow-content.html
index 8c211b97f9d9aaefe4062329890e1ab95c12de91..869dc1f8d5987b7127c4cc21a674f8db225e7c7e 100644
--- a/third_party/WebKit/LayoutTests/intersection-observer/shadow-content.html
+++ b/third_party/WebKit/LayoutTests/intersection-observer/shadow-content.html
@@ -39,6 +39,6 @@ runTestCycle(function() {
}, "Observing a target inside shadow DOM.");
function step0() {
- checkLastEntry(entries, 0, [8, 108, 8, 108, 8, 108, 8, 108, 0, 800, 0, 600, target]);
+ checkLastEntry(entries, 0, [8, 108, 8, 108, 8, 108, 8, 108, 0, 800, 0, 600, true]);
}
</script>

Powered by Google App Engine
This is Rietveld 408576698