summaryrefslogtreecommitdiffstats
path: root/layout/svg/crashtests/1424031.html
blob: 447e01cb158b81aceb500113c492779a3b40d153 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<script>
function eh1() {
  a.setAttribute("points", "1");
}
function eh2() {
  a.addEventListener("DOMSubtreeModified", eh1);
  a.points.getItem(1).y = 0;
}
function go() {
  window.requestIdleCallback(eh2, {timeout: 62});
}
</script>
<style onload="go()"></style>
<svg>
<polygon id="a" points="0 0 58 1 -1 1">