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

Side by Side Diff: third_party/WebKit/LayoutTests/intersection-observer/root-margin-expected.txt

Issue 1449623002: IntersectionObserver: second cut. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Implemented root margin Created 5 years 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 CONSOLE MESSAGE: line 19: boundingClientRect=[912, 1012, 708, 808]
2 intersectionRect=[912, 942, 708, 808]
3 visibleRatio=0.3
4 rootBounds=[-30, 942, -10, 819]
5 target=[object HTMLDivElement]
6 time=1449875.015
7 CONSOLE MESSAGE: line 19: boundingClientRect=[912, 1012, -192, -92]
8 intersectionRect=[0, 0, 0, 0]
9 visibleRatio=0
10 rootBounds=[-30, 942, -10, 819]
11 target=[object HTMLDivElement]
12 time=1449875.015
13 Intersection observer test with root margin and implicit root.
14
15 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
16
17
18 PASS entries.length is 0
19 PASS entries.length is 1
20 PASS entries[0].boundingClientRect.left is 912
21 PASS entries[0].boundingClientRect.right is 1012
22 PASS entries[0].boundingClientRect.top is 708
23 PASS entries[0].boundingClientRect.bottom is 808
24 PASS entries[0].intersectionRect.left is 912
25 PASS entries[0].intersectionRect.right is 942
26 PASS entries[0].intersectionRect.top is 708
27 PASS entries[0].intersectionRect.bottom is 808
28 PASS entries[0].rootBounds.left is -30
29 PASS entries[0].rootBounds.right is 942
30 PASS entries[0].rootBounds.top is -10
31 PASS entries[0].rootBounds.bottom is 819
32 PASS entries[0].target is [object Object]
33 PASS entries.length is 1
34 PASS entries.length is 2
35 PASS entries[1].boundingClientRect.left is 912
36 PASS entries[1].boundingClientRect.right is 1012
37 PASS entries[1].boundingClientRect.top is -192
38 PASS entries[1].boundingClientRect.bottom is -92
39 PASS entries[1].intersectionRect.left is 0
40 PASS entries[1].intersectionRect.right is 0
41 PASS entries[1].intersectionRect.top is 0
42 PASS entries[1].intersectionRect.bottom is 0
43 PASS entries[1].rootBounds.left is -30
44 PASS entries[1].rootBounds.right is 942
45 PASS entries[1].rootBounds.top is -10
46 PASS entries[1].rootBounds.bottom is 819
47 PASS entries[1].target is [object Object]
48 PASS successfullyParsed is true
49
50 TEST COMPLETE
51
52
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698