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

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

Issue 1330633003: Intersection Observer first draft Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix segfault on null input. Created 5 years, 3 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
(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.quads_0.top is b.quads_0.top
8 PASS a.quads_0.right is b.quads_0.right
9 PASS a.quads_0.bottom is b.quads_0.bottom
10 PASS a.quads_0.left is b.quads_0.left
11 PASS a.viewport.top is b.viewport.top
12 PASS a.viewport.right is b.viewport.right
13 PASS a.viewport.bottom is b.viewport.bottom
14 PASS a.viewport.left is b.viewport.left
15 PASS entries[0].target is expectedEntries[0].target
16
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698