Create webviewtest test page

This commit is contained in:
Sergey Chumak 2020-06-09 19:20:01 +03:00 committed by GitHub
parent 795dc48dde
commit 0e3bba2117
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,26 @@
<!doctype html>
<html>
<head>
<style>
html {
font-family: sans-serif;
}
</style>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<h1>WebView Tests</h1>
<br><br>
<a href="./port-timeout.html">Invalid hostname test</a>
<br><br>
<a href="https://google.com/generate_204">204 no content test</a>
<br><br>
<a href="./url-spoof-ssl.html">SSL error test</a>
<br><br>
<a href="./url-blank.html">Blank URL test</a>
</body>
</html>