summaryrefslogtreecommitdiffstats
path: root/dom/security/test/crashtests/1583044.html
blob: aa6d496d64dc0e939d3d49f8358cfd9094498e60 (plain)
1
2
3
4
5
6
7
8
9
10
11
<html>
<head>
<title>Bug 1583044</title>
<script>
  function testOpenMozIcon() {
    window.location.href = "moz-icon://.pdf?size=128";
  }
</script>
</head>
<body onload="testOpenMozIcon();"></body>
</html>