summaryrefslogtreecommitdiffstats
path: root/layout/style/crashtests/1403592.html
blob: fdd810b88603d38c24bb2a878d90768a0714cf2d (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)
  requestIdleCallback(function() {
    document.documentElement.className = "";
  });
}
requestIdleCallback(boom)
</script>
</head>
<i id=id0 style="margin: 15ch">
<svg><animate xlink:href=#id0 attributeName=width to></svg>
</html>