Skip to content

Commit

Permalink
nyi
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Nov 20, 2024
1 parent 529db8e commit 2749b3d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/test/java/org/htmlunit/html/parser/HTMLParser6Test.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
import org.htmlunit.WebDriverTestCase;
import org.htmlunit.junit.BrowserRunner;
import org.htmlunit.junit.BrowserRunner.Alerts;
import org.htmlunit.junit.BrowserRunner.HtmlUnitNYI;
import org.junit.Test;
import org.junit.runner.RunWith;

Expand Down Expand Up @@ -110,6 +111,8 @@ public void fragmentParserHtmlInsideSelect() throws Exception {
@Alerts(DEFAULT = "<option id=\"myOption\">op1</option><select><option value=\"da\">Dansk</option></select>",
FF = "<option id=\"myOption\">op1</option><option value=\"da\">Dansk</option>",
FF_ESR = "<option id=\"myOption\">op1</option><option value=\"da\">Dansk</option>")
@HtmlUnitNYI(CHROME = "<option id=\"myOption\">op1</option><option value=\"da\">Dansk</option>",
EDGE = "<option id=\"myOption\">op1</option><option value=\"da\">Dansk</option>")
public void fragmentParserHtmlInsideOption() throws Exception {
final String fragment = "<select><option value=\"da\">Dansk</option></select>";
final String html = "<html><head>\n"
Expand Down

0 comments on commit 2749b3d

Please sign in to comment.