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

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

Issue 1806133002: IntersectionObserver: use an idle callback to send notifications. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: rebase Created 4 years, 8 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
7 PASS entries.length is 1 8 PASS entries.length is 1
8 PASS entries[0].boundingClientRect.left is 8 9 PASS entries[0].boundingClientRect.left is 8
9 PASS entries[0].boundingClientRect.right is 108 10 PASS entries[0].boundingClientRect.right is 108
10 PASS entries[0].boundingClientRect.top is 588 11 PASS entries[0].boundingClientRect.top is 588
11 PASS entries[0].boundingClientRect.bottom is 688 12 PASS entries[0].boundingClientRect.bottom is 688
12 PASS entries[0].intersectionRect.left is 8 13 PASS entries[0].intersectionRect.left is 8
13 PASS entries[0].intersectionRect.right is 108 14 PASS entries[0].intersectionRect.right is 108
14 PASS entries[0].intersectionRect.top is 588 15 PASS entries[0].intersectionRect.top is 588
15 PASS entries[0].intersectionRect.bottom is 600 16 PASS entries[0].intersectionRect.bottom is 600
16 PASS entries[0].rootBounds.left is 0 17 PASS entries[0].rootBounds.left is 0
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 PASS entries[7].intersectionRect.bottom is 0 114 PASS entries[7].intersectionRect.bottom is 0
114 PASS entries[7].rootBounds.left is 0 115 PASS entries[7].rootBounds.left is 0
115 PASS entries[7].rootBounds.right is 785 116 PASS entries[7].rootBounds.right is 785
116 PASS entries[7].rootBounds.top is 0 117 PASS entries[7].rootBounds.top is 0
117 PASS entries[7].rootBounds.bottom is 600 118 PASS entries[7].rootBounds.bottom is 600
118 PASS entries[7].target is [object HTMLDivElement] 119 PASS entries[7].target is [object HTMLDivElement]
119 PASS successfullyParsed is true 120 PASS successfullyParsed is true
120 121
121 TEST COMPLETE 122 TEST COMPLETE
122 123
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698