File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
src/test/java/org/htmlunit/html/parser Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 1717import org .htmlunit .WebDriverTestCase ;
1818import org .htmlunit .junit .BrowserRunner ;
1919import org .htmlunit .junit .BrowserRunner .Alerts ;
20+ import org .htmlunit .junit .BrowserRunner .HtmlUnitNYI ;
2021import org .junit .Test ;
2122import 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 "
You can’t perform that action at this time.
0 commit comments