Go back to using an invalid scheme for invalid_link.html

Otherwise, this breaks the tests on Qt 5.10
This commit is contained in:
Florian Bruhin 2018-06-07 15:30:28 +02:00
parent 9b795c5257
commit 596041c40e

View File

@ -6,7 +6,7 @@
<title>Invalid link</title>
</head>
<body>
<a href="http://::">I'm broken</a>
<a href="what://::">I'm broken</a>
<a href="foo://bar">Unknown scheme</a>
</body>
</html>