OLD | NEW |
1 This test ensures that RenderLayer::scrollsWithRespectTo always works even with
multiple levels of nested overflow-divs, including positioned and non positioned
elements, and a scrollable viewport. | 1 This test ensures that Layer::scrollsWithRespectTo always works even with multip
le levels of nested overflow-divs, including positioned and non positioned eleme
nts, and a scrollable viewport. |
2 | 2 |
3 div1 does not scroll with respect to div1 | 3 div1 does not scroll with respect to div1 |
4 div1 scrolls with respect to div2 | 4 div1 scrolls with respect to div2 |
5 div1 scrolls with respect to containingBlock | 5 div1 scrolls with respect to containingBlock |
6 div1 scrolls with respect to div4 | 6 div1 scrolls with respect to div4 |
7 div1 scrolls with respect to div5 | 7 div1 scrolls with respect to div5 |
8 div1 scrolls with respect to abs-descendant | 8 div1 scrolls with respect to abs-descendant |
9 div1 scrolls with respect to fixed-descendant | 9 div1 scrolls with respect to fixed-descendant |
10 div1 does not scroll with respect to viewportFiller | 10 div1 does not scroll with respect to viewportFiller |
11 div1 does not scroll with respect to root | 11 div1 does not scroll with respect to root |
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
75 root does not scroll with respect to div1 | 75 root does not scroll with respect to div1 |
76 root scrolls with respect to div2 | 76 root scrolls with respect to div2 |
77 root scrolls with respect to containingBlock | 77 root scrolls with respect to containingBlock |
78 root scrolls with respect to div4 | 78 root scrolls with respect to div4 |
79 root scrolls with respect to div5 | 79 root scrolls with respect to div5 |
80 root scrolls with respect to abs-descendant | 80 root scrolls with respect to abs-descendant |
81 root scrolls with respect to fixed-descendant | 81 root scrolls with respect to fixed-descendant |
82 root does not scroll with respect to viewportFiller | 82 root does not scroll with respect to viewportFiller |
83 root does not scroll with respect to root | 83 root does not scroll with respect to root |
84 | 84 |
OLD | NEW |