blob: 7bddfbbdb5b3faec8e75979938dfab247ad1098e [file] [log] [blame]
<!DOCTYPE html>
<script src="../../../resources/testharness.js"></script>
<script src="../../../resources/testharnessreport.js"></script>
<svg>
<stop id="target">
</svg>
<script>
test(() => {
var animation = target.animate({'svg-offset': '1'});
target.offset.animVal
}, 'This test passes if it does not crash.');
</script>