Use a valid scheme in invalid_link.html
This is to avoid triggering QTBUG-63378 which fails differently with a custom scheme. See #3661
This commit is contained in:
parent
0e9159e8e8
commit
d059197bc9
@ -6,6 +6,7 @@
|
||||
<title>Invalid link</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href="what://::">I'm broken</a>
|
||||
<a href="http://::">I'm broken</a>
|
||||
<a href="foo://bar">Unknown scheme</a>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user