@@ -616,7 +616,8 @@ public void htmlElement() throws Exception {
616616 + "onsearch[GSCE],onwebkitfullscreenchange[GSCE],onwebkitfullscreenerror[GSCE],outerHTML[GSCE],"
617617 + "prefix[GCE],prepend(),previousElementSibling[GCE],querySelector(),querySelectorAll(),remove(),"
618618 + "removeAttribute(),removeAttributeNode(),removeAttributeNS(),replaceChildren(),replaceWith(),"
619- + "scrollHeight[GCE],scrollIntoView(),scrollIntoViewIfNeeded(),scrollLeft[GSCE],scrollTop[GSCE],"
619+ + "scroll(),scrollBy(),scrollHeight[GCE],scrollIntoView(),scrollIntoViewIfNeeded(),"
620+ + "scrollLeft[GSCE],scrollTo(),scrollTop[GSCE],"
620621 + "scrollWidth[GCE],setAttribute(),setAttributeNode(),setAttributeNS(),tagName[GCE],"
621622 + "toggleAttribute(),webkitMatchesSelector()",
622623 EDGE = "after(),append(),attributes[GCE],before(),childElementCount[GCE],children[GCE],"
@@ -630,7 +631,8 @@ public void htmlElement() throws Exception {
630631 + "onsearch[GSCE],onwebkitfullscreenchange[GSCE],onwebkitfullscreenerror[GSCE],outerHTML[GSCE],"
631632 + "prefix[GCE],prepend(),previousElementSibling[GCE],querySelector(),querySelectorAll(),remove(),"
632633 + "removeAttribute(),removeAttributeNode(),removeAttributeNS(),replaceChildren(),replaceWith(),"
633- + "scrollHeight[GCE],scrollIntoView(),scrollIntoViewIfNeeded(),scrollLeft[GSCE],scrollTop[GSCE],"
634+ + "scroll(),scrollBy(),scrollHeight[GCE],scrollIntoView(),scrollIntoViewIfNeeded(),"
635+ + "scrollLeft[GSCE],scrollTo(),scrollTop[GSCE],"
634636 + "scrollWidth[GCE],setAttribute(),setAttributeNode(),setAttributeNS(),tagName[GCE],"
635637 + "toggleAttribute(),webkitMatchesSelector()",
636638 FF = "after(),append(),attributes[GCE],before(),childElementCount[GCE],children[GCE],classList[GCE],"
@@ -642,8 +644,9 @@ public void htmlElement() throws Exception {
642644 + "lastElementChild[GCE],localName[GCE],matches(),mozMatchesSelector(),namespaceURI[GCE],"
643645 + "nextElementSibling[GCE],outerHTML[GSCE],prefix[GCE],prepend(),previousElementSibling[GCE],"
644646 + "querySelector(),querySelectorAll(),releaseCapture(),remove(),removeAttribute(),"
645- + "removeAttributeNode(),removeAttributeNS(),replaceChildren(),replaceWith(),scrollHeight[GCE],"
646- + "scrollIntoView(),scrollLeft[GSCE],scrollTop[GSCE],scrollWidth[GCE],setAttribute(),"
647+ + "removeAttributeNode(),removeAttributeNS(),replaceChildren(),replaceWith(),"
648+ + "scroll(),scrollBy(),scrollHeight[GCE],scrollIntoView(),scrollLeft[GSCE],scrollTo(),scrollTop[GSCE],"
649+ + "scrollWidth[GCE],setAttribute(),"
647650 + "setAttributeNode(),setAttributeNS(),setCapture(),tagName[GCE],toggleAttribute(),"
648651 + "webkitMatchesSelector()",
649652 FF_ESR = "after(),append(),attributes[GCE],before(),childElementCount[GCE],children[GCE],classList[GCE],"
@@ -655,8 +658,9 @@ public void htmlElement() throws Exception {
655658 + "lastElementChild[GCE],localName[GCE],matches(),mozMatchesSelector(),namespaceURI[GCE],"
656659 + "nextElementSibling[GCE],outerHTML[GSCE],prefix[GCE],prepend(),previousElementSibling[GCE],"
657660 + "querySelector(),querySelectorAll(),releaseCapture(),remove(),removeAttribute(),"
658- + "removeAttributeNode(),removeAttributeNS(),replaceChildren(),replaceWith(),scrollHeight[GCE],"
659- + "scrollIntoView(),scrollLeft[GSCE],scrollTop[GSCE],scrollWidth[GCE],setAttribute(),"
661+ + "removeAttributeNode(),removeAttributeNS(),replaceChildren(),replaceWith(),"
662+ + "scroll(),scrollBy(),scrollHeight[GCE],scrollIntoView(),scrollLeft[GSCE],scrollTo(),scrollTop[GSCE],"
663+ + "scrollWidth[GCE],setAttribute(),"
660664 + "setAttributeNode(),setAttributeNS(),setCapture(),tagName[GCE],toggleAttribute(),"
661665 + "webkitMatchesSelector()")
662666 public void element() throws Exception {
@@ -783,8 +787,10 @@ public void element() throws Exception {
783787 + "nextElementSibling[GCE],onbeforecopy[GSCE],onbeforecut[GSCE],onbeforepaste[GSCE],onsearch[GSCE],"
784788 + "onwebkitfullscreenchange[GSCE],onwebkitfullscreenerror[GSCE],outerHTML[GSCE],prefix[GCE],prepend(),"
785789 + "previousElementSibling[GCE],querySelector(),querySelectorAll(),remove(),removeAttribute(),"
786- + "removeAttributeNode(),removeAttributeNS(),replaceChildren(),replaceWith(),scrollHeight[GCE],"
787- + "scrollIntoView(),scrollIntoViewIfNeeded(),scrollLeft[GSCE],scrollTop[GSCE],scrollWidth[GCE],"
790+ + "removeAttributeNode(),removeAttributeNS(),replaceChildren(),replaceWith(),"
791+ + "scroll(),scrollBy(),scrollHeight[GCE],"
792+ + "scrollIntoView(),scrollIntoViewIfNeeded(),scrollLeft[GSCE],scrollTo(),"
793+ + "scrollTop[GSCE],scrollWidth[GCE],"
788794 + "setAttribute(),setAttributeNode(),setAttributeNS(),"
789795 + "tagName[GCE],toggleAttribute(),webkitMatchesSelector()",
790796 EDGE = "after(),append(),attributes[GCE],before(),childElementCount[GCE],"
@@ -798,8 +804,10 @@ public void element() throws Exception {
798804 + "nextElementSibling[GCE],onbeforecopy[GSCE],onbeforecut[GSCE],onbeforepaste[GSCE],onsearch[GSCE],"
799805 + "onwebkitfullscreenchange[GSCE],onwebkitfullscreenerror[GSCE],outerHTML[GSCE],prefix[GCE],prepend(),"
800806 + "previousElementSibling[GCE],querySelector(),querySelectorAll(),remove(),removeAttribute(),"
801- + "removeAttributeNode(),removeAttributeNS(),replaceChildren(),replaceWith(),scrollHeight[GCE],"
802- + "scrollIntoView(),scrollIntoViewIfNeeded(),scrollLeft[GSCE],scrollTop[GSCE],scrollWidth[GCE],"
807+ + "removeAttributeNode(),removeAttributeNS(),replaceChildren(),replaceWith(),"
808+ + "scroll(),scrollBy(),scrollHeight[GCE],"
809+ + "scrollIntoView(),scrollIntoViewIfNeeded(),scrollLeft[GSCE],scrollTo(),"
810+ + "scrollTop[GSCE],scrollWidth[GCE],"
803811 + "setAttribute(),setAttributeNode(),setAttributeNS(),"
804812 + "tagName[GCE],toggleAttribute(),webkitMatchesSelector()",
805813 FF_ESR = "after(),append(),attributes[GCE],before(),childElementCount[GCE],"
@@ -814,8 +822,9 @@ public void element() throws Exception {
814822 + "nextElementSibling[GCE],outerHTML[GSCE],prefix[GCE],prepend(),"
815823 + "previousElementSibling[GCE],querySelector(),querySelectorAll(),releaseCapture(),"
816824 + "remove(),removeAttribute(),"
817- + "removeAttributeNode(),removeAttributeNS(),replaceChildren(),replaceWith(),scrollHeight[GCE],"
818- + "scrollIntoView(),scrollLeft[GSCE],scrollTop[GSCE],scrollWidth[GCE],"
825+ + "removeAttributeNode(),removeAttributeNS(),replaceChildren(),replaceWith(),"
826+ + "scroll(),scrollBy(),scrollHeight[GCE],"
827+ + "scrollIntoView(),scrollLeft[GSCE],scrollTo(),scrollTop[GSCE],scrollWidth[GCE],"
819828 + "setAttribute(),setAttributeNode(),setAttributeNS(),setCapture(),"
820829 + "tagName[GCE],toggleAttribute(),webkitMatchesSelector()",
821830 FF = "after(),append(),attributes[GCE],before(),childElementCount[GCE],"
@@ -830,8 +839,9 @@ public void element() throws Exception {
830839 + "nextElementSibling[GCE],outerHTML[GSCE],prefix[GCE],prepend(),"
831840 + "previousElementSibling[GCE],querySelector(),querySelectorAll(),releaseCapture(),"
832841 + "remove(),removeAttribute(),"
833- + "removeAttributeNode(),removeAttributeNS(),replaceChildren(),replaceWith(),scrollHeight[GCE],"
834- + "scrollIntoView(),scrollLeft[GSCE],scrollTop[GSCE],scrollWidth[GCE],"
842+ + "removeAttributeNode(),removeAttributeNS(),replaceChildren(),replaceWith(),"
843+ + "scroll(),scrollBy(),scrollHeight[GCE],"
844+ + "scrollIntoView(),scrollLeft[GSCE],scrollTo(),scrollTop[GSCE],scrollWidth[GCE],"
835845 + "setAttribute(),setAttributeNode(),setAttributeNS(),setCapture(),"
836846 + "tagName[GCE],toggleAttribute(),webkitMatchesSelector()")
837847 public void element2() throws Exception {
0 commit comments