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 Layer::scrollsWithRespectTo always returns the correct an
swer on relatively "basic" elements as well as fixed- and absolute-positioned el
ements (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 predecessor scrolls with respect to descendant |
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
93 iframe-fixed-div scrolls with respect to iframe-div | 93 iframe-fixed-div scrolls with respect to iframe-div |
94 iframe-fixed-div scrolls with respect to iframe-abs-div | 94 iframe-fixed-div scrolls with respect to iframe-abs-div |
95 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 |
96 iframe-fixed-div scrolls with respect to iframe-root | 96 iframe-fixed-div scrolls with respect to iframe-root |
97 iframe-root does not scroll with respect to iframe-div | 97 iframe-root does not scroll with respect to iframe-div |
98 iframe-root does not scroll with respect to iframe-abs-div | 98 iframe-root does not scroll with respect to iframe-abs-div |
99 iframe-root scrolls with respect to iframe-fixed-div | 99 iframe-root scrolls with respect to iframe-fixed-div |
100 iframe-root does not scroll with respect to iframe-root | 100 iframe-root does not scroll with respect to iframe-root |
101 | 101 |
102 | 102 |
OLD | NEW |