11 lines
208 B
HTML
11 lines
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>
|