@@ -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