Skip to content

Commit f35d0e3

Browse files
committed
Chrome/Edge 149
1 parent b36f485 commit f35d0e3

4 files changed

Lines changed: 234 additions & 192 deletions

File tree

src/main/java/org/htmlunit/css/StyleAttributes.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2754,10 +2754,10 @@ public enum Definition {
27542754
/** The style property {@code rowRuleInsetStart}. */
27552755
ROW_RULE_INSET_START("rowRuleInsetStart", "row-rule-inset-start", chromeAndEdge("0px")),
27562756

2757-
/** The style property {@code rowRuleInsetStyle}. */
2757+
/** The style property {@code rowRuleStyle}. */
27582758
ROW_RULE_STYLE("rowRuleStyle", "row-rule-style", chromeAndEdgeNone()),
27592759

2760-
/** The style property {@code rowRuleInsetVisibilityItems}. */
2760+
/** The style property {@code rowRuleVisibilityItems}. */
27612761
ROW_RULE_VISIBILITY_ITEMS("rowRuleVisibilityItems", "row-rule-visibility-items", chromeAndEdgeNormal()),
27622762

27632763
/** The style property {@code rowRuleWidth}. */

src/test/java/org/htmlunit/BrowserVersionTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ public class BrowserVersionTest {
4040
public void getBrowserVersionNumeric() {
4141
assertEquals(151, BrowserVersion.FIREFOX.getBrowserVersionNumeric());
4242
assertEquals(140, BrowserVersion.FIREFOX_ESR.getBrowserVersionNumeric());
43-
assertEquals(148, BrowserVersion.CHROME.getBrowserVersionNumeric());
44-
assertEquals(148, BrowserVersion.EDGE.getBrowserVersionNumeric());
43+
assertEquals(149, BrowserVersion.CHROME.getBrowserVersionNumeric());
44+
assertEquals(149, BrowserVersion.EDGE.getBrowserVersionNumeric());
4545
}
4646

4747
/**

src/test/java/org/htmlunit/general/ElementOwnPropertiesTest.java

Lines changed: 44 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -534,13 +534,14 @@ public void htmlElement() throws Exception {
534534
+ "nextElementSibling[GCE],onbeforecopy[GSCE],onbeforecut[GSCE],onbeforepaste[GSCE],"
535535
+ "onfullscreenchange[GSCE],onfullscreenerror[GSCE],onsearch[GSCE],onwebkitfullscreenchange[GSCE],"
536536
+ "onwebkitfullscreenerror[GSCE],outerHTML[GSCE],part[GSCE],prefix[GCE],prepend(),"
537-
+ "previousElementSibling[GCE],querySelector(),querySelectorAll(),releasePointerCapture(),remove(),"
538-
+ "removeAttribute(),removeAttributeNode(),removeAttributeNS(),replaceChildren(),replaceWith(),"
539-
+ "requestFullscreen(),requestPointerLock(),role[GSCE],scroll(),scrollBy(),scrollHeight[GCE],"
540-
+ "scrollIntoView(),scrollIntoViewIfNeeded(),scrollLeft[GSCE],scrollTo(),scrollTop[GSCE],"
541-
+ "scrollWidth[GCE],setAttribute(),setAttributeNode(),setAttributeNodeNS(),setAttributeNS(),"
542-
+ "setHTML(),setHTMLUnsafe(),setPointerCapture(),shadowRoot[GCE],slot[GSCE],startViewTransition(),"
543-
+ "tagName[GCE],toggleAttribute(),webkitMatchesSelector(),webkitRequestFullScreen(),"
537+
+ "previousElementSibling[GCE],pseudo(),querySelector(),querySelectorAll(),releasePointerCapture(),"
538+
+ "remove(),removeAttribute(),removeAttributeNode(),removeAttributeNS(),replaceChildren(),"
539+
+ "replaceWith(),requestFullscreen(),requestPointerLock(),role[GSCE],scroll(),scrollBy(),"
540+
+ "scrollHeight[GCE],scrollIntoView(),scrollIntoViewIfNeeded(),scrollLeft[GSCE],scrollTo(),"
541+
+ "scrollTop[GSCE],scrollWidth[GCE],setAttribute(),setAttributeNode(),setAttributeNodeNS(),"
542+
+ "setAttributeNS(),setHTML(),setHTMLUnsafe(),setPointerCapture(),shadowRoot[GCE],slot[GSCE],"
543+
+ "startViewTransition(),tagName[GCE],toggleAttribute(),webkitMatchesSelector(),"
544+
+ "webkitRequestFullScreen(),"
544545
+ "webkitRequestFullscreen()",
545546
EDGE = "activeViewTransition[GCE],after(),animate(),append(),ariaActiveDescendantElement[GSCE],"
546547
+ "ariaAtomic[GSCE],ariaAutoComplete[GSCE],ariaBrailleLabel[GSCE],ariaBrailleRoleDescription[GSCE],"
@@ -567,13 +568,14 @@ public void htmlElement() throws Exception {
567568
+ "nextElementSibling[GCE],onbeforecopy[GSCE],onbeforecut[GSCE],onbeforepaste[GSCE],"
568569
+ "onfullscreenchange[GSCE],onfullscreenerror[GSCE],onsearch[GSCE],onwebkitfullscreenchange[GSCE],"
569570
+ "onwebkitfullscreenerror[GSCE],outerHTML[GSCE],part[GSCE],prefix[GCE],prepend(),"
570-
+ "previousElementSibling[GCE],querySelector(),querySelectorAll(),releasePointerCapture(),remove(),"
571-
+ "removeAttribute(),removeAttributeNode(),removeAttributeNS(),replaceChildren(),replaceWith(),"
572-
+ "requestFullscreen(),requestPointerLock(),role[GSCE],scroll(),scrollBy(),scrollHeight[GCE],"
573-
+ "scrollIntoView(),scrollIntoViewIfNeeded(),scrollLeft[GSCE],scrollTo(),scrollTop[GSCE],"
574-
+ "scrollWidth[GCE],setAttribute(),setAttributeNode(),setAttributeNodeNS(),setAttributeNS(),"
575-
+ "setHTML(),setHTMLUnsafe(),setPointerCapture(),shadowRoot[GCE],slot[GSCE],startViewTransition(),"
576-
+ "tagName[GCE],toggleAttribute(),webkitMatchesSelector(),webkitRequestFullScreen(),"
571+
+ "previousElementSibling[GCE],pseudo(),querySelector(),querySelectorAll(),releasePointerCapture(),"
572+
+ "remove(),removeAttribute(),removeAttributeNode(),removeAttributeNS(),replaceChildren(),"
573+
+ "replaceWith(),requestFullscreen(),requestPointerLock(),role[GSCE],scroll(),scrollBy(),"
574+
+ "scrollHeight[GCE],scrollIntoView(),scrollIntoViewIfNeeded(),scrollLeft[GSCE],scrollTo(),"
575+
+ "scrollTop[GSCE],scrollWidth[GCE],setAttribute(),setAttributeNode(),setAttributeNodeNS(),"
576+
+ "setAttributeNS(),setHTML(),setHTMLUnsafe(),setPointerCapture(),shadowRoot[GCE],slot[GSCE],"
577+
+ "startViewTransition(),tagName[GCE],toggleAttribute(),webkitMatchesSelector(),"
578+
+ "webkitRequestFullScreen(),"
577579
+ "webkitRequestFullscreen()",
578580
FF = "after(),animate(),append(),ariaActiveDescendantElement[GSCE],ariaAtomic[GSCE],"
579581
+ "ariaAutoComplete[GSCE],ariaBrailleLabel[GSCE],ariaBrailleRoleDescription[GSCE],ariaBusy[GSCE],"
@@ -739,13 +741,14 @@ public void element() throws Exception {
739741
+ "nextElementSibling[GCE],onbeforecopy[GSCE],onbeforecut[GSCE],onbeforepaste[GSCE],"
740742
+ "onfullscreenchange[GSCE],onfullscreenerror[GSCE],onsearch[GSCE],onwebkitfullscreenchange[GSCE],"
741743
+ "onwebkitfullscreenerror[GSCE],outerHTML[GSCE],part[GSCE],prefix[GCE],prepend(),"
742-
+ "previousElementSibling[GCE],querySelector(),querySelectorAll(),releasePointerCapture(),remove(),"
743-
+ "removeAttribute(),removeAttributeNode(),removeAttributeNS(),replaceChildren(),replaceWith(),"
744-
+ "requestFullscreen(),requestPointerLock(),role[GSCE],scroll(),scrollBy(),scrollHeight[GCE],"
745-
+ "scrollIntoView(),scrollIntoViewIfNeeded(),scrollLeft[GSCE],scrollTo(),scrollTop[GSCE],"
746-
+ "scrollWidth[GCE],setAttribute(),setAttributeNode(),setAttributeNodeNS(),setAttributeNS(),"
747-
+ "setHTML(),setHTMLUnsafe(),setPointerCapture(),shadowRoot[GCE],slot[GSCE],startViewTransition(),"
748-
+ "tagName[GCE],toggleAttribute(),webkitMatchesSelector(),webkitRequestFullScreen(),"
744+
+ "previousElementSibling[GCE],pseudo(),querySelector(),querySelectorAll(),releasePointerCapture(),"
745+
+ "remove(),removeAttribute(),removeAttributeNode(),removeAttributeNS(),replaceChildren(),"
746+
+ "replaceWith(),requestFullscreen(),requestPointerLock(),role[GSCE],scroll(),scrollBy(),"
747+
+ "scrollHeight[GCE],scrollIntoView(),scrollIntoViewIfNeeded(),scrollLeft[GSCE],scrollTo(),"
748+
+ "scrollTop[GSCE],scrollWidth[GCE],setAttribute(),setAttributeNode(),setAttributeNodeNS(),"
749+
+ "setAttributeNS(),setHTML(),setHTMLUnsafe(),setPointerCapture(),shadowRoot[GCE],slot[GSCE],"
750+
+ "startViewTransition(),tagName[GCE],toggleAttribute(),webkitMatchesSelector(),"
751+
+ "webkitRequestFullScreen(),"
749752
+ "webkitRequestFullscreen()",
750753
EDGE = "activeViewTransition[GCE],after(),animate(),append(),ariaActiveDescendantElement[GSCE],"
751754
+ "ariaAtomic[GSCE],ariaAutoComplete[GSCE],ariaBrailleLabel[GSCE],ariaBrailleRoleDescription[GSCE],"
@@ -772,13 +775,14 @@ public void element() throws Exception {
772775
+ "nextElementSibling[GCE],onbeforecopy[GSCE],onbeforecut[GSCE],onbeforepaste[GSCE],"
773776
+ "onfullscreenchange[GSCE],onfullscreenerror[GSCE],onsearch[GSCE],onwebkitfullscreenchange[GSCE],"
774777
+ "onwebkitfullscreenerror[GSCE],outerHTML[GSCE],part[GSCE],prefix[GCE],prepend(),"
775-
+ "previousElementSibling[GCE],querySelector(),querySelectorAll(),releasePointerCapture(),remove(),"
776-
+ "removeAttribute(),removeAttributeNode(),removeAttributeNS(),replaceChildren(),replaceWith(),"
777-
+ "requestFullscreen(),requestPointerLock(),role[GSCE],scroll(),scrollBy(),scrollHeight[GCE],"
778-
+ "scrollIntoView(),scrollIntoViewIfNeeded(),scrollLeft[GSCE],scrollTo(),scrollTop[GSCE],"
779-
+ "scrollWidth[GCE],setAttribute(),setAttributeNode(),setAttributeNodeNS(),setAttributeNS(),"
780-
+ "setHTML(),setHTMLUnsafe(),setPointerCapture(),shadowRoot[GCE],slot[GSCE],startViewTransition(),"
781-
+ "tagName[GCE],toggleAttribute(),webkitMatchesSelector(),webkitRequestFullScreen(),"
778+
+ "previousElementSibling[GCE],pseudo(),querySelector(),querySelectorAll(),releasePointerCapture(),"
779+
+ "remove(),removeAttribute(),removeAttributeNode(),removeAttributeNS(),replaceChildren(),"
780+
+ "replaceWith(),requestFullscreen(),requestPointerLock(),role[GSCE],scroll(),scrollBy(),"
781+
+ "scrollHeight[GCE],scrollIntoView(),scrollIntoViewIfNeeded(),scrollLeft[GSCE],scrollTo(),"
782+
+ "scrollTop[GSCE],scrollWidth[GCE],setAttribute(),setAttributeNode(),setAttributeNodeNS(),"
783+
+ "setAttributeNS(),setHTML(),setHTMLUnsafe(),setPointerCapture(),shadowRoot[GCE],slot[GSCE],"
784+
+ "startViewTransition(),tagName[GCE],toggleAttribute(),webkitMatchesSelector(),"
785+
+ "webkitRequestFullScreen(),"
782786
+ "webkitRequestFullscreen()",
783787
FF = "after(),animate(),append(),ariaActiveDescendantElement[GSCE],ariaAtomic[GSCE],"
784788
+ "ariaAutoComplete[GSCE],ariaBrailleLabel[GSCE],ariaBrailleRoleDescription[GSCE],ariaBusy[GSCE],"
@@ -15132,8 +15136,8 @@ public void webkitURL() throws Exception {
1513215136
* @throws Exception if the test fails
1513315137
*/
1513415138
@Test
15135-
@Alerts(CHROME = "animationName[GCE],constructor(),elapsedTime[GCE],pseudoElement[GCE]",
15136-
EDGE = "animationName[GCE],constructor(),elapsedTime[GCE],pseudoElement[GCE]",
15139+
@Alerts(CHROME = "animationName[GCE],constructor(),elapsedTime[GCE],pseudoElement[GCE],pseudoTarget[GCE]",
15140+
EDGE = "animationName[GCE],constructor(),elapsedTime[GCE],pseudoElement[GCE],pseudoTarget[GCE]",
1513715141
FF = "animationName[GCE],constructor(),elapsedTime[GCE],pseudoElement[GCE]",
1513815142
FF_ESR = "animationName[GCE],constructor(),elapsedTime[GCE],pseudoElement[GCE]")
1513915143
@HtmlUnitNYI(CHROME = "constructor()",
@@ -16155,8 +16159,8 @@ public void trackEvent() throws Exception {
1615516159
* @throws Exception if the test fails
1615616160
*/
1615716161
@Test
16158-
@Alerts(CHROME = "constructor(),elapsedTime[GCE],propertyName[GCE],pseudoElement[GCE]",
16159-
EDGE = "constructor(),elapsedTime[GCE],propertyName[GCE],pseudoElement[GCE]",
16162+
@Alerts(CHROME = "constructor(),elapsedTime[GCE],propertyName[GCE],pseudoElement[GCE],pseudoTarget[GCE]",
16163+
EDGE = "constructor(),elapsedTime[GCE],propertyName[GCE],pseudoElement[GCE],pseudoTarget[GCE]",
1616016164
FF = "constructor(),elapsedTime[GCE],propertyName[GCE],pseudoElement[GCE]",
1616116165
FF_ESR = "constructor(),elapsedTime[GCE],propertyName[GCE],pseudoElement[GCE]")
1616216166
@HtmlUnitNYI(CHROME = "constructor()",
@@ -16173,8 +16177,10 @@ public void transitionEvent() throws Exception {
1617316177
* @throws Exception if the test fails
1617416178
*/
1617516179
@Test
16176-
@Alerts(CHROME = "constructor(),detail[GCE],initUIEvent(),sourceCapabilities[GCE],view[GCE],which[GCE]",
16177-
EDGE = "constructor(),detail[GCE],initUIEvent(),sourceCapabilities[GCE],view[GCE],which[GCE]",
16180+
@Alerts(CHROME = "constructor(),detail[GCE],initUIEvent(),pseudoTarget[GCE],sourceCapabilities[GCE],view[GCE],"
16181+
+ "which[GCE]",
16182+
EDGE = "constructor(),detail[GCE],initUIEvent(),pseudoTarget[GCE],sourceCapabilities[GCE],view[GCE],"
16183+
+ "which[GCE]",
1617816184
FF = "constructor(),detail[GCE],initUIEvent(),layerX[GCE],layerY[GCE],rangeOffset[GCE],"
1617916185
+ "rangeParent[GCE],SCROLL_PAGE_DOWN[E],SCROLL_PAGE_UP[E],view[GCE],"
1618016186
+ "which[GCE]",
@@ -19644,13 +19650,13 @@ public void intl_DateTimeFormat() throws Exception {
1964419650
@Alerts(CHROME = "baseName[GC],calendar[GC],caseFirst[GC],collation[GC],constructor(),firstDayOfWeek[GC],"
1964519651
+ "getCalendars(),getCollations(),getHourCycles(),getNumberingSystems(),getTextInfo(),"
1964619652
+ "getTimeZones(),getWeekInfo(),hourCycle[GC],language[GC],maximize(),minimize(),"
19647-
+ "numberingSystem[GC],numeric[GC],region[GC],script[GC],"
19648-
+ "toString()",
19653+
+ "numberingSystem[GC],numeric[GC],region[GC],script[GC],toString(),"
19654+
+ "variants[GC]",
1964919655
EDGE = "baseName[GC],calendar[GC],caseFirst[GC],collation[GC],constructor(),firstDayOfWeek[GC],"
1965019656
+ "getCalendars(),getCollations(),getHourCycles(),getNumberingSystems(),getTextInfo(),"
1965119657
+ "getTimeZones(),getWeekInfo(),hourCycle[GC],language[GC],maximize(),minimize(),"
19652-
+ "numberingSystem[GC],numeric[GC],region[GC],script[GC],"
19653-
+ "toString()",
19658+
+ "numberingSystem[GC],numeric[GC],region[GC],script[GC],toString(),"
19659+
+ "variants[GC]",
1965419660
FF = "baseName[GC],calendar[GC],caseFirst[GC],collation[GC],constructor(),hourCycle[GC],language[GC],"
1965519661
+ "maximize(),minimize(),numberingSystem[GC],numeric[GC],region[GC],script[GC],toString(),"
1965619662
+ "variants[GC]",

0 commit comments

Comments
 (0)