@@ -1213,7 +1213,9 @@ public void event() throws Exception {
12131213 @HtmlUnitNYI(CHROME = "addEventListener(),alert(),atob(),blur(),btoa(),cancelAnimationFrame(),"
12141214 + "captureEvents(),clearInterval(),clearTimeout(),clientInformation,close(),closed,confirm(),"
12151215 + "crypto,devicePixelRatio,dispatchEvent(),document,event,external,find(),focus(),"
1216- + "frameElement,frames,getComputedStyle(),getSelection(),history,innerHeight,innerWidth,length,"
1216+ + "frameElement,frames,getComputedStyle(),getSelection(),history,"
1217+ + "innerHeight,innerWidth,isSecureContext,"
1218+ + "length,"
12171219 + "localStorage,location,log(),matchMedia(),moveBy(),moveTo(),name,navigator,offscreenBuffering,"
12181220 + "onabort,onanimationend,onanimationiteration,onanimationstart,onauxclick,onbeforeunload,"
12191221 + "onblur,oncancel,oncanplay,oncanplaythrough,onchange,onclick,onclose,oncontextmenu,"
@@ -1238,7 +1240,9 @@ public void event() throws Exception {
12381240 EDGE = "addEventListener(),alert(),atob(),blur(),btoa(),cancelAnimationFrame(),"
12391241 + "captureEvents(),clearInterval(),clearTimeout(),clientInformation,close(),closed,confirm(),"
12401242 + "crypto,devicePixelRatio,dispatchEvent(),document,event,external,find(),focus(),"
1241- + "frameElement,frames,getComputedStyle(),getSelection(),history,innerHeight,innerWidth,length,"
1243+ + "frameElement,frames,getComputedStyle(),getSelection(),history,"
1244+ + "innerHeight,innerWidth,isSecureContext,"
1245+ + "length,"
12421246 + "localStorage,location,log(),matchMedia(),moveBy(),moveTo(),name,navigator,offscreenBuffering,"
12431247 + "onabort,onanimationend,onanimationiteration,onanimationstart,onauxclick,onbeforeunload,"
12441248 + "onblur,oncancel,oncanplay,oncanplaythrough,onchange,onclick,onclose,oncontextmenu,"
@@ -1264,7 +1268,8 @@ public void event() throws Exception {
12641268 + "captureEvents(),clearInterval(),clearTimeout(),clientInformation,"
12651269 + "close(),closed,confirm(),controllers,"
12661270 + "crypto,devicePixelRatio,dispatchEvent(),document,dump(),event,external,find(),focus(),"
1267- + "frameElement,frames,getComputedStyle(),getSelection(),history,innerHeight,innerWidth,"
1271+ + "frameElement,frames,getComputedStyle(),getSelection(),history,"
1272+ + "innerHeight,innerWidth,isSecureContext,"
12681273 + "length,localStorage,location,log(),matchMedia(),moveBy(),moveTo(),mozInnerScreenX,mozInnerScreenY,"
12691274 + "name,navigator,netscape,onabort,"
12701275 + "onafterprint,onanimationend,onanimationiteration,onanimationstart,onbeforeprint,onbeforeunload,"
@@ -1286,8 +1291,8 @@ public void event() throws Exception {
12861291 + "captureEvents(),clearInterval(),clearTimeout(),clientInformation,"
12871292 + "close(),closed,confirm(),controllers,"
12881293 + "crypto,devicePixelRatio,dispatchEvent(),document,dump(),event,external,find(),focus(),"
1289- + "frameElement,frames,getComputedStyle(),getSelection(),history,innerHeight,innerWidth, "
1290- + "InstallTrigger,"
1294+ + "frameElement,frames,getComputedStyle(),getSelection(),history,"
1295+ + "innerHeight,innerWidth, InstallTrigger,isSecureContext ,"
12911296 + "length,localStorage,location,log(),matchMedia(),moveBy(),moveTo(),mozInnerScreenX,mozInnerScreenY,"
12921297 + "name,navigator,netscape,onabort,"
12931298 + "onafterprint,onanimationend,onanimationiteration,onanimationstart,onbeforeprint,onbeforeunload,"
0 commit comments