OLD | NEW |
1 This tests that the scroll should be happened on moving the focus to out of visi
ble area by tabbing. | 1 This tests that the scroll should be happened on moving the focus to out of visi
ble area by tabbing. |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
5 | 5 |
6 PASS document.activeElement.id is 'tab1' | 6 PASS document.activeElement.id is 'tab1' |
7 PASS document.activeElement.id is 'tab2' | 7 PASS document.activeElement.id is 'tab2' |
8 PASS document.activeElement.id is 'tab3' | 8 PASS document.activeElement.id is 'tab3' |
9 PASS document.activeElement.id is 'tab4' | 9 PASS document.activeElement.id is 'tab4' |
10 PASS document.body.clientHeight is document.body.scrollHeight - window.scrollY | 10 PASS document.body.clientHeight is document.scrollingElement.scrollHeight - wind
ow.scrollY |
11 PASS successfullyParsed is true | 11 PASS successfullyParsed is true |
12 | 12 |
13 TEST COMPLETE | 13 TEST COMPLETE |
14 Tab1 | 14 Tab1 |
15 Tab2 | 15 Tab2 |
16 Tab3 | 16 Tab3 |
17 Tab4 | 17 Tab4 |
OLD | NEW |