mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 20:46:39 +02:00
parent
ef1c45efab
commit
c3d4a1901c
3 changed files with 45 additions and 32 deletions
|
@ -200,6 +200,10 @@ addTest("function name", function(log){
|
|||
func: window.__lookupSetter__("name"),
|
||||
expectedName: "set name"
|
||||
},
|
||||
{
|
||||
func: HTMLIFrameElement.prototype.__lookupGetter__("contentDocument"),
|
||||
expectedName: "get contentDocument"
|
||||
},
|
||||
].map(checkName).some(function(b){return b;});
|
||||
});
|
||||
addTest("property descriptor", function(log){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue