|
26 | 26 | import org.htmlunit.WebDriverTestCase; |
27 | 27 | import org.htmlunit.junit.BrowserRunner; |
28 | 28 | import org.htmlunit.junit.annotation.Alerts; |
| 29 | +import org.htmlunit.junit.annotation.HtmlUnitNYI; |
29 | 30 | import org.htmlunit.junit.annotation.NotYetImplemented; |
30 | 31 | import org.junit.Before; |
31 | 32 | import org.junit.Ignore; |
@@ -153,7 +154,16 @@ public void dataTable() throws Exception { |
153 | 154 | "test_createlink", "test_selected_element", "test_dom_path"}, |
154 | 155 | FF = "test_createlink", |
155 | 156 | FF_ESR = "test_createlink") |
156 | | - @NotYetImplemented |
| 157 | + @HtmlUnitNYI(CHROME = {"test_blank_image", "test_insertimage", "test_image_props", |
| 158 | + "test_close_window", "test_bold", "test_selected_element", |
| 159 | + "test_dom_path", "test_createlink"}, |
| 160 | + EDGE = {"test_blank_image", "test_insertimage", "test_image_props", |
| 161 | + "test_close_window", "test_bold", "test_selected_element", |
| 162 | + "test_dom_path", "test_createlink"}, |
| 163 | + FF = {"test_blank_image", "test_insertimage", "test_image_props", |
| 164 | + "test_bold", "test_createlink", "test_hidden_elements"}, |
| 165 | + FF_ESR = {"test_blank_image", "test_insertimage", "test_image_props", |
| 166 | + "test_bold", "test_createlink", "test_hidden_elements"}) |
157 | 167 | public void editor() throws Exception { |
158 | 168 | doTest("editor.html", Arrays.asList(getExpectedAlerts())); |
159 | 169 | } |
|
0 commit comments