@@ -327,7 +327,6 @@ public void prefixAttribute() throws Exception {
327327 @ Test
328328 @ Alerts (DEFAULT = {"2" , "thing1" , "tHIng2" },
329329 IE = {})
330- @ HtmlUnitNYI (IE = {"2" , "thing1" , "tHIng2" })
331330 public void prefixAttributeCaseInSensitive () throws Exception {
332331 final String html = "<html><head>\n "
333332 + "<script>\n "
@@ -411,7 +410,6 @@ public void suffixAttribute() throws Exception {
411410 @ Test
412411 @ Alerts (DEFAULT = {"2" , "something" , "AnyThinG" },
413412 IE = {})
414- @ HtmlUnitNYI (IE = {"2" , "something" , "AnyThinG" })
415413 public void suffixAttributeCaseInSensitive () throws Exception {
416414 final String html = "<html><head>\n "
417415 + "<script>\n "
@@ -495,7 +493,6 @@ public void substringAttribute() throws Exception {
495493 @ Test
496494 @ Alerts (DEFAULT = {"2" , "sometHIng" , "thinG2" },
497495 IE = {})
498- @ HtmlUnitNYI (IE = {"2" , "sometHIng" , "thinG2" })
499496 public void substringAttributeInSensitive () throws Exception {
500497 final String html = "<html><head>\n "
501498 + "<script>\n "
@@ -578,7 +575,6 @@ public void oneOfAttribute() throws Exception {
578575 @ Test
579576 @ Alerts (DEFAULT = {"2" , "id1" , "id2" },
580577 IE = {})
581- @ HtmlUnitNYI (IE = {"2" , "id1" , "id2" })
582578 public void oneOfAttributeInSensitive () throws Exception {
583579 final String html = "<html><head>\n "
584580 + "<meta http-equiv='X-UA-Compatible' content='IE=edge'>\n "
@@ -696,7 +692,6 @@ public void hyphenSeparatedAttributeValue() throws Exception {
696692 @ Test
697693 @ Alerts (DEFAULT = {"5" , "id1" , "id2" , "id5" , "id6" , "id7" },
698694 IE = {})
699- @ HtmlUnitNYI (IE = {"5" , "id1" , "id2" , "id5" , "id6" , "id7" })
700695 public void hyphenSeparatedAttributeValueInSensitive () throws Exception {
701696 final String html = "<html><head>\n "
702697 + "<meta http-equiv='X-UA-Compatible' content='IE=edge'>\n "
@@ -1060,7 +1055,6 @@ public void pseudoRadioChecked() throws Exception {
10601055 @ Test
10611056 @ Alerts (DEFAULT = {"theform" , "id3" },
10621057 IE = "id3" ) //minLength and maxLength not supported in IE
1063- @ HtmlUnitNYI (IE = {"theform" , "id3" })
10641058 public void pseudoInvalid () throws Exception {
10651059 final String html = "<html><head>\n "
10661060 + "<script>\n "
@@ -1206,7 +1200,6 @@ public void first_of_type() throws Exception {
12061200 @ Test
12071201 @ Alerts (DEFAULT = {"2" , "link_2" , "link_3" },
12081202 IE = "exception" )
1209- @ HtmlUnitNYI (IE = {"2" , "link_2" , "link_3" })
12101203 public void invalid_not () throws Exception {
12111204 final String html = "<html><head>\n "
12121205 + "<meta http-equiv='X-UA-Compatible' content='IE=edge'>\n "
@@ -1368,7 +1361,6 @@ public void not() throws Exception {
13681361 @ Test
13691362 @ Alerts (DEFAULT = "id2" ,
13701363 IE = "exception" )
1371- @ HtmlUnitNYI (IE = "id2" )
13721364 public void notWithFirstOfType () throws Exception {
13731365 final String html = "<html>\n "
13741366 + "<head>\n "
@@ -1396,7 +1388,6 @@ public void notWithFirstOfType() throws Exception {
13961388 @ Alerts (DEFAULT = {"2" , "id2" , "id3" , "2" , "id1" , "id3" , "2" , "id1" , "id2" ,
13971389 "3" , "id1" , "id2" , "id3" },
13981390 IE = "exception" )
1399- @ HtmlUnitNYI (IE = {"2" , "id2" , "id3" , "2" , "id1" , "id3" , "2" , "id1" , "id2" , "3" , "id1" , "id2" , "id3" })
14001391 public void notWithNthOfType () throws Exception {
14011392 final String html = "<html>\n "
14021393 + "<head>\n "
@@ -1442,7 +1433,6 @@ public void notWithNthOfType() throws Exception {
14421433 @ Test
14431434 @ Alerts (DEFAULT = "id2" ,
14441435 IE = "exception" )
1445- @ HtmlUnitNYI (IE = "id2" )
14461436 public void notWithLastOfType () throws Exception {
14471437 final String html = "<html>\n "
14481438 + "<head>\n "
@@ -1470,7 +1460,6 @@ public void notWithLastOfType() throws Exception {
14701460 @ Alerts (DEFAULT = {"2" , "id1" , "id2" , "2" , "id1" , "id3" , "2" , "id2" , "id3" ,
14711461 "3" , "id1" , "id2" , "id3" },
14721462 IE = "exception" )
1473- @ HtmlUnitNYI (IE = {"2" , "id1" , "id2" , "2" , "id1" , "id3" , "2" , "id2" , "id3" , "3" , "id1" , "id2" , "id3" })
14741463 public void notWithNthLastOfType () throws Exception {
14751464 final String html = "<html>\n "
14761465 + "<head>\n "
@@ -2221,7 +2210,6 @@ public void focusEmptyDetached() throws Exception {
22212210 @ Test
22222211 @ Alerts (DEFAULT = {"null" , "null" , "null" },
22232212 IE = {"exception" , "exception" , "exception" })
2224- @ HtmlUnitNYI (IE = {"null" , "exception" , "null" })
22252213 public void focusWithinEmptyDetached () throws Exception {
22262214 emptyAndDetached ("*:focus-within" );
22272215 emptyAndDetached (":focus-within" );
@@ -2233,7 +2221,6 @@ public void focusWithinEmptyDetached() throws Exception {
22332221 @ Test
22342222 @ Alerts (DEFAULT = {"null" , "null" , "null" },
22352223 IE = {"exception" , "exception" , "exception" })
2236- @ HtmlUnitNYI (IE = {"null" , "exception" , "null" })
22372224 public void focusVisibleEmptyDetached () throws Exception {
22382225 emptyAndDetached ("*:focus-visible" );
22392226 emptyAndDetached (":focus-visible" );
@@ -2287,7 +2274,6 @@ public void linkEmptyDetached() throws Exception {
22872274 @ Test
22882275 @ Alerts (DEFAULT = {"null" , "null" , "[object HTMLSpanElement]" },
22892276 IE = {"null" , "exception" , "[object HTMLSpanElement]" })
2290- @ HtmlUnitNYI (IE = {"null" , "null" , "[object HTMLSpanElement]" })
22912277 public void notEmptyDetached () throws Exception {
22922278 emptyAndDetached ("*:not(p)" );
22932279 emptyAndDetached (":not(p)" );
0 commit comments