Skip to content

Commit 5d0cce5

Browse files
committed
Chrome/Edge 128, FF 129
1 parent aac8746 commit 5d0cce5

File tree

6 files changed

+320
-315
lines changed

6 files changed

+320
-315
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<slf4j.version>2.0.16</slf4j.version>
4444

4545
<!-- As a property, as it is included in Checkstyle build -->
46-
<checkstyle.version>10.17.0</checkstyle.version>
46+
<checkstyle.version>10.18.0</checkstyle.version>
4747
<spotbugs.version>4.8.6</spotbugs.version>
4848
<pmd.version>7.4.0</pmd.version>
4949
<junit.version>4.13.2</junit.version>

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

+150-146
Large diffs are not rendered by default.

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

+168-162
Large diffs are not rendered by default.

src/test/java/org/htmlunit/general/huge/HostParentOfCTest.java

+1-3
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,7 @@ public void _CanvasRenderingContext2D_CanvasRenderingContext2D() throws Exceptio
118118
* @throws Exception if the test fails
119119
*/
120120
@Test
121-
@Alerts(DEFAULT = "false",
122-
FF = "true",
123-
FF_ESR = "true")
121+
@Alerts("true")
124122
public void _CaretPosition_CaretPosition() throws Exception {
125123
test("CaretPosition", "CaretPosition");
126124
}

src/test/java/org/htmlunit/general/huge/HostParentOfDTest.java

-1
Original file line numberDiff line numberDiff line change
@@ -2363,7 +2363,6 @@ public void _Event_SVGZoomEvent() throws Exception {
23632363
*/
23642364
@Test
23652365
@Alerts(DEFAULT = "true",
2366-
FF = "false",
23672366
FF_ESR = "false")
23682367
public void _Event_TextEvent() throws Exception {
23692368
test("Event", "TextEvent");

src/test/java/org/htmlunit/general/huge/HostParentOfTTest.java

-2
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ public void _TextEncoder_TextEncoder() throws Exception {
8787
*/
8888
@Test
8989
@Alerts(DEFAULT = "true",
90-
FF = "false",
9190
FF_ESR = "false")
9291
public void _TextEvent_TextEvent() throws Exception {
9392
test("TextEvent", "TextEvent");
@@ -342,7 +341,6 @@ public void _UIEvent_SVGZoomEvent() throws Exception {
342341
*/
343342
@Test
344343
@Alerts(DEFAULT = "true",
345-
FF = "false",
346344
FF_ESR = "false")
347345
public void _UIEvent_TextEvent() throws Exception {
348346
test("UIEvent", "TextEvent");

0 commit comments

Comments
 (0)