Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(3066)

Unified Diff: LayoutTests/imported/w3c/web-platform-tests/intersection-observer/multiple-thresholds-expected.txt

Issue 347940043: Logic for same-document implicit root intersection
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/imported/w3c/web-platform-tests/intersection-observer/multiple-thresholds-expected.txt
diff --git a/LayoutTests/imported/w3c/web-platform-tests/intersection-observer/multiple-thresholds-expected.txt b/LayoutTests/imported/w3c/web-platform-tests/intersection-observer/multiple-thresholds-expected.txt
index 305679f80c737e5c7a4a46361bb13c61a92626d2..9119f28ca9ad27c5dbdf3f0ae7bb1e42db96f0a4 100644
--- a/LayoutTests/imported/w3c/web-platform-tests/intersection-observer/multiple-thresholds-expected.txt
+++ b/LayoutTests/imported/w3c/web-platform-tests/intersection-observer/multiple-thresholds-expected.txt
@@ -1,11 +1,12 @@
PASS Observer with multiple thresholds.
-FAIL First rAF. assert_equals: entries[0].boundingClientRect.left expected 8 but got 0
-FAIL document.scrollingElement.scrollTop = 120 assert_equals: entries.length expected 2 but got 1
-FAIL document.scrollingElement.scrollTop = 160 assert_equals: entries.length expected 3 but got 1
-FAIL document.scrollingElement.scrollTop = 200 assert_equals: entries.length expected 4 but got 1
-FAIL document.scrollingElement.scrollTop = 240 assert_equals: entries.length expected 5 but got 1
-FAIL document.scrollingElement.scrollTop = window.innerHeight + 140 assert_equals: entries.length expected 6 but got 1
-FAIL document.scrollingElement.scrollTop = window.innerHeight + 160 assert_equals: entries.length expected 7 but got 1
-FAIL document.scrollingElement.scrollTop = window.innerHeight + 200 assert_equals: entries.length expected 8 but got 1
+PASS First rAF.
+PASS document.scrollingElement.scrollTop = 120
+PASS document.scrollingElement.scrollTop = 160
+PASS document.scrollingElement.scrollTop = 200
+PASS document.scrollingElement.scrollTop = 240
+PASS document.scrollingElement.scrollTop = window.innerHeight + 140
+PASS document.scrollingElement.scrollTop = window.innerHeight + 160
+PASS document.scrollingElement.scrollTop = window.innerHeight + 200
+PASS document.scrollingElement.scrollTop = window.innerHeight + 220

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b