blob: 7fc1fef9ce27f673ecba0692e9819f47072751bd [file] [log] [blame] [edit]
<!DOCTYPE html>
<html class=test-wait>
<link rel=help href="https://crbug.com/1385691">
<svg id=svg></svg>
<script>
let anim = svg.animate({'svg-viewBox': '1 1 1 1'}, 1);
anim.ready.then(() => {
anim.commitStyles();
document.documentElement.classList.remove('test-wait');
});
</script>
</html>