summaryrefslogtreecommitdiffstats
path: root/dom/animation/test/crashtests/1875441.html
blob: d7a4ff911c7856ac6cd32ac01dbfd0b5b6abbf26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!doctype html>
<style>
@property --my-property {
    syntax: "<length>",
    inherits: false,
    initial-value: 0,
}
</style>
<div id="box"></div>
<script>
SpecialPowers.DOMWindowUtils.computeAnimationDistance(box, "--my-property", "red", "blue");
</script>