Bug 1393580 - Add crashtest; r=emilio

MozReview-Commit-ID: CCTkfzhsbAF
This commit is contained in:
Manish Goregaokar 2017-08-25 09:32:46 -07:00
parent 3c203c6204
commit 6a71487e1d
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,10 @@
<style>
* {
scroll-snap-points-x: repeat(calc(1px));
}
</style>
<script>
window.onload = () => {
document.documentElement.animate([{"scrollSnapPointsX": "repeat(1px)"}])
}
</script>

View File

@ -202,3 +202,4 @@ load 1387481-1.html
load 1387499.html
load 1388234.html
load 1391577.html
load 1393580.html