Tests that scrolling to move an element to a specific point successfully scrolls both an iframe and a div with overflow. On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". 5000-pixel box 5000-pixel box PASS window.pageYOffset is 0 PASS frameWindow.pageYOffset is 0 PASS container.scrollTop is 0 FAIL target.getBoundingClientRect().top should be 0. Was 10014. FAIL target.getBoundingClientRect().top should be 300. Was 10014. FAIL target.getBoundingClientRect().top should be 3000. Was 10014. PASS successfullyParsed is true Some tests failed. TEST COMPLETE