OLD | NEW |
1 | 1 |
2 This test ensures that RenderLayer::scrollsWithRespectTo always returns the corr
ect answer on relatively "basic" elements as well as fixed- and absolute-positio
ned elements (ie, those with non-obvious containing blocks), and iframes. | 2 This test ensures that RenderLayer::scrollsWithRespectTo always returns the corr
ect answer on relatively "basic" elements as well as fixed- and absolute-positio
ned elements (ie, those with non-obvious containing blocks), and iframes. |
3 | 3 |
4 predecessor does not scroll with respect to predecessor | 4 predecessor does not scroll with respect to predecessor |
5 predecessor scrolls with respect to container | 5 predecessor scrolls with respect to container |
6 predecessor scrolls with respect to scrolled1 | 6 predecessor scrolls with respect to scrolled1 |
7 predecessor scrolls with respect to scrolled2 | 7 predecessor scrolls with respect to scrolled2 |
8 predecessor scrolls with respect to scrolled3 | 8 predecessor scrolls with respect to scrolled3 |
9 predecessor does not scroll with respect to fixed-descendant | 9 predecessor does not scroll with respect to fixed-descendant |
10 predecessor scrolls with respect to successor | 10 predecessor scrolls with respect to successor |
11 predecessor scrolls with respect to root | 11 predecessor scrolls with respect to root |
| 12 predecessor scrolls with respect to descendant |
12 container scrolls with respect to predecessor | 13 container scrolls with respect to predecessor |
13 container does not scroll with respect to container | 14 container does not scroll with respect to container |
14 container scrolls with respect to scrolled1 | 15 container scrolls with respect to scrolled1 |
15 container scrolls with respect to scrolled2 | 16 container scrolls with respect to scrolled2 |
16 container scrolls with respect to scrolled3 | 17 container scrolls with respect to scrolled3 |
17 container scrolls with respect to fixed-descendant | 18 container scrolls with respect to fixed-descendant |
18 container does not scroll with respect to successor | 19 container does not scroll with respect to successor |
19 container does not scroll with respect to root | 20 container does not scroll with respect to root |
| 21 container scrolls with respect to descendant |
20 scrolled1 scrolls with respect to predecessor | 22 scrolled1 scrolls with respect to predecessor |
21 scrolled1 scrolls with respect to container | 23 scrolled1 scrolls with respect to container |
22 scrolled1 does not scroll with respect to scrolled1 | 24 scrolled1 does not scroll with respect to scrolled1 |
23 scrolled1 does not scroll with respect to scrolled2 | 25 scrolled1 does not scroll with respect to scrolled2 |
24 scrolled1 does not scroll with respect to scrolled3 | 26 scrolled1 does not scroll with respect to scrolled3 |
25 scrolled1 scrolls with respect to fixed-descendant | 27 scrolled1 scrolls with respect to fixed-descendant |
26 scrolled1 scrolls with respect to successor | 28 scrolled1 scrolls with respect to successor |
27 scrolled1 scrolls with respect to root | 29 scrolled1 scrolls with respect to root |
| 30 scrolled1 does not scroll with respect to descendant |
28 scrolled2 scrolls with respect to predecessor | 31 scrolled2 scrolls with respect to predecessor |
29 scrolled2 scrolls with respect to container | 32 scrolled2 scrolls with respect to container |
30 scrolled2 does not scroll with respect to scrolled1 | 33 scrolled2 does not scroll with respect to scrolled1 |
31 scrolled2 does not scroll with respect to scrolled2 | 34 scrolled2 does not scroll with respect to scrolled2 |
32 scrolled2 does not scroll with respect to scrolled3 | 35 scrolled2 does not scroll with respect to scrolled3 |
33 scrolled2 scrolls with respect to fixed-descendant | 36 scrolled2 scrolls with respect to fixed-descendant |
34 scrolled2 scrolls with respect to successor | 37 scrolled2 scrolls with respect to successor |
35 scrolled2 scrolls with respect to root | 38 scrolled2 scrolls with respect to root |
| 39 scrolled2 scrolls with respect to descendant |
36 scrolled3 scrolls with respect to predecessor | 40 scrolled3 scrolls with respect to predecessor |
37 scrolled3 scrolls with respect to container | 41 scrolled3 scrolls with respect to container |
38 scrolled3 does not scroll with respect to scrolled1 | 42 scrolled3 does not scroll with respect to scrolled1 |
39 scrolled3 does not scroll with respect to scrolled2 | 43 scrolled3 does not scroll with respect to scrolled2 |
40 scrolled3 does not scroll with respect to scrolled3 | 44 scrolled3 does not scroll with respect to scrolled3 |
41 scrolled3 scrolls with respect to fixed-descendant | 45 scrolled3 scrolls with respect to fixed-descendant |
42 scrolled3 scrolls with respect to successor | 46 scrolled3 scrolls with respect to successor |
43 scrolled3 scrolls with respect to root | 47 scrolled3 scrolls with respect to root |
| 48 scrolled3 scrolls with respect to descendant |
44 fixed-descendant does not scroll with respect to predecessor | 49 fixed-descendant does not scroll with respect to predecessor |
45 fixed-descendant scrolls with respect to container | 50 fixed-descendant scrolls with respect to container |
46 fixed-descendant scrolls with respect to scrolled1 | 51 fixed-descendant scrolls with respect to scrolled1 |
47 fixed-descendant scrolls with respect to scrolled2 | 52 fixed-descendant scrolls with respect to scrolled2 |
48 fixed-descendant scrolls with respect to scrolled3 | 53 fixed-descendant scrolls with respect to scrolled3 |
49 fixed-descendant does not scroll with respect to fixed-descendant | 54 fixed-descendant does not scroll with respect to fixed-descendant |
50 fixed-descendant scrolls with respect to successor | 55 fixed-descendant scrolls with respect to successor |
51 fixed-descendant scrolls with respect to root | 56 fixed-descendant scrolls with respect to root |
| 57 fixed-descendant scrolls with respect to descendant |
52 successor scrolls with respect to predecessor | 58 successor scrolls with respect to predecessor |
53 successor does not scroll with respect to container | 59 successor does not scroll with respect to container |
54 successor scrolls with respect to scrolled1 | 60 successor scrolls with respect to scrolled1 |
55 successor scrolls with respect to scrolled2 | 61 successor scrolls with respect to scrolled2 |
56 successor scrolls with respect to scrolled3 | 62 successor scrolls with respect to scrolled3 |
57 successor scrolls with respect to fixed-descendant | 63 successor scrolls with respect to fixed-descendant |
58 successor does not scroll with respect to successor | 64 successor does not scroll with respect to successor |
59 successor does not scroll with respect to root | 65 successor does not scroll with respect to root |
| 66 successor scrolls with respect to descendant |
60 root scrolls with respect to predecessor | 67 root scrolls with respect to predecessor |
61 root does not scroll with respect to container | 68 root does not scroll with respect to container |
62 root scrolls with respect to scrolled1 | 69 root scrolls with respect to scrolled1 |
63 root scrolls with respect to scrolled2 | 70 root scrolls with respect to scrolled2 |
64 root scrolls with respect to scrolled3 | 71 root scrolls with respect to scrolled3 |
65 root scrolls with respect to fixed-descendant | 72 root scrolls with respect to fixed-descendant |
66 root does not scroll with respect to successor | 73 root does not scroll with respect to successor |
67 root does not scroll with respect to root | 74 root does not scroll with respect to root |
| 75 root scrolls with respect to descendant |
| 76 descendant scrolls with respect to predecessor |
| 77 descendant scrolls with respect to container |
| 78 descendant does not scroll with respect to scrolled1 |
| 79 descendant scrolls with respect to scrolled2 |
| 80 descendant scrolls with respect to scrolled3 |
| 81 descendant scrolls with respect to fixed-descendant |
| 82 descendant scrolls with respect to successor |
| 83 descendant scrolls with respect to root |
| 84 descendant does not scroll with respect to descendant |
68 iframe-div does not scroll with respect to iframe-div | 85 iframe-div does not scroll with respect to iframe-div |
69 iframe-div does not scroll with respect to iframe-abs-div | 86 iframe-div does not scroll with respect to iframe-abs-div |
70 iframe-div scrolls with respect to iframe-fixed-div | 87 iframe-div scrolls with respect to iframe-fixed-div |
71 iframe-div does not scroll with respect to iframe-root | 88 iframe-div does not scroll with respect to iframe-root |
72 iframe-abs-div does not scroll with respect to iframe-div | 89 iframe-abs-div does not scroll with respect to iframe-div |
73 iframe-abs-div does not scroll with respect to iframe-abs-div | 90 iframe-abs-div does not scroll with respect to iframe-abs-div |
74 iframe-abs-div scrolls with respect to iframe-fixed-div | 91 iframe-abs-div scrolls with respect to iframe-fixed-div |
75 iframe-abs-div does not scroll with respect to iframe-root | 92 iframe-abs-div does not scroll with respect to iframe-root |
76 iframe-fixed-div scrolls with respect to iframe-div | 93 iframe-fixed-div scrolls with respect to iframe-div |
77 iframe-fixed-div scrolls with respect to iframe-abs-div | 94 iframe-fixed-div scrolls with respect to iframe-abs-div |
78 iframe-fixed-div does not scroll with respect to iframe-fixed-div | 95 iframe-fixed-div does not scroll with respect to iframe-fixed-div |
79 iframe-fixed-div scrolls with respect to iframe-root | 96 iframe-fixed-div scrolls with respect to iframe-root |
80 iframe-root does not scroll with respect to iframe-div | 97 iframe-root does not scroll with respect to iframe-div |
81 iframe-root does not scroll with respect to iframe-abs-div | 98 iframe-root does not scroll with respect to iframe-abs-div |
82 iframe-root scrolls with respect to iframe-fixed-div | 99 iframe-root scrolls with respect to iframe-fixed-div |
83 iframe-root does not scroll with respect to iframe-root | 100 iframe-root does not scroll with respect to iframe-root |
84 | 101 |
85 | 102 |
OLD | NEW |