Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / ManualTests / resources / favicon-loads-for-local-files.html
blobb8e875f2af92197c7c5cddc074d3241021c01433
1 <html>
2 <head>
3 </head>
4 <link type="image/png" href="favicon.png" sizes="64x64" rel="icon" />
5 <body>
6 <p>It's expected that you see a favicon displayed for this page when you open it as a local file.</p>
7 <p>The favicon looks like this:</p>
8 <img src="favicon.png"/>
9 </body>
10 </html>