OLD | NEW |
1 FAIL: | 1 FAIL: |
2 <div class="child" data-total-y="10" style="background-color: salmon"> | 2 <div class="child" data-total-y="15" style="background-color: salmon"> |
3 Expected 10 for clientTop+offsetTop, but got 0, clientTop: 0, + offsetTop: 0. | 3 Expected 15 for clientTop+offsetTop, but got 10, clientTop: 0, + offsetTop: 10. |
4 <div class="child" data-total-y="50" style="background-color: papayawhip"> | 4 <div class="child" data-total-y="65" style="background-color: papayawhip"> |
5 Expected 50 for clientTop+offsetTop, but got 40, clientTop: 0, + offsetTop: 40. | 5 Expected 65 for clientTop+offsetTop, but got 60, clientTop: 0, + offsetTop: 60. |
OLD | NEW |