File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
src/test/java/com/gargoylesoftware/htmlunit/html Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -302,12 +302,9 @@ public void removeParentOfActiveElement() throws Exception {
302302 */
303303 @ Test
304304 @ Alerts ({"before appendChild;after appendChild;image onload;after removeChild;" , "2" })
305- // HtmlUnit loads images synchron
306- @ HtmlUnitNYI (CHROME = {"before appendChild;image onload;after removeChild;after appendChild;" , "2" },
307- FF = {"before appendChild;image onload;after removeChild;after appendChild;" , "2" },
308- FF68 = {"before appendChild;image onload;after removeChild;after appendChild;" , "2" },
309- FF60 = {"before appendChild;image onload;after removeChild;after appendChild;" , "2" },
310- IE = {"before appendChild;image onload;after removeChild;after appendChild;" , "2" })
305+ // HtmlUnit loads images synchron - because of this the removeChild is called before the
306+ // node is appended and fails
307+ @ NotYetImplemented
311308 public void addRemove () throws Exception {
312309 try (InputStream is = getClass ().getClassLoader ().getResourceAsStream ("testfiles/tiny-jpg.img" )) {
313310 final byte [] directBytes = IOUtils .toByteArray (is );
You can’t perform that action at this time.
0 commit comments