@@ -986,7 +986,7 @@ public void event() throws Exception {
986986 + "performance[GSCE],PERSISTENT[E],postMessage(),print(),prompt(),releaseEvents(),"
987987 + "requestAnimationFrame(),resizeBy(),resizeTo(),screen[GCE],scroll(),scrollBy(),scrollTo(),"
988988 + "scrollX[GCE],scrollY[GCE],self[GCE],sessionStorage[GCE],setInterval(),setTimeout(),"
989- + "speechSynthesis[GCE],status[GSCE],stop(),styleMedia[GCE],TEMPORARY[E],top[GSCE ],window[GCE]",
989+ + "speechSynthesis[GCE],status[GSCE],stop(),styleMedia[GCE],TEMPORARY[E],top[GCE ],window[GCE]",
990990 EDGE = "alert(),atob(),blur(),btoa(),cancelAnimationFrame(),captureEvents(),clearInterval(),"
991991 + "clearTimeout(),clientInformation[GSCE],close(),closed[GCE],confirm(),constructor(),crypto[GCE],"
992992 + "devicePixelRatio[GCE],document[GCE],event[GCE],external[GCE],find(),focus(),frameElement[GCE],"
@@ -1017,7 +1017,7 @@ public void event() throws Exception {
10171017 + "performance[GSCE],PERSISTENT[E],postMessage(),print(),prompt(),releaseEvents(),"
10181018 + "requestAnimationFrame(),resizeBy(),resizeTo(),screen[GCE],scroll(),scrollBy(),scrollTo(),"
10191019 + "scrollX[GCE],scrollY[GCE],self[GCE],sessionStorage[GCE],setInterval(),setTimeout(),"
1020- + "speechSynthesis[GCE],status[GSCE],stop(),styleMedia[GCE],TEMPORARY[E],top[GSCE ],window[GCE]",
1020+ + "speechSynthesis[GCE],status[GSCE],stop(),styleMedia[GCE],TEMPORARY[E],top[GCE ],window[GCE]",
10211021 FF = "alert(),atob(),blur(),btoa(),cancelAnimationFrame(),captureEvents(),"
10221022 + "clearInterval(),clearTimeout(),clientInformation[GSCE],close(),closed[GCE],confirm(),constructor(),"
10231023 + "controllers[GSCE],"
@@ -1044,7 +1044,7 @@ public void event() throws Exception {
10441044 + "pageXOffset[GCE],pageYOffset[GCE],parent[GCE],performance[GSCE],postMessage(),print(),prompt(),"
10451045 + "releaseEvents(),requestAnimationFrame(),resizeBy(),resizeTo(),screen[GCE],scroll(),scrollBy(),"
10461046 + "scrollByLines(),scrollByPages(),scrollTo(),scrollX[GCE],scrollY[GCE],self[GCE],sessionStorage[GCE],"
1047- + "setInterval(),setTimeout(),status[GSCE],stop(),top[GSCE ],window[GCE]",
1047+ + "setInterval(),setTimeout(),status[GSCE],stop(),top[GCE ],window[GCE]",
10481048 FF_ESR = "alert(),atob(),blur(),btoa(),cancelAnimationFrame(),captureEvents(),"
10491049 + "clearInterval(),clearTimeout(),clientInformation[GCE],close(),closed[GCE],confirm(),constructor(),"
10501050 + "controllers[GSCE],"
@@ -1071,7 +1071,7 @@ public void event() throws Exception {
10711071 + "pageXOffset[GCE],pageYOffset[GCE],parent[GCE],performance[GSCE],postMessage(),print(),prompt(),"
10721072 + "releaseEvents(),requestAnimationFrame(),resizeBy(),resizeTo(),screen[GCE],scroll(),scrollBy(),"
10731073 + "scrollByLines(),scrollByPages(),scrollTo(),scrollX[GCE],scrollY[GCE],self[GCE],sessionStorage[GCE],"
1074- + "setInterval(),setTimeout(),status[GSCE],stop(),top[GSCE ],window[GCE]")
1074+ + "setInterval(),setTimeout(),status[GSCE],stop(),top[GCE ],window[GCE]")
10751075 public void window() throws Exception {
10761076 testString("", "window");
10771077 }
0 commit comments