Skip to content

Commit 2749b3d

Browse files
committed
nyi
1 parent 529db8e commit 2749b3d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/test/java/org/htmlunit/html/parser/HTMLParser6Test.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
import org.htmlunit.WebDriverTestCase;
1818
import org.htmlunit.junit.BrowserRunner;
1919
import org.htmlunit.junit.BrowserRunner.Alerts;
20+
import org.htmlunit.junit.BrowserRunner.HtmlUnitNYI;
2021
import org.junit.Test;
2122
import org.junit.runner.RunWith;
2223

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

0 commit comments

Comments
 (0)