| var log = 'document.scrollingElement.scrollTop = ' + document.scrollingElement.scrollTop + '\n\n'; |
| log += internals.layerTreeAsText(window.document, internals.LAYER_TREE_INCLUDES_VISIBLE_RECTS | internals.LAYER_TREE_INCLUDES_TILE_CACHES); |
| window.opener.finishedTest(log); |
| function scrollAndNavigate() |
| window.scrollTo(1000, 1000); |
| setTimeout(function () { location.href = "go-back.html" }, 0); |
| window.addEventListener('load', scrollAndNavigate, false); |
| window.addEventListener('pageshow', pageWasShown, false); |