Protocol relative URL // links do not work.
Links with protocol relative URLs, i.e. prepended with // as opposed to https:// or http:// give a "can't load //page.html" error.
Steps to reproduce:
<a href="http://myserver.com/file2.html">link1</a><a href="file2.html">link2</a><a href="//myserver.com/file2.html">link3</a>