Make chrome: URLs have a "host".

This commit is contained in:
Simon Sapin 2016-04-23 01:16:29 +02:00
parent 7375e2cedd
commit 374679852c
4 changed files with 20 additions and 10 deletions

View file

@ -3,6 +3,6 @@
<title>Certificate error</title>
</head>
<body>
<img src="chrome:/badcert.jpg">
<img src="chrome://resources/badcert.jpg">
</body>
</html>