mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 12:36:37 +02:00
DOMRect test: added test without iframe
This commit is contained in:
parent
4fa91ef3ae
commit
9a7dd3c189
5 changed files with 114 additions and 91 deletions
13
test/domRectIFrame.php
Normal file
13
test/domRectIFrame.php
Normal file
|
@ -0,0 +1,13 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<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">
|
||||
</head>
|
||||
<body id="iframeBody">
|
||||
|
||||
<?php include("domRectElements.part.html");?>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue