X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=auto_tests%2Ftests%2Fscrolling_div.js;h=527f046e4601c9fb13e4ed1cee14e8e76bf7a5a5;hb=36d73927ffdd7b345a1ff1700473223b53fd5a63;hp=a97874b7a8e1e255e3ab91ee461a1787a42cc542;hpb=22bce4f209d99203fcb3c3892ddf5ddb6d359b93;p=dygraphs.git diff --git a/auto_tests/tests/scrolling_div.js b/auto_tests/tests/scrolling_div.js index a97874b..527f046 100644 --- a/auto_tests/tests/scrolling_div.js +++ b/auto_tests/tests/scrolling_div.js @@ -17,11 +17,10 @@ var LOREM_IPSUM = "laborum.

"; document.body.innerHTML = - "
" + - "
" + + "
" + + "
" + "
" + LOREM_IPSUM + "
" + "
" + LOREM_IPSUM + "
" + - "" + "
"; var data = [ @@ -59,7 +58,7 @@ ScrollingDivTestCase.prototype.tearDown = function() { */ ScrollingDivTestCase.prototype.testUnscrolledDiv = function() { - window.location.href="#TOP"; + document.getElementById('scroller').scrollTop = 0; var clickOn4_40 = { clientX: 244, @@ -80,7 +79,7 @@ ScrollingDivTestCase.prototype.testUnscrolledDiv = function() { * This tests that when the nested div is scrolled, things work normally. */ ScrollingDivTestCase.prototype.testScrolledDiv = function() { - window.location.href="#BOTTOM"; + document.getElementById('scroller').scrollTop = 117; var clickOn4_40 = { clientX: 244,