Chromium Code Reviews| 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 |
| (...skipping 18 matching lines...) Expand all Loading... | |
| 29 scrolled1 scrolls with respect to root | 29 scrolled1 scrolls with respect to root |
| 30 scrolled1 does not scroll with respect to descendant | 30 scrolled1 does not scroll with respect to descendant |
| 31 scrolled2 scrolls with respect to predecessor | 31 scrolled2 scrolls with respect to predecessor |
| 32 scrolled2 scrolls with respect to container | 32 scrolled2 scrolls with respect to container |
| 33 scrolled2 does not scroll with respect to scrolled1 | 33 scrolled2 does not scroll with respect to scrolled1 |
| 34 scrolled2 does not scroll with respect to scrolled2 | 34 scrolled2 does not scroll with respect to scrolled2 |
| 35 scrolled2 does not scroll with respect to scrolled3 | 35 scrolled2 does not scroll with respect to scrolled3 |
| 36 scrolled2 scrolls with respect to fixed-descendant | 36 scrolled2 scrolls with respect to fixed-descendant |
| 37 scrolled2 scrolls with respect to successor | 37 scrolled2 scrolls with respect to successor |
| 38 scrolled2 scrolls with respect to root | 38 scrolled2 scrolls with respect to root |
| 39 scrolled2 scrolls with respect to descendant | 39 scrolled2 does not scroll with respect to descendant |
|
hartmanng
2014/06/18 17:54:01
I think these were actually incorrect. Based on vi
| |
| 40 scrolled3 scrolls with respect to predecessor | 40 scrolled3 scrolls with respect to predecessor |
| 41 scrolled3 scrolls with respect to container | 41 scrolled3 scrolls with respect to container |
| 42 scrolled3 does not scroll with respect to scrolled1 | 42 scrolled3 does not scroll with respect to scrolled1 |
| 43 scrolled3 does not scroll with respect to scrolled2 | 43 scrolled3 does not scroll with respect to scrolled2 |
| 44 scrolled3 does not scroll with respect to scrolled3 | 44 scrolled3 does not scroll with respect to scrolled3 |
| 45 scrolled3 scrolls with respect to fixed-descendant | 45 scrolled3 scrolls with respect to fixed-descendant |
| 46 scrolled3 scrolls with respect to successor | 46 scrolled3 scrolls with respect to successor |
| 47 scrolled3 scrolls with respect to root | 47 scrolled3 scrolls with respect to root |
| 48 scrolled3 scrolls with respect to descendant | 48 scrolled3 does not scroll with respect to descendant |
| 49 fixed-descendant does not scroll with respect to predecessor | 49 fixed-descendant does not scroll with respect to predecessor |
| 50 fixed-descendant scrolls with respect to container | 50 fixed-descendant scrolls with respect to container |
| 51 fixed-descendant scrolls with respect to scrolled1 | 51 fixed-descendant scrolls with respect to scrolled1 |
| 52 fixed-descendant scrolls with respect to scrolled2 | 52 fixed-descendant scrolls with respect to scrolled2 |
| 53 fixed-descendant scrolls with respect to scrolled3 | 53 fixed-descendant scrolls with respect to scrolled3 |
| 54 fixed-descendant does not scroll with respect to fixed-descendant | 54 fixed-descendant does not scroll with respect to fixed-descendant |
| 55 fixed-descendant scrolls with respect to successor | 55 fixed-descendant scrolls with respect to successor |
| 56 fixed-descendant scrolls with respect to root | 56 fixed-descendant scrolls with respect to root |
| 57 fixed-descendant scrolls with respect to descendant | 57 fixed-descendant scrolls with respect to descendant |
| 58 successor scrolls with respect to predecessor | 58 successor scrolls with respect to predecessor |
| (...skipping 10 matching lines...) Expand all Loading... | |
| 69 root scrolls with respect to scrolled1 | 69 root scrolls with respect to scrolled1 |
| 70 root scrolls with respect to scrolled2 | 70 root scrolls with respect to scrolled2 |
| 71 root scrolls with respect to scrolled3 | 71 root scrolls with respect to scrolled3 |
| 72 root scrolls with respect to fixed-descendant | 72 root scrolls with respect to fixed-descendant |
| 73 root does not scroll with respect to successor | 73 root does not scroll with respect to successor |
| 74 root does not scroll with respect to root | 74 root does not scroll with respect to root |
| 75 root scrolls with respect to descendant | 75 root scrolls with respect to descendant |
| 76 descendant scrolls with respect to predecessor | 76 descendant scrolls with respect to predecessor |
| 77 descendant scrolls with respect to container | 77 descendant scrolls with respect to container |
| 78 descendant does not scroll with respect to scrolled1 | 78 descendant does not scroll with respect to scrolled1 |
| 79 descendant scrolls with respect to scrolled2 | 79 descendant does not scroll with respect to scrolled2 |
| 80 descendant scrolls with respect to scrolled3 | 80 descendant does not scroll with respect to scrolled3 |
| 81 descendant scrolls with respect to fixed-descendant | 81 descendant scrolls with respect to fixed-descendant |
| 82 descendant scrolls with respect to successor | 82 descendant scrolls with respect to successor |
| 83 descendant scrolls with respect to root | 83 descendant scrolls with respect to root |
| 84 descendant does not scroll with respect to descendant | 84 descendant does not scroll with respect to descendant |
| 85 iframe-div does not scroll with respect to iframe-div | 85 iframe-div does not scroll with respect to iframe-div |
| 86 iframe-div does not scroll with respect to iframe-abs-div | 86 iframe-div does not scroll with respect to iframe-abs-div |
| 87 iframe-div scrolls with respect to iframe-fixed-div | 87 iframe-div scrolls with respect to iframe-fixed-div |
| 88 iframe-div does not scroll with respect to iframe-root | 88 iframe-div does not scroll with respect to iframe-root |
| 89 iframe-abs-div does not scroll with respect to iframe-div | 89 iframe-abs-div does not scroll with respect to iframe-div |
| 90 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 |
| 91 iframe-abs-div scrolls with respect to iframe-fixed-div | 91 iframe-abs-div scrolls with respect to iframe-fixed-div |
| 92 iframe-abs-div does not scroll with respect to iframe-root | 92 iframe-abs-div does not scroll with respect to iframe-root |
| 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 |