mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 20:46:39 +02:00
parent
6aab7f68ea
commit
fd09e3d5cf
4 changed files with 16 additions and 2 deletions
|
@ -187,6 +187,14 @@ addResolutionTest("window properties: outer...", function(type){
|
|||
];
|
||||
});
|
||||
|
||||
addResolutionTest("iframe properties: outer...", function(type){
|
||||
"use strict";
|
||||
|
||||
return document.getElementById("iframe").contentWindow[
|
||||
"outer" + type.substring(0, 1).toUpperCase() + type.substring(1)
|
||||
];
|
||||
});
|
||||
|
||||
async function searchValue(tester){
|
||||
"use strict";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue