Skip to content

Commit e33f2f4

Browse files
committed
scope handling fix (wip)
1 parent 557e787 commit e33f2f4

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/test/java/org/htmlunit/html/HtmlInlineFrame2Test.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -246,10 +246,6 @@ public void aboutSrc() throws Exception {
246246
*/
247247
@Test
248248
@Alerts({"1:true", "2:false", "3:false", "4:false"})
249-
@HtmlUnitNYI(CHROME = {"1:false", "2:false", "3:false", "4:false"},
250-
EDGE = {"1:false", "2:false", "3:false", "4:false"},
251-
FF = {"1:false", "2:false", "3:false", "4:false"},
252-
FF_ESR = {"1:false", "2:false", "3:false", "4:false"})
253249
public void createIframeFromStrictFunction() throws Exception {
254250
final String html = DOCTYPE_HTML
255251
+ "<html><head>\n"

0 commit comments

Comments
 (0)