<!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> | |