summaryrefslogtreecommitdiffstats
path: root/layout/svg/crashtests/1508858.html
blob: c576269ff8973d14b2857ace49da7871244cc346 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<html id="a">
<script>
function go() {
  var b = document.createElement("base");
  b.href = "h:";
  a.appendChild(b);
  c.setAttribute("filter", "url(#d)");
}
</script>
<body onload=go()>
<svg>
<filter id="d" href="x" />
<line id="c" />