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

Side by Side Diff: third_party/WebKit/LayoutTests/intersection-observer/multiple-thresholds-expected.txt

Issue 1780163002: Revert of IntersectionObserver: use an idle callback to send notifications. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Created 4 years, 9 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 unified diff | Download patch
OLDNEW
1 Intersection observer test with multiple thresholds. 1 Intersection observer test with multiple thresholds.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS entries.length is 0 6 PASS entries.length is 0
7 PASS entries.length is 0
8 PASS entries.length is 1 7 PASS entries.length is 1
9 PASS entries[0].boundingClientRect.left is 8 8 PASS entries[0].boundingClientRect.left is 8
10 PASS entries[0].boundingClientRect.right is 108 9 PASS entries[0].boundingClientRect.right is 108
11 PASS entries[0].boundingClientRect.top is 588 10 PASS entries[0].boundingClientRect.top is 588
12 PASS entries[0].boundingClientRect.bottom is 688 11 PASS entries[0].boundingClientRect.bottom is 688
13 PASS entries[0].intersectionRect.left is 8 12 PASS entries[0].intersectionRect.left is 8
14 PASS entries[0].intersectionRect.right is 108 13 PASS entries[0].intersectionRect.right is 108
15 PASS entries[0].intersectionRect.top is 588 14 PASS entries[0].intersectionRect.top is 588
16 PASS entries[0].intersectionRect.bottom is 600 15 PASS entries[0].intersectionRect.bottom is 600
17 PASS entries[0].rootBounds.left is 0 16 PASS entries[0].rootBounds.left is 0
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 PASS entries[7].intersectionRect.bottom is 0 113 PASS entries[7].intersectionRect.bottom is 0
115 PASS entries[7].rootBounds.left is 0 114 PASS entries[7].rootBounds.left is 0
116 PASS entries[7].rootBounds.right is 785 115 PASS entries[7].rootBounds.right is 785
117 PASS entries[7].rootBounds.top is 0 116 PASS entries[7].rootBounds.top is 0
118 PASS entries[7].rootBounds.bottom is 600 117 PASS entries[7].rootBounds.bottom is 600
119 PASS entries[7].target is [object HTMLDivElement] 118 PASS entries[7].target is [object HTMLDivElement]
120 PASS successfullyParsed is true 119 PASS successfullyParsed is true
121 120
122 TEST COMPLETE 121 TEST COMPLETE
123 122
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698