Skip to content

Commit 81e9eff

Browse files
Update src/browser/tests/window/window.html
Co-authored-by: Sjors <[email protected]>
1 parent 2a078e4 commit 81e9eff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/browser/tests/window/window.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
let scrolend = false
8484
window.addEventListener('scroll', () => {scroll = true});
8585
document.addEventListener('scrollend', () => {scrollend = true});
86-
window.scrollTo(0);
86+
window.scrollTo(0, 0);
8787

8888
testing.expectEqual(true, scroll);
8989
testing.expectEqual(true, scrollend);

0 commit comments

Comments
 (0)