blob: deef9a5ffa49611df6c4a6f6d5c3c2e04065195d [file] [edit]
<marquee id="m"></marquee>
<html>
<head>
<script>
onload = () => {
m.scrollTo({behavior: 'smooth'});
m.remove();
};
if (window.testRunner)
testRunner.dumpAsText();
</script>
</head>
<body>
<p>This test passes if it does not crash.</p>
</body>
</html>