dom/animation/test/crashtests/1134538.html
author Tom Schuster <tschuster@mozilla.com>
Thu, 17 Jul 2025 07:01:33 +0000 (11 hours ago)
changeset 796956 2732dfd8c3b2071a053c85819299033f50ec5d48
parent 626477 041ab07327252c3ab352a0d68c1386f35555f18f
permissions -rw-r--r--
Bug 1977645 - Remove svg.use-element.data-url-href.allowed pref. r=longsonr Differential Revision: https://phabricator.services.mozilla.com/D257534
<!doctype html>
<div contenteditable=true style="transition-property: width;"></div>
<style>
html {
  transition-delay: 18446744073709551584s;
  transform: rotate(0deg);
}
</style>