Skip to content

Commit 9538e8c

Browse files
committed
fix expectations
1 parent 36a2dea commit 9538e8c

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18622,6 +18622,11 @@ public void domRect() throws Exception {
1862218622
EDGE = "constructor(),matrixTransform(),toJSON(),w[GCE],x[GCE],y[GCE],z[GCE]",
1862318623
FF = "constructor(),matrixTransform(),toJSON(),w[GCE],x[GCE],y[GCE],z[GCE]",
1862418624
FF_ESR = "constructor(),matrixTransform(),toJSON(),w[GCE],x[GCE],y[GCE],z[GCE]")
18625+
@HtmlUnitNYI(
18626+
CHROME = "constructor(),toJSON(),w[GCE],x[GCE],y[GCE],z[GCE]",
18627+
EDGE = "constructor(),toJSON(),w[GCE],x[GCE],y[GCE],z[GCE]",
18628+
FF = "constructor(),toJSON(),w[GCE],x[GCE],y[GCE],z[GCE]",
18629+
FF_ESR = "constructor(),toJSON(),w[GCE],x[GCE],y[GCE],z[GCE]")
1862518630
public void domPointReadOnly() throws Exception {
1862618631
testString("", "new DOMPointReadOnly()");
1862718632
}

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9688,6 +9688,10 @@ public void domRect() throws Exception {
96889688
EDGE = "matrixTransform(),toJSON(),w,x,y,z",
96899689
FF = "matrixTransform(),toJSON(),w,x,y,z",
96909690
FF_ESR = "matrixTransform(),toJSON(),w,x,y,z")
9691+
@HtmlUnitNYI(CHROME = "toJSON(),w,x,y,z",
9692+
EDGE = "toJSON(),w,x,y,z",
9693+
FF = "toJSON(),w,x,y,z",
9694+
FF_ESR = "toJSON(),w,x,y,z")
96919695
public void domPointReadOnly() throws Exception {
96929696
testString("", "new DOMPointReadOnly()");
96939697
}
@@ -9702,6 +9706,10 @@ public void domPointReadOnly() throws Exception {
97029706
EDGE = "matrixTransform(),toJSON(),w,x,y,z",
97039707
FF = "matrixTransform(),toJSON(),w,x,y,z",
97049708
FF_ESR = "matrixTransform(),toJSON(),w,x,y,z")
9709+
@HtmlUnitNYI(CHROME = "toJSON(),w,x,y,z",
9710+
EDGE = "toJSON(),w,x,y,z",
9711+
FF = "toJSON(),w,x,y,z",
9712+
FF_ESR = "toJSON(),w,x,y,z")
97059713
public void domPoint() throws Exception {
97069714
testString("", "new DOMPoint()");
97079715
}

0 commit comments

Comments
 (0)