OLD | NEW |
1 This test ensures that RenderLayer::scrollsWithRespectTo always works even with
transformed fixed-position layers. | 1 This test ensures that Layer::scrollsWithRespectTo always works even with transf
ormed fixed-position layers. |
2 | 2 |
3 fixed does not scroll with respect to fixed | 3 fixed does not scroll with respect to fixed |
4 fixed scrolls with respect to container | 4 fixed scrolls with respect to container |
5 fixed scrolls with respect to overflow-child | 5 fixed scrolls with respect to overflow-child |
6 fixed scrolls with respect to abs-descendant | 6 fixed scrolls with respect to abs-descendant |
7 fixed scrolls with respect to fixed-descendant | 7 fixed scrolls with respect to fixed-descendant |
8 fixed scrolls with respect to viewportFiller | 8 fixed scrolls with respect to viewportFiller |
9 fixed scrolls with respect to root | 9 fixed scrolls with respect to root |
10 container scrolls with respect to fixed | 10 container scrolls with respect to fixed |
11 container does not scroll with respect to container | 11 container does not scroll with respect to container |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
43 viewportFiller does not scroll with respect to viewportFiller | 43 viewportFiller does not scroll with respect to viewportFiller |
44 viewportFiller does not scroll with respect to root | 44 viewportFiller does not scroll with respect to root |
45 root scrolls with respect to fixed | 45 root scrolls with respect to fixed |
46 root does not scroll with respect to container | 46 root does not scroll with respect to container |
47 root scrolls with respect to overflow-child | 47 root scrolls with respect to overflow-child |
48 root scrolls with respect to abs-descendant | 48 root scrolls with respect to abs-descendant |
49 root scrolls with respect to fixed-descendant | 49 root scrolls with respect to fixed-descendant |
50 root does not scroll with respect to viewportFiller | 50 root does not scroll with respect to viewportFiller |
51 root does not scroll with respect to root | 51 root does not scroll with respect to root |
52 | 52 |
OLD | NEW |