Skip to content

Commit

Permalink
prevent underflow as well as overflow when adding an instance time
Browse files Browse the repository at this point in the history
Differential Revision: https://phabricator.services.mozilla.com/D228495

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1930221
gecko-commit: accae6f53b74984481f38ca4efe82246665fb46e
gecko-reviewers: emilio
  • Loading branch information
longsonr authored and moz-wptsync-bot committed Nov 13, 2024
1 parent 970f62a commit 1423a25
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions svg/animations/crashtests/firefox-bug-1930221.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<script>
document.addEventListener('DOMContentLoaded', () => {
document.getElementById("x").beginElementAt(-1369430904473181976352858)
})
</script>
<svg>
<animate id="x" begin="a" />

0 comments on commit 1423a25

Please sign in to comment.