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>
<head>
<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>
table {
border-collapse: collapse;

View File

@ -2,6 +2,9 @@
<html>
<head>
<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>
.notRun {
color: lightgray;

View File

@ -1,7 +1,9 @@
<!DOCTYPE html>
<html>
<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>
#inside{
white-space: nowrap;

View File

@ -2,6 +2,9 @@
<html>
<head>
<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>
#iframe {
position: absolute;

View File

@ -2,6 +2,9 @@
<html>
<head>
<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>
<body>
<h1>Test pages for CanvasBlocker</h1>

View File

@ -2,6 +2,9 @@
<html>
<head>
<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>
<body>
<h1>Performance test</h1>

View File

@ -2,6 +2,9 @@
<html>
<head>
<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>
console.log(new Date(), "starting first fingerprint", window.name);
function fingerPrint(){

View File

@ -3,6 +3,9 @@
<html>
<head>
<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>
<body>
<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>
<head>
<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>
<body>
<h1>webGL test</h1>