Added icon to test pages

This commit is contained in:
kkapsner 2019-02-20 08:13:37 +01:00
parent 1fedc4f432
commit 4e11487d81
10 changed files with 205 additions and 1 deletions

View File

@ -2,6 +2,9 @@
<html> <html>
<head> <head>
<title>Audio test</title> <title>Audio test</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<link href="testIcon.svg" type="image/png" rel="icon">
<link href="testIcon.svg" type="image/png" rel="shortcut icon">
<style> <style>
table { table {
border-collapse: collapse; border-collapse: collapse;

View File

@ -2,6 +2,9 @@
<html> <html>
<head> <head>
<title>Detection test</title> <title>Detection test</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<link href="testIcon.svg" type="image/png" rel="icon">
<link href="testIcon.svg" type="image/png" rel="shortcut icon">
<style> <style>
.notRun { .notRun {
color: lightgray; color: lightgray;

View File

@ -1,7 +1,9 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="content-type" content="text/html; charset=UTF-8">
<link href="testIcon.svg" type="image/png" rel="icon">
<link href="testIcon.svg" type="image/png" rel="shortcut icon">
<style> <style>
#inside{ #inside{
white-space: nowrap; white-space: nowrap;

View File

@ -2,6 +2,9 @@
<html> <html>
<head> <head>
<title>DOMRect test</title> <title>DOMRect test</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<link href="testIcon.svg" type="image/png" rel="icon">
<link href="testIcon.svg" type="image/png" rel="shortcut icon">
<style> <style>
#iframe { #iframe {
position: absolute; position: absolute;

View File

@ -2,6 +2,9 @@
<html> <html>
<head> <head>
<title>Test pages</title> <title>Test pages</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<link href="testIcon.svg" type="image/png" rel="icon">
<link href="testIcon.svg" type="image/png" rel="shortcut icon">
</head> </head>
<body> <body>
<h1>Test pages for CanvasBlocker</h1> <h1>Test pages for CanvasBlocker</h1>

View File

@ -2,6 +2,9 @@
<html> <html>
<head> <head>
<title>Performance test</title> <title>Performance test</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<link href="testIcon.svg" type="image/png" rel="icon">
<link href="testIcon.svg" type="image/png" rel="shortcut icon">
</head> </head>
<body> <body>
<h1>Performance test</h1> <h1>Performance test</h1>

View File

@ -2,6 +2,9 @@
<html> <html>
<head> <head>
<title>Test</title> <title>Test</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<link href="testIcon.svg" type="image/png" rel="icon">
<link href="testIcon.svg" type="image/png" rel="shortcut icon">
<script> <script>
console.log(new Date(), "starting first fingerprint", window.name); console.log(new Date(), "starting first fingerprint", window.name);
function fingerPrint(){ function fingerPrint(){

View File

@ -3,6 +3,9 @@
<html> <html>
<head> <head>
<title>Test</title> <title>Test</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<link href="testIcon.svg" type="image/png" rel="icon">
<link href="testIcon.svg" type="image/png" rel="shortcut icon">
</head> </head>
<body> <body>
<div id="top"> <div id="top">

178
test/testIcon.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 17 KiB

View File

@ -2,6 +2,9 @@
<html> <html>
<head> <head>
<title>webGL test</title> <title>webGL test</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<link href="testIcon.svg" type="image/png" rel="icon">
<link href="testIcon.svg" type="image/png" rel="shortcut icon">
</head> </head>
<body> <body>
<h1>webGL test</h1> <h1>webGL test</h1>