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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/intersection-observer/iframe-cross-origin-expected.txt

Issue 1615573002: Set rootBounds to null for cross-origin observations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Get rid of js-test.js monkey patching Created 4 years, 10 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 Simple intersection observer test with no explicit root and target in a cross-or igin iframe.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS actual.length is 0
7 PASS actual.length is 0
8 PASS actual.length is 1
9 PASS actual.boundingClientRect.left is 18
10 PASS actual.boundingClientRect.top is 468
11 PASS actual.boundingClientRect.right is 118
12 PASS actual.boundingClientRect.bottom is 568
13 PASS actual.boundingClientRect.width is 100
14 PASS actual.boundingClientRect.height is 100
15 PASS actual.intersectionRect.left is 18
16 PASS actual.intersectionRect.top is 510
17 PASS actual.intersectionRect.right is 118
18 PASS actual.intersectionRect.bottom is 568
19 PASS actual.intersectionRect.width is 100
20 PASS actual.intersectionRect.height is 58
21 PASS actual.rootBounds is null
22 PASS actual.target is "target"
23 PASS actual.length is 1
24 PASS actual.boundingClientRect.left is 18
25 PASS actual.boundingClientRect.top is 568
26 PASS actual.boundingClientRect.right is 118
27 PASS actual.boundingClientRect.bottom is 668
28 PASS actual.boundingClientRect.width is 100
29 PASS actual.boundingClientRect.height is 100
30 PASS actual.intersectionRect.left is 0
31 PASS actual.intersectionRect.top is 0
32 PASS actual.intersectionRect.right is 0
33 PASS actual.intersectionRect.bottom is 0
34 PASS actual.intersectionRect.width is 0
35 PASS actual.intersectionRect.height is 0
36 PASS actual.rootBounds is null
37 PASS actual.target is "target"
38 PASS successfullyParsed is true
39
40 TEST COMPLETE
41
42
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698