summaryrefslogtreecommitdiffstats
path: root/dom/animation/test/crashtests/1134538.html
blob: 136d63deeeafba8b430e1569353e20c13167749d (plain)
1
2
3
4
5
6
7
8
<!doctype html>
<div contenteditable=true style="transition-property: width;"></div>
<style>
html {
  transition-delay: 18446744073709551584s;
  transform: rotate(0deg);
}
</style>