gecko-dev/dom/security/test/crashtests/1583044.html

12 строки
208 B
HTML

<html>
<head>
<title>Bug 1583044</title>
<script>
function testOpenMozIcon() {
window.location.href = "moz-icon://.pdf?size=128";
}
</script>
</head>
<body onload="testOpenMozIcon();"></body>
</html>