I have an HTML file with the following markup in the head tag:
<link rel="shortcut icon" href="myFavicon.ico" />
With that, I expect to see my "myFavicon.ico" icon display in Chrome's tab and bookmark bar, but instead it's showing Youtube's favicon (i have a link to youtube in my markup). This make's no sense to me. It works okay in Firefox. Any ideas?