summaryrefslogtreecommitdiffstats
path: root/dom/canvas/crashtests/1569648.html
blob: 766d9fa9374503009f14b082add331c3d5cb000a (plain)
1
2
3
4
5
<!doctype html>
<base href="a:">
<script>
  document.createElement("canvas").getContext("2d").filter = "url()";
</script>