reorg tests

This commit is contained in:
Stian Lund
2022-07-06 18:57:04 +02:00
parent 1198b787f7
commit d4722effea
9 changed files with 24 additions and 37 deletions
View File
@@ -7,7 +7,7 @@
<link rel="stylesheet" type="text/css" media="screen, projection" href="style.css">
</head>
<body>
<form name="LoginForm" action="test-login-success.html" method="get">
<form name="LoginForm" action="success.html" method="get">
<p>User name:<br>
<input name="user" type="text" size="24" id="LoginFormUser"></p>
<p>Password:<br>
+23
View File
@@ -0,0 +1,23 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>
HTML Test Page
</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
</head>
<body>
<div>
Test Iframe PDF:<br>
<iframe width="50%" height="600px" src="https://static.googleusercontent.com/media/research.google.com/en//pubs/archive/44678.pdf"></iframe>
</div>
<div>
Test Embed PDF:<br>
<embed src="https://static.googleusercontent.com/media/research.google.com/en//pubs/archive/44678.pdf" width="50%" height="600px" type='application/pdf'>
</div>
</body>
</html>
-18
View File
@@ -1,18 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>
HTML Test Page
</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
</head>
<body>
<div>
Test Iframe PDF:<br>
<!-- <iframe width="50%" height="600px" src="https://static.googleusercontent.com/media/research.google.com/en//pubs/archive/44678.pdf"></iframe> -->
<embed src="https://static.googleusercontent.com/media/research.google.com/en//pubs/archive/44678.pdf" width="50%" height="600px" type='application/pdf'>
</div>
</body>
</html>
-18
View File
@@ -1,18 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>
HTML Test Page
</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
</head>
<body>
<div>
Test Iframe PDF:<br>
<iframe width="50%" height="600px" src="https://static.googleusercontent.com/media/research.google.com/en//pubs/archive/44678.pdf"></iframe>
<!-- <embed src="https://static.googleusercontent.com/media/research.google.com/en//pubs/archive/44678.pdf" width="50%" height="600px" type='application/pdf'> -->
</div>
</body>
</html>