Skip to content

Commit da4d516

Browse files
committed
Firefox 149, Chrome 147
1 parent 0f034ec commit da4d516

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17885,7 +17885,9 @@ public void documentType() throws Exception {
1788517885
EDGE = "arrayBuffer(),bytes(),constructor(),size[GCE],slice(),stream(),text(),type[GCE]",
1788617886
FF = "arrayBuffer(),bytes(),constructor(),size[GCE],slice(),stream(),text(),type[GCE]",
1788717887
FF_ESR = "arrayBuffer(),bytes(),constructor(),size[GCE],slice(),stream(),text(),type[GCE]")
17888-
@HtmlUnitNYI(FF = "arrayBuffer(),constructor(),size[GCE],slice(),stream(),text(),type[GCE]",
17888+
@HtmlUnitNYI(CHROME = "arrayBuffer(),constructor(),size[GCE],slice(),stream(),text(),type[GCE]",
17889+
EDGE = "arrayBuffer(),constructor(),size[GCE],slice(),stream(),text(),type[GCE]",
17890+
FF = "arrayBuffer(),constructor(),size[GCE],slice(),stream(),text(),type[GCE]",
1788917891
FF_ESR = "arrayBuffer(),constructor(),size[GCE],slice(),stream(),text(),type[GCE]")
1789017892
public void blob() throws Exception {
1789117893
testString("", "new Blob([1, 2], { type: \"text/html\" })");

0 commit comments

Comments
 (0)