| OLD | NEW |
| 1 | 1 |
| 2 | 2 |
| 3 -------- | 3 -------- |
| 4 Frame: 'main' | 4 Frame: 'main' |
| 5 -------- | 5 -------- |
| 6 Tests that loading a frame with a URL that contains a fragment pointed at a name
d anchor actually scrolls to that anchor. | 6 Tests that loading a frame with a URL that contains a fragment pointed at a name
d anchor actually scrolls to that anchor. |
| 7 | 7 |
| 8 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 8 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 9 | 9 |
| 10 | 10 |
| 11 PASS document.documentElement.offsetHeight > document.documentElement.clientHeig
ht is true | 11 PASS document.documentElement.offsetHeight > document.documentElement.clientHeig
ht is true |
| 12 PASS document.documentElement.scrollTop > 0 is true | 12 PASS document.body.scrollTop > 0 is true |
| 13 PASS document.documentElement.scrollTop + document.documentElement.clientHeight
> 2000 is true | 13 PASS document.body.scrollTop + document.body.clientHeight > 2000 is true |
| 14 PASS successfullyParsed is true | 14 PASS successfullyParsed is true |
| 15 | 15 |
| 16 TEST COMPLETE | 16 TEST COMPLETE |
| 17 This is an anchor point named "anchor1. | 17 This is an anchor point named "anchor1. |
| 18 | 18 |
| 19 -------- | 19 -------- |
| 20 Frame: 'footer' | 20 Frame: 'footer' |
| 21 -------- | 21 -------- |
| 22 | 22 |
| OLD | NEW |