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:
parent
9b795c5257
commit
596041c40e
@ -6,7 +6,7 @@
|
|||||||
<title>Invalid link</title>
|
<title>Invalid link</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<a href="http://::">I'm broken</a>
|
<a href="what://::">I'm broken</a>
|
||||||
<a href="foo://bar">Unknown scheme</a>
|
<a href="foo://bar">Unknown scheme</a>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user