1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-06-01 02:48:06 +02:00
CanvasBlocker/test/domRectTest.php

32 lines
1.1 KiB
PHP
Raw Normal View History

2018-09-05 08:21:22 +02:00
<!DOCTYPE html>
<html>
<head>
<title>DOMRect test</title>
2019-02-20 08:13:37 +01:00
<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">
<link href="domRectTest.css" type="text/css" rel="stylesheet">
2018-09-05 08:21:22 +02:00
</head>
<body>
<h1>DOMRect test</h1>
2019-09-04 00:30:20 +02:00
<h2>Expected result</h2>
<ul>
<li>all the hashes and numbers should be equal for each test</li>
<li>if "refresh" is clicked the hash must not change</li>
<li>upon page reload the hashes change (depending on CanvasBlocker settings - e.g. not in the stealth preset)</li>
2019-09-04 00:30:20 +02:00
</ul>
<h2>Tests</h2>
<iframe id="iframe" src="domRectIFrame.php"></iframe>
<div id="noIframe"><?php include("domRectElements.part.html");?></div>
2018-09-05 08:21:22 +02:00
<div id="tests">
<div class="test">
2019-09-04 00:30:20 +02:00
<h3 class="title"></h3>
2018-09-05 08:21:22 +02:00
Hash: <span class="hash"></span><br>
Data: <span class="data"></span><br>
<button class="refresh">refresh</button>
<button class="performance">measure performance</button>
2018-09-05 08:21:22 +02:00
</div>
</div>
<script src="domRectTest.js"></script>
</body>
</html>