1
0
mirror of https://github.com/Pathduck/pathduck.github.io.git synced 2025-12-29 11:45:20 -05:00

Update colors

This commit is contained in:
Stian
2025-06-01 11:43:10 +02:00
parent c5a5e553b9
commit ea2844c6a5
51 changed files with 107 additions and 70 deletions

View File

@@ -2,6 +2,7 @@
<head>
<title>Third-party test</title>
<script src="https://www.abptestpages.org/testfiles/script/script.js"></script>
<style>body {color: white; background: darkslategray;} a {color: deepskyblue;}</style>
</head>
<body>

View File

@@ -2,6 +2,7 @@
<html>
<head>
<title>HTML Test Page</title>
<style>body {color: white; background: darkslategray;} a {color: deepskyblue;}</style>
</head>
<body>
<form name="TestForm" action="success.html" method="get">

View File

@@ -2,6 +2,7 @@
<html>
<head>
<title>HTML Test Page</title>
<style>body {color: white; background: darkslategray;} a {color: deepskyblue;}</style>
</head>
<body>
<p>Success!</p>

View File

@@ -2,6 +2,7 @@
<head>
<title>This is the HTML title</title>
<meta property="og:title" content="This is the og:title"/>
<style>body {color: white; background: darkslategray;} a {color: deepskyblue;}</style>
</head>
<body>
<h3>Test of HTML title vs og:title in bookmarks</h3>

View File

@@ -2,6 +2,7 @@
<head>
<title>Cache Test</title>
<link rel="stylesheet" href="style1.css">
<style>body {color: white; background: darkslategray;} a {color: deepskyblue;}</style>
</head>
<body>

View File

@@ -1,9 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<title>Enumerate Devices</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title></title>
<style>body {color: white; background: darkslategray;} a {color: deepskyblue;}</style>
</head>
<body>

View File

@@ -2,6 +2,7 @@
<html>
<head>
<title>Vivaldi FastForward test</title>
<style>body {color: white; background: darkslategray;} a {color: deepskyblue;}</style>
</head>
<body>
<h3>Press Space or trigger FastForward manually</h3>

View File

@@ -2,6 +2,7 @@
<html>
<head>
<title>Vivaldi FastForward test - Next Page</title>
<style>body {color: white; background: darkslategray;} a {color: deepskyblue;}</style>
</head>
<body>
<h3>Press Space or trigger FastForward manually</h3>

View File

@@ -9,6 +9,7 @@ header("Cross-Origin-Resource-Policy: same-origin");
<head>
<title>HTML Test Page</title>
<link rel="icon" href="https://developer.mozilla.org/favicon.ico" />
<style>body {color: white; background: darkslategray}</style>
</head>
<body>
Favicon Test Page

View File

@@ -7,6 +7,7 @@
<link rel="icon" sizes="32x32" type="image/png" href="favicon.ico">
<link rel="alternate icon" sizes="32x32" type="image/png" href="favicon.ico">
<link rel="shortcut icon" sizes="32x32" type="image/png" href="favicon.ico">
<style>body {color: white; background: darkslategray;} a {color: deepskyblue;}</style>
</head>
<body>
Test of SVG Favicon and fallback icon.

View File

@@ -1,11 +1,10 @@
<!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>
Floating image test case
</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" type="text/css" media="screen, projection" href="float.css" />
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Floating image test case</title>
<style>body {color: white; background: darkslategray;} a {color: deepskyblue;};</style>
<link rel="stylesheet" type="text/css" media="screen, projection" href="float.css" />
</head>
<body>

View File

@@ -1,17 +1,15 @@
<!-- --><!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Centered Image Gallery with captions - Spartanicus' Web tips</title>
<link rel="stylesheet" href="css/screen.css" type="text/css" media="screen">
<link rel="stylesheet" href="css/print.css" type="text/css" media="print">
<link rel="stylesheet" href="css/speech.css" type="text/css" media="aural,speech">
<style type="text/css">
#gallery{text-align:center}
#gallery p{display:inline}
#gallery span{margin:0 5px 5px 5px;vertical-align:top;width:172px;display:table-cell;display:inline-table}
#gallery p img{margin-bottom:5px}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Centered Image Gallery with captions - Spartanicus' Web tips</title>
<style>body {color: white; background: darkslategray;} a {color: deepskyblue;};</style>
<style type="text/css">
#gallery{text-align:center}
#gallery p{display:inline}
#gallery span{margin:0 5px 5px 5px;vertical-align:top;width:172px;display:table-cell;display:inline-table}
#gallery p img{margin-bottom:5px}
</style>
</head>
<body>
<div id="head"><span></span>

View File

@@ -2,6 +2,7 @@
<html>
<head>
<title>Input focus test</title>
<style>body {color: white; background: darkslategray;} a {color: deepskyblue;}</style>
</head>
<body>
<p>This should not get focus: <input></p>

10
test/index-template.html Executable file
View File

@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<title>HTML Test Page</title>
<style>body {color: white; background: darkslategray;} a {color: deepskyblue;}</style>
</head>
<body>
</body>
</html>

View File

@@ -2,6 +2,7 @@
<html>
<head>
<title>Javascript Tests</title>
<style>body {color: white; background: darkslategray;} a {color: deepskyblue;}</style>
</head>
<body>

View File

@@ -2,6 +2,7 @@
<html>
<head>
<title>HTML Test Cases</title>
<style>body {color: white; background: darkslategray;} a {color: deepskyblue;}</style>
</head>
<body>
<h3>Testing Links</h3>

View File

@@ -2,6 +2,7 @@
<html>
<head>
<title>HTML Test Page</title>
<style>body {color: white; background: darkslategray;} a {color: deepskyblue;}</style>
</head>
<body>
<form name="LoginForm" action="success.html" method="get">

View File

@@ -2,6 +2,7 @@
<html>
<head>
<title>HTML Test Page</title>
<style>body {color: white; background: darkslategray;} a {color: deepskyblue;}</style>
</head>
<body>
<p>Login successful!</p>

View File

@@ -1,7 +1,9 @@
<html>
<head>
<title>Media-Fullscreen Test</title>
<style>body {color: white; background: darkslategray;} a {color: deepskyblue;}</style>
<style>
div#test { background: red; width: 200px; height: 200px; }
div#test { background: red; width: 200px; height: 200px; }
@media (display-mode: fullscreen) {
div#test {background: blue; width: 200px; height: 200px; }
}

View File

@@ -2,6 +2,7 @@
<html>
<head>
<title>Nested IFrames Test</title>
<style>body {color: white; background: darkslategray;} a {color: deepskyblue;}</style>
</head>
<body>
<h2>Nested IFrame 1</h2>

View File

@@ -2,6 +2,7 @@
<html>
<head>
<title>Nested IFrames Test</title>
<style>body {color: white; background: darkslategray;} a {color: deepskyblue;}</style>
</head>
<body>
<h2>Nested IFrame 2</h2>

View File

@@ -2,6 +2,7 @@
<html>
<head>
<title>Nested IFrames Test</title>
<style>body {color: white; background: darkslategray;} a {color: deepskyblue;}</style>
</head>
<body>
<p><textarea cols="40" rows="10">Textarea</textarea></p>

View File

@@ -2,6 +2,7 @@
<html>
<head>
<title>Nested IFrames Test</title>
<style>body {color: white; background: darkslategray;} a {color: deepskyblue;}</style>
</head>
<body>
<h1>Nested IFrames Test</h1>

View File

@@ -1,11 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<title>HTML Test Page</title>
<style>body {color: white; background: darkslategray}</style>
</head>
<body>
<head>
<title>HTML Test Page</title>
<style>body {color: white; background: darkslategray;} a {color: deepskyblue;}</style>
</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>
@@ -16,5 +15,5 @@
<embed width="50%" height="600px" type='application/pdf' src="https://static.googleusercontent.com/media/research.google.com/en//pubs/archive/44678.pdf">
</div>
</body>
</body>
</html>

View File

@@ -2,6 +2,7 @@
<html>
<head>
<title>Vivaldi Fast Forward vs. preventDefault()</title>
<style>body {color: white; background: darkslategray;} a {color: deepskyblue;};</style>
</head>
<body>
<p>You cannot use Space inside the input:</p>

View File

@@ -2,8 +2,7 @@
<html>
<head>
<title>HTML Test Page</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="icon" href="/favicon.ico" sizes="32x32" />
<style>body {color: white; background: darkslategray;} a {color: deepskyblue;}</style>
</head>
<body>
<h1><a href="https://echo.vivaldi.com">default</a></h1>

View File

@@ -2,6 +2,7 @@
<html>
<head>
<title>Referrer-policy test page</title>
<style>body {color: white; background: darkslategray;} a {color: deepskyblue;}</style>
</head>
<body>
<iframe width="500" height="300" src="default.html"></iframe>

View File

@@ -2,6 +2,7 @@
<html>
<head>
<title>Referrer-policy test page</title>
<style>body {color: white; background: darkslategray;} a {color: deepskyblue;}</style>
</head>
<body>
<p>The Javascript referrer of the current document is:</p>

View File

@@ -3,6 +3,7 @@
<head>
<title>HTML Test Page</title>
<meta name="referrer" content="no-referrer-when-downgrade">
<style>body {color: white; background: darkslategray;} a {color: deepskyblue;}</style>
</head>
<body>
<h1><a href="https://echo.vivaldi.com">no-referrer-when-downgrade</a></h1>

View File

@@ -3,6 +3,7 @@
<head>
<title>HTML Test Page</title>
<meta name="referrer" content="no-referrer">
<style>body {color: white; background: darkslategray;} a {color: deepskyblue;}</style>
</head>
<body>
<h1><a href="https://echo.vivaldi.com">no-referrer</a></h1>

View File

@@ -3,6 +3,7 @@
<head>
<title>HTML Test Page</title>
<meta name="referrer" content="origin-when-cross-origin">
<style>body {color: white; background: darkslategray;} a {color: deepskyblue;}</style>
</head>
<body>
<h1><a href="https://echo.vivaldi.com">origin-when-cross-origin</a></h1>

View File

@@ -3,6 +3,7 @@
<head>
<title>HTML Test Page</title>
<meta name="referrer" content="origin">
<style>body {color: white; background: darkslategray;} a {color: deepskyblue;}</style>
</head>
<body>
<h1><a href="https://echo.vivaldi.com">origin</a></h1>

View File

@@ -3,6 +3,7 @@
<head>
<title>HTML Test Page</title>
<meta name="referrer" content="same-origin">
<style>body {color: white; background: darkslategray;} a {color: deepskyblue;}</style>
</head>
<body>
<h1><a href="https://echo.vivaldi.com">same-origin</a></h1>

View File

@@ -3,6 +3,7 @@
<head>
<title>HTML Test Page</title>
<meta name="referrer" content="strict-origin-when-cross-origin">
<style>body {color: white; background: darkslategray;} a {color: deepskyblue;}</style>
</head>
<body>
<h1><a href="https://echo.vivaldi.com">strict-origin-when-cross-origin</a></h1>

View File

@@ -3,6 +3,7 @@
<head>
<title>HTML Test Page</title>
<meta name="referrer" content="strict-origin">
<style>body {color: white; background: darkslategray;} a {color: deepskyblue;}</style>
</head>
<body>
<h1><a href="https://echo.vivaldi.com">strict-origin</a></h1>

View File

@@ -3,6 +3,7 @@
<head>
<title>HTML Test Page</title>
<meta name="referrer" content="unsafe-url">
<style>body {color: white; background: darkslategray;} a {color: deepskyblue;}</style>
</head>
<body>
<h1><a href="https://echo.vivaldi.com">unsafe-url</a></h1>

View File

@@ -3,6 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Zoom Player:Remote</title>
<style>body {color: white; background: darkslategray;} a {color: deepskyblue;}</style>
<style type="text/css">
<!--
body {

View File

@@ -2,6 +2,7 @@
<html>
<head>
<title>Test of HTML5 localStorage and sessionStorage persistence</title>
<style>body {color: white; background: darkslategray;} a {color: deepskyblue;}</style>
</head>
<body>

View File

@@ -1,9 +1,8 @@
<html>
<head>
<title>VB-99904 test</title>
<style>body {color: white; background: darkslategray;} a {color: deepskyblue;}</style>
<script>
let namedframe = null;
const start = () => {
@@ -26,15 +25,7 @@
const showframeNamedPopup = () => {
namedframe = window.open("show_storage.html", "vb99904", "width=320, height=200");
};
</script>
<style>
body {
background-color: teal;
color: white;
}
</style>
</head>
<body onload="start()">

View File

@@ -1,33 +1,27 @@
<html>
<head>
<title>VB-99904 test result</title>
<head>
<title>VB-99904 test result</title>
<style>body {color: white; background: darkslategray;} a {color: deepskyblue;}</style>
<script>
const sessiondata = "session-data-for-VB-99904";
<script>
const sessiondata = "session-data-for-VB-99904";
const start = () => {
const result = JSON.stringify(sessionStorage);
document.getElementById("results").innerHTML =
"sessionStorage : " + result;
};
</script>
<style>
.storage-results {color: lime; background-color: black;}
</style>
</head>
const start = () => {
const result = JSON.stringify(sessionStorage);
document.getElementById("results").innerHTML =
"sessionStorage : " + result;
};
</script>
<body onload="start()">
<h2>sessionstorage results:</h2>
<style>
body {
background-color: teal;
}
.storage-results {
background-color: black;
color: green;
}
</style>
</head>
<div class="storage-results" id="results"></div>
<body onload="start()">
<h2>sessionstorage results:</h2>
<div>Should be 'session-data-for-VB-99904'</div>
</body>
<div class="storage-results" id="results"></div>
<div>Should be 'session-data-for-VB-99904'</div>
</body>
</html>

View File

@@ -2,6 +2,7 @@
<html>
<head>
<title>Input focus test</title>
<style>body {color: white; background: darkslategray;} a {color: deepskyblue;}</style>
</head>
<body>
<p><span onclick="alert('You clicked me!')"><button>Button</button></span></p>

View File

@@ -2,6 +2,7 @@
<html>
<head>
<title>Spatial Navigation Test Cases</title>
<style>body {color: white; background: darkslategray;} a {color: deepskyblue;}</style>
</head>
<body>
<h1>Spatial Navigation Test Cases</h1>

View File

@@ -1,9 +1,10 @@
<html>
<head>
<title>Themecolors Test Page</title>
<style>
div {text-shadow: white 1px 1px; font-weight: bolder; padding: 10px; border-radius: var(--radius);}
</style>
<title>Themecolors Test Page</title>
<style>body {color: white; background: darkslategray;} a {color: deepskyblue;}</style>
<style>
div {text-shadow: white 1px 1px; font-weight: bolder; padding: 10px; border-radius: var(--radius);}
</style>
</head>
<body>
<div style="background: var(--colorFg)">colorFg</div>

View File

@@ -3,6 +3,7 @@
<head>
<title>Translate test</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style>body {color: white; background: darkslategray;} a {color: deepskyblue;}</style>
</head>
<body>
<p>

View File

@@ -2,8 +2,8 @@
<html>
<head>
<title>HTML Test Page</title>
<style>body {color: white; background: darkslategray;} a {color: deepskyblue;}</style>
<style>
body{color: #bbb;background: #501020;}
video.important { filter: brightness(250%) hue-rotate(180deg) !important; }
video.no-important { filter: brightness(250%) hue-rotate(180deg); }
h3.important { filter: brightness(500%) !important; }

View File

@@ -2,7 +2,7 @@
<html>
<head>
<title>HTML Test Page</title>
<style>body{color: #999;background: #501020;}</style>
<style>body {color: white; background: darkslategray;} a {color: deepskyblue;}</style>
</head>
<body>
<center>

View File

@@ -2,6 +2,7 @@
<html>
<head>
<title>Visited Links Test</title>
<style>body {color: white; background: darkslategray;} a {color: deepskyblue;}</style>
</head>
<style>
/* a:visited {color: red;} */

View File

@@ -2,6 +2,7 @@
<html>
<head>
<title>Visited Links Test</title>
<style>body {color: white; background: darkslategray;} a {color: deepskyblue;}</style>
</head>
<style>
/* a:visited {color: red;} */

View File

@@ -2,6 +2,7 @@
<html>
<head>
<title>HTML Test Page</title>
<style>body {color: white; background: darkslategray;} a {color: deepskyblue;}</style>
</head>
<body>
<p>Success!</p>

View File

@@ -1,5 +1,8 @@
<!DOCTYPE html>
<html>
<head>
<style>body {color: white; background: darkslategray;} a {color: deepskyblue;}</style>
</head>
<body>
<p>Click the button to open a popup.</p>

View File

@@ -1,5 +1,8 @@
<!DOCTYPE html>
<html>
<head>
<style>body {color: white; background: darkslategray;} a {color: deepskyblue;}</style>
</head>
<body>
<p>This is the popup window. It only calls <code>window.open()</code></p>