Skip to content

Commit

Permalink
nyi
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Jan 2, 2024
1 parent 75ccb31 commit 75e73ca
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1080,7 +1080,11 @@ public void _html_tr() throws Exception {
@Test
@Alerts(DEFAULT = "null",
IE = "0")
@HtmlUnitNYI(IE = "1")
@HtmlUnitNYI(
CHROME = "0",
EDGE = "0",
FF = "0",
FF_ESR = "0")
public void _isindex_frameset() throws Exception {
test("isindex", "frameset");
}
Expand Down

0 comments on commit 75e73ca

Please sign in to comment.