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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/dom/intersection-observer-expected.txt

Issue 1449623002: IntersectionObserver: second cut. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Clarify the tear-down path for observers and observations. Created 5 years, 1 month 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
(Empty)
1 This tests that IntersectionObserver gets called the right number of times.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS entries[0].time is 0
7 PASS a.bounds.top is b.bounds.top
8 PASS a.bounds.right is b.bounds.right
9 PASS a.bounds.bottom is b.bounds.bottom
10 PASS a.bounds.left is b.bounds.left
11 PASS a.intersection.top is b.intersection.top
12 PASS a.intersection.right is b.intersection.right
13 PASS a.intersection.bottom is b.intersection.bottom
14 PASS a.intersection.left is b.intersection.left
15 PASS a.rootBounds.top is b.rootBounds.top
16 PASS a.rootBounds.right is b.rootBounds.right
17 PASS a.rootBounds.bottom is b.rootBounds.bottom
18 PASS a.rootBounds.left is b.rootBounds.left
19 PASS entries[0].target is expectedEntries[0].target
20
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698