We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3d6806 commit ff36ecfCopy full SHA for ff36ecf
1 file changed
src/test/java/org/htmlunit/libraries/YuiTest.java
@@ -172,7 +172,10 @@ public void editor() throws Exception {
172
*/
173
@Test
174
@Alerts("")
175
- @HtmlUnitNYI("org.htmlunit.ScriptException: TypeError: Cannot call method \"appendChild\" of null")
+ @HtmlUnitNYI(CHROME = "org.htmlunit.ScriptException: TypeError: Cannot call method \"appendChild\" of null",
176
+ EDGE = "org.htmlunit.ScriptException: TypeError: Cannot call method \"appendChild\" of null",
177
+ FF = "org.htmlunit.ScriptException: TypeError: Cannot call method \"appendChild\" of null",
178
+ FF_ESR = "org.htmlunit.ScriptException: TypeError: Cannot call method \"appendChild\" of null")
179
public void yuiLoaderRollup() throws Exception {
180
doTest("yuiloader_rollup.html");
181
}
0 commit comments