This is to avoid triggering QTBUG-63378 which fails differently with a custom scheme. See #3661
13 lines
235 B
HTML
13 lines
235 B
HTML
<!DOCTYPE html>
|
|
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Invalid link</title>
|
|
</head>
|
|
<body>
|
|
<a href="http://::">I'm broken</a>
|
|
<a href="foo://bar">Unknown scheme</a>
|
|
</body>
|
|
</html>
|