Update web-platform-tests to revision 54a6679265caf957a1470c2b398a81bd5440dd2f

This commit is contained in:
WPT Sync Bot 2019-12-04 08:24:05 +00:00
parent 6e3c131139
commit 03e574fd3e
2000 changed files with 13338 additions and 5112 deletions

View file

@ -33,6 +33,7 @@ onscroll = t.step_func(function() {
}));
});
window.onload = t.step_func(function() {
window.scrollTo(0, document.scrollingElement.scrollTopMax - 200);
window.scrollTo(0, document.documentElement.scrollHeight);
window.scrollBy(0, -200);
});
</script>