summaryrefslogtreecommitdiffstats
path: root/layout/style/crashtests/1403592.html
blob: 184096c11cee831e5bec5d154961990aeddd7c82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html class="reftest-wait">
<head>
<style></style>
<script>
function boom() {
  a = document.createElement("x")
  a.style.overflow = "o"
  document.styleSheets[0].insertRule("i {}", 0)
  setTimeout(function() {
    document.documentElement.className = "";
  }, 0);
}
setTimeout(boom, 0)
</script>
</head>
<i id=id0 style="margin: 15ch">
<svg><animate xlink:href=#id0 attributeName=width to></svg>
</html>