Skip to content

Commit

Permalink
code style
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Jan 3, 2024
1 parent 9547d52 commit 674cd0d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/test/java/org/htmlunit/html/parser/MalformedHtmlTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -1289,10 +1289,10 @@ public void siblingWithContentAndBodyBeforeFrameset() throws Exception {
@Test
@Alerts({"frame loaded", "1", "0"})
@HtmlUnitNYI(CHROME = {"", "0", "1"},
EDGE = {"", "0", "1"},
FF = {"", "0", "1"},
FF_ESR = {"", "0", "1"},
IE = {"", "0", "1"})
EDGE = {"", "0", "1"},
FF = {"", "0", "1"},
FF_ESR = {"", "0", "1"},
IE = {"", "0", "1"})
public void framesetInsideDiv() throws Exception {
final String html = "<html>\n"
+ "<div id='tester'>\n"
Expand Down Expand Up @@ -1322,10 +1322,10 @@ public void framesetInsideDiv() throws Exception {
@Test
@Alerts({"frame loaded", "1", "0"})
@HtmlUnitNYI(CHROME = {"", "0", "1"},
EDGE = {"", "0", "1"},
FF = {"", "0", "1"},
FF_ESR = {"", "0", "1"},
IE = {"", "0", "1"})
EDGE = {"", "0", "1"},
FF = {"", "0", "1"},
FF_ESR = {"", "0", "1"},
IE = {"", "0", "1"})
public void framesetInsideForm() throws Exception {
final String html = "<html>\n"
+ "<form id='tester'>\n"
Expand Down

0 comments on commit 674cd0d

Please sign in to comment.