Bug 1397363 - stylo: Add crashtest; r=emilio

MozReview-Commit-ID: LXYFKGH4ia5
This commit is contained in:
Manish Goregaokar 2017-09-06 14:19:10 -07:00
parent 25c55124f3
commit af57907319
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<script>
a = document.documentElement.animate([{ "clip": "rect(632vw,0,103.9vmax,5ex)" }],
{ duration:96.2272536276,
iterations:Number.POSITIVE_INFINITY,
iterationComposite:"accumulate" });
a.playbackRate = 3000;
</script>
</head>
</html>

View File

@ -212,3 +212,4 @@ load 1393791.html
load 1384232.html
load 1395725.html
load 1396041.html
load 1397363-1.html