blob: ea06b922ca0941a7a2cc57720db085935ac84e29 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
body {
-webkit-scroll-snap-type: mandatory;
-webkit-scroll-snap-points-y: repeat(-400px);
height: 5000px;
}
</style>
<script src="../../resources/js-test-pre.js"></script>
</head>
<body>
<div id="console"></div>
<script>
description("Tests that negative repeat() values don't hang on snap point computation.");
</script>
<script src="../../resources/js-test-post.js"></script>
</body>
</html>