From: <rb...@us...> - 2015-12-31 14:24:37
|
Revision: 11699 http://sourceforge.net/p/htmlunit/code/11699 Author: rbri Date: 2015-12-31 14:24:33 +0000 (Thu, 31 Dec 2015) Log Message: ----------- more cleanup after IE8 removal Modified Paths: -------------- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/ElementClosesElementTest.java trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfITest.java trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfSTest.java Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/ElementClosesElementTest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/ElementClosesElementTest.java 2015-12-31 14:22:10 UTC (rev 11698) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/ElementClosesElementTest.java 2015-12-31 14:24:33 UTC (rev 11699) @@ -19,7 +19,6 @@ import static com.gargoylesoftware.htmlunit.BrowserRunner.Browser.FF31; import static com.gargoylesoftware.htmlunit.BrowserRunner.Browser.FF38; import static com.gargoylesoftware.htmlunit.BrowserRunner.Browser.IE; -import static com.gargoylesoftware.htmlunit.BrowserRunner.Browser.IE11; import java.util.ArrayList; import java.util.Collection; @@ -111,7 +110,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _abbr_area() throws Exception { test("abbr", "area"); } @@ -160,7 +159,7 @@ IE = "2", FF31 = "1", FF38 = "1") - @NotYetImplemented({ CHROME, IE11 }) + @NotYetImplemented({ CHROME, IE }) public void _abbr_command() throws Exception { test("abbr", "command"); } @@ -234,7 +233,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ CHROME, IE11, FF }) + @NotYetImplemented({ CHROME, IE, FF }) public void _abbr_param() throws Exception { test("abbr", "param"); } @@ -244,7 +243,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _abbr_source() throws Exception { test("abbr", "source"); } @@ -254,7 +253,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _abbr_track() throws Exception { test("abbr", "track"); } @@ -273,7 +272,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _acronym_area() throws Exception { test("acronym", "area"); } @@ -322,7 +321,7 @@ IE = "2", FF31 = "1", FF38 = "1") - @NotYetImplemented({ CHROME, IE11 }) + @NotYetImplemented({ CHROME, IE }) public void _acronym_command() throws Exception { test("acronym", "command"); } @@ -396,7 +395,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ CHROME, IE11, FF }) + @NotYetImplemented({ CHROME, IE, FF }) public void _acronym_param() throws Exception { test("acronym", "param"); } @@ -406,7 +405,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _acronym_source() throws Exception { test("acronym", "source"); } @@ -416,7 +415,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _acronym_track() throws Exception { test("acronym", "track"); } @@ -444,7 +443,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _a_area() throws Exception { test("a", "area"); } @@ -493,7 +492,7 @@ IE = "2", FF31 = "1", FF38 = "1") - @NotYetImplemented({ CHROME, IE11 }) + @NotYetImplemented({ CHROME, IE }) public void _a_command() throws Exception { test("a", "command"); } @@ -567,7 +566,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ CHROME, IE11, FF }) + @NotYetImplemented({ CHROME, IE, FF }) public void _a_param() throws Exception { test("a", "param"); } @@ -577,7 +576,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _a_source() throws Exception { test("a", "source"); } @@ -587,7 +586,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _a_track() throws Exception { test("a", "track"); } @@ -606,7 +605,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _address_area() throws Exception { test("address", "area"); } @@ -655,7 +654,7 @@ IE = "2", FF31 = "1", FF38 = "1") - @NotYetImplemented({ CHROME, IE11 }) + @NotYetImplemented({ CHROME, IE }) public void _address_command() throws Exception { test("address", "command"); } @@ -729,7 +728,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _address_param() throws Exception { test("address", "param"); } @@ -739,7 +738,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _address_source() throws Exception { test("address", "source"); } @@ -749,7 +748,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _address_track() throws Exception { test("address", "track"); } @@ -6828,7 +6827,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _bdo_area() throws Exception { test("bdo", "area"); } @@ -6877,7 +6876,7 @@ IE = "2", FF31 = "1", FF38 = "1") - @NotYetImplemented({ CHROME, IE11 }) + @NotYetImplemented({ CHROME, IE }) public void _bdo_command() throws Exception { test("bdo", "command"); } @@ -6951,7 +6950,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ CHROME, IE11, FF }) + @NotYetImplemented({ CHROME, IE, FF }) public void _bdo_param() throws Exception { test("bdo", "param"); } @@ -6961,7 +6960,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _bdo_source() throws Exception { test("bdo", "source"); } @@ -6971,7 +6970,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _bdo_track() throws Exception { test("bdo", "track"); } @@ -6990,7 +6989,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _big_area() throws Exception { test("big", "area"); } @@ -7039,7 +7038,7 @@ IE = "2", FF31 = "1", FF38 = "1") - @NotYetImplemented({ CHROME, IE11 }) + @NotYetImplemented({ CHROME, IE }) public void _big_command() throws Exception { test("big", "command"); } @@ -7113,7 +7112,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ CHROME, IE11, FF }) + @NotYetImplemented({ CHROME, IE, FF }) public void _big_param() throws Exception { test("big", "param"); } @@ -7123,7 +7122,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _big_source() throws Exception { test("big", "source"); } @@ -7133,7 +7132,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _big_track() throws Exception { test("big", "track"); } @@ -7152,7 +7151,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _blink_area() throws Exception { test("blink", "area"); } @@ -7201,7 +7200,7 @@ IE = "2", FF31 = "1", FF38 = "1") - @NotYetImplemented({ CHROME, IE11 }) + @NotYetImplemented({ CHROME, IE }) public void _blink_command() throws Exception { test("blink", "command"); } @@ -7275,7 +7274,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ CHROME, IE11, FF }) + @NotYetImplemented({ CHROME, IE, FF }) public void _blink_param() throws Exception { test("blink", "param"); } @@ -7285,7 +7284,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _blink_source() throws Exception { test("blink", "source"); } @@ -7295,7 +7294,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _blink_track() throws Exception { test("blink", "track"); } @@ -7314,7 +7313,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _blockquote_area() throws Exception { test("blockquote", "area"); } @@ -7363,7 +7362,7 @@ IE = "2", FF31 = "1", FF38 = "1") - @NotYetImplemented({ CHROME, IE11 }) + @NotYetImplemented({ CHROME, IE }) public void _blockquote_command() throws Exception { test("blockquote", "command"); } @@ -7437,7 +7436,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _blockquote_param() throws Exception { test("blockquote", "param"); } @@ -7447,7 +7446,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _blockquote_source() throws Exception { test("blockquote", "source"); } @@ -7457,7 +7456,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _blockquote_track() throws Exception { test("blockquote", "track"); } @@ -7524,7 +7523,7 @@ IE = "3", FF31 = "3", FF38 = "3") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _body_area() throws Exception { test("body", "area"); } @@ -7710,7 +7709,7 @@ @Alerts(CHROME = "3", IE = "3", FF = "2") - @NotYetImplemented({ CHROME, IE11 }) + @NotYetImplemented({ CHROME, IE }) public void _body_command() throws Exception { test("body", "command"); } @@ -8015,7 +8014,7 @@ IE = "3", FF31 = "3", FF38 = "3") - @NotYetImplemented({ FF, IE11 }) + @NotYetImplemented({ FF, IE }) public void _body_isindex() throws Exception { test("body", "isindex"); } @@ -8205,7 +8204,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _body_nextid() throws Exception { test("body", "nextid"); } @@ -8319,7 +8318,7 @@ IE = "3", FF31 = "3", FF38 = "3") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _body_param() throws Exception { test("body", "param"); } @@ -8441,7 +8440,7 @@ IE = "3", FF31 = "3", FF38 = "3") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _body_source() throws Exception { test("body", "source"); } @@ -8550,7 +8549,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _body_title() throws Exception { test("body", "title"); } @@ -8563,7 +8562,7 @@ IE = "3", FF31 = "3", FF38 = "3") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _body_track() throws Exception { test("body", "track"); } @@ -8630,7 +8629,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _b_area() throws Exception { test("b", "area"); } @@ -8679,7 +8678,7 @@ IE = "2", FF31 = "1", FF38 = "1") - @NotYetImplemented({ CHROME, IE11 }) + @NotYetImplemented({ CHROME, IE }) public void _b_command() throws Exception { test("b", "command"); } @@ -8753,7 +8752,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ CHROME, IE11, FF }) + @NotYetImplemented({ CHROME, IE, FF }) public void _b_param() throws Exception { test("b", "param"); } @@ -8763,7 +8762,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _b_source() throws Exception { test("b", "source"); } @@ -8773,7 +8772,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _b_track() throws Exception { test("b", "track"); } @@ -10008,7 +10007,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _button_area() throws Exception { test("button", "area"); } @@ -10066,7 +10065,7 @@ IE = "2", FF31 = "1", FF38 = "1") - @NotYetImplemented({ CHROME, IE11 }) + @NotYetImplemented({ CHROME, IE }) public void _button_command() throws Exception { test("button", "command"); } @@ -10103,7 +10102,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _button_image() throws Exception { test("button", "image"); } @@ -10140,7 +10139,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ CHROME, IE11, FF }) + @NotYetImplemented({ CHROME, IE, FF }) public void _button_param() throws Exception { test("button", "param"); } @@ -10150,7 +10149,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _button_source() throws Exception { test("button", "source"); } @@ -10160,7 +10159,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _button_track() throws Exception { test("button", "track"); } @@ -11557,7 +11556,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _center_area() throws Exception { test("center", "area"); } @@ -11606,7 +11605,7 @@ IE = "2", FF31 = "1", FF38 = "1") - @NotYetImplemented({ CHROME, IE11 }) + @NotYetImplemented({ CHROME, IE }) public void _center_command() throws Exception { test("center", "command"); } @@ -11680,7 +11679,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _center_param() throws Exception { test("center", "param"); } @@ -11690,7 +11689,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _center_source() throws Exception { test("center", "source"); } @@ -11700,7 +11699,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _center_track() throws Exception { test("center", "track"); } @@ -11719,7 +11718,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _cite_area() throws Exception { test("cite", "area"); } @@ -11768,7 +11767,7 @@ IE = "2", FF31 = "1", FF38 = "1") - @NotYetImplemented({ CHROME, IE11 }) + @NotYetImplemented({ CHROME, IE }) public void _cite_command() throws Exception { test("cite", "command"); } @@ -11842,7 +11841,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ CHROME, IE11, FF }) + @NotYetImplemented({ CHROME, IE, FF }) public void _cite_param() throws Exception { test("cite", "param"); } @@ -11852,7 +11851,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _cite_source() throws Exception { test("cite", "source"); } @@ -11862,7 +11861,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _cite_track() throws Exception { test("cite", "track"); } @@ -11881,7 +11880,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _code_area() throws Exception { test("code", "area"); } @@ -11930,7 +11929,7 @@ IE = "2", FF31 = "1", FF38 = "1") - @NotYetImplemented({ CHROME, IE11 }) + @NotYetImplemented({ CHROME, IE }) public void _code_command() throws Exception { test("code", "command"); } @@ -12004,7 +12003,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ CHROME, IE11, FF }) + @NotYetImplemented({ CHROME, IE, FF }) public void _code_param() throws Exception { test("code", "param"); } @@ -12014,7 +12013,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _code_source() throws Exception { test("code", "source"); } @@ -12024,7 +12023,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _code_track() throws Exception { test("code", "track"); } @@ -12263,7 +12262,7 @@ IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ CHROME, IE11 }) + @NotYetImplemented({ CHROME, IE }) public void _command_body() throws Exception { test("command", "body"); } @@ -12327,7 +12326,7 @@ IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ CHROME, IE11 }) + @NotYetImplemented({ CHROME, IE }) public void _command_caption() throws Exception { test("command", "caption"); } @@ -12651,7 +12650,7 @@ IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ CHROME, IE11 }) + @NotYetImplemented({ CHROME, IE }) public void _command_head() throws Exception { test("command", "head"); } @@ -12767,7 +12766,7 @@ IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ CHROME, IE11 }) + @NotYetImplemented({ CHROME, IE }) public void _command_html() throws Exception { test("command", "html"); } @@ -13203,7 +13202,7 @@ IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ CHROME, IE11 }) + @NotYetImplemented({ CHROME, IE }) public void _command_optgroup() throws Exception { test("command", "optgroup"); } @@ -13216,7 +13215,7 @@ IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ CHROME, IE11 }) + @NotYetImplemented({ CHROME, IE }) public void _command_option() throws Exception { test("command", "option"); } @@ -13539,7 +13538,7 @@ IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ CHROME, IE11 }) + @NotYetImplemented({ CHROME, IE }) public void _command_col() throws Exception { test("command", "col"); } @@ -13552,7 +13551,7 @@ IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ CHROME, IE11 }) + @NotYetImplemented({ CHROME, IE }) public void _command_colgroup() throws Exception { test("command", "colgroup"); } @@ -13565,7 +13564,7 @@ IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ CHROME, IE11 }) + @NotYetImplemented({ CHROME, IE }) public void _command_tbody() throws Exception { test("command", "tbody"); } @@ -13578,7 +13577,7 @@ IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ CHROME, IE11 }) + @NotYetImplemented({ CHROME, IE }) public void _command_td() throws Exception { test("command", "td"); } @@ -13591,7 +13590,7 @@ IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ CHROME, IE11 }) + @NotYetImplemented({ CHROME, IE }) public void _command_th() throws Exception { test("command", "th"); } @@ -13604,7 +13603,7 @@ IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ CHROME, IE11 }) + @NotYetImplemented({ CHROME, IE }) public void _command_tr() throws Exception { test("command", "tr"); } @@ -13630,7 +13629,7 @@ IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ CHROME, IE11 }) + @NotYetImplemented({ CHROME, IE }) public void _command_tfoot() throws Exception { test("command", "tfoot"); } @@ -13643,7 +13642,7 @@ IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ CHROME, IE11 }) + @NotYetImplemented({ CHROME, IE }) public void _command_thead() throws Exception { test("command", "thead"); } @@ -13943,7 +13942,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _dfn_area() throws Exception { test("dfn", "area"); } @@ -13992,7 +13991,7 @@ IE = "2", FF31 = "1", FF38 = "1") - @NotYetImplemented({ CHROME, IE11 }) + @NotYetImplemented({ CHROME, IE }) public void _dfn_command() throws Exception { test("dfn", "command"); } @@ -14066,7 +14065,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ CHROME, IE11, FF }) + @NotYetImplemented({ CHROME, IE, FF }) public void _dfn_param() throws Exception { test("dfn", "param"); } @@ -14076,7 +14075,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _dfn_source() throws Exception { test("dfn", "source"); } @@ -14086,7 +14085,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _dfn_track() throws Exception { test("dfn", "track"); } @@ -14105,7 +14104,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _dd_area() throws Exception { test("dd", "area"); } @@ -14154,7 +14153,7 @@ IE = "2", FF31 = "1", FF38 = "1") - @NotYetImplemented({ CHROME, IE11 }) + @NotYetImplemented({ CHROME, IE }) public void _dd_command() throws Exception { test("dd", "command"); } @@ -14246,7 +14245,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _dd_param() throws Exception { test("dd", "param"); } @@ -14256,7 +14255,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _dd_source() throws Exception { test("dd", "source"); } @@ -14266,7 +14265,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _dd_track() throws Exception { test("dd", "track"); } @@ -14285,7 +14284,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _del_area() throws Exception { test("del", "area"); } @@ -14334,7 +14333,7 @@ IE = "2", FF31 = "1", FF38 = "1") - @NotYetImplemented({ CHROME, IE11 }) + @NotYetImplemented({ CHROME, IE }) public void _del_command() throws Exception { test("del", "command"); } @@ -14408,7 +14407,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _del_param() throws Exception { test("del", "param"); } @@ -14418,7 +14417,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _del_source() throws Exception { test("del", "source"); } @@ -14428,7 +14427,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _del_track() throws Exception { test("del", "track"); } @@ -14771,7 +14770,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _dir_area() throws Exception { test("dir", "area"); } @@ -14820,7 +14819,7 @@ IE = "2", FF31 = "1", FF38 = "1") - @NotYetImplemented({ CHROME, IE11 }) + @NotYetImplemented({ CHROME, IE }) public void _dir_command() throws Exception { test("dir", "command"); } @@ -14894,7 +14893,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _dir_param() throws Exception { test("dir", "param"); } @@ -14904,7 +14903,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _dir_source() throws Exception { test("dir", "source"); } @@ -14914,7 +14913,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _dir_track() throws Exception { test("dir", "track"); } @@ -14933,7 +14932,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _div_area() throws Exception { test("div", "area"); } @@ -14982,7 +14981,7 @@ IE = "2", FF31 = "1", FF38 = "1") - @NotYetImplemented({ CHROME, IE11 }) + @NotYetImplemented({ CHROME, IE }) public void _div_command() throws Exception { test("div", "command"); } @@ -15056,7 +15055,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _div_param() throws Exception { test("div", "param"); } @@ -15066,7 +15065,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _div_source() throws Exception { test("div", "source"); } @@ -15076,7 +15075,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _div_track() throws Exception { test("div", "track"); } @@ -15095,7 +15094,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _dl_area() throws Exception { test("dl", "area"); } @@ -15144,7 +15143,7 @@ IE = "2", FF31 = "1", FF38 = "1") - @NotYetImplemented({ CHROME, IE11 }) + @NotYetImplemented({ CHROME, IE }) public void _dl_command() throws Exception { test("dl", "command"); } @@ -15218,7 +15217,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _dl_param() throws Exception { test("dl", "param"); } @@ -15228,7 +15227,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _dl_source() throws Exception { test("dl", "source"); } @@ -15238,7 +15237,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _dl_track() throws Exception { test("dl", "track"); } @@ -15257,7 +15256,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _dt_area() throws Exception { test("dt", "area"); } @@ -15306,7 +15305,7 @@ IE = "2", FF31 = "1", FF38 = "1") - @NotYetImplemented({ CHROME, IE11 }) + @NotYetImplemented({ CHROME, IE }) public void _dt_command() throws Exception { test("dt", "command"); } @@ -15398,7 +15397,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _dt_param() throws Exception { test("dt", "param"); } @@ -15408,7 +15407,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _dt_source() throws Exception { test("dt", "source"); } @@ -15418,7 +15417,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _dt_track() throws Exception { test("dt", "track"); } @@ -16653,7 +16652,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _em_area() throws Exception { test("em", "area"); } @@ -16702,7 +16701,7 @@ IE = "2", FF31 = "1", FF38 = "1") - @NotYetImplemented({ CHROME, IE11 }) + @NotYetImplemented({ CHROME, IE }) public void _em_command() throws Exception { test("em", "command"); } @@ -16776,7 +16775,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ CHROME, IE11, FF }) + @NotYetImplemented({ CHROME, IE, FF }) public void _em_param() throws Exception { test("em", "param"); } @@ -16786,7 +16785,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _em_source() throws Exception { test("em", "source"); } @@ -16796,7 +16795,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _em_track() throws Exception { test("em", "track"); } @@ -16815,7 +16814,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _fieldset_area() throws Exception { test("fieldset", "area"); } @@ -16864,7 +16863,7 @@ IE = "2", FF31 = "1", FF38 = "1") - @NotYetImplemented({ CHROME, IE11 }) + @NotYetImplemented({ CHROME, IE }) public void _fieldset_command() throws Exception { test("fieldset", "command"); } @@ -16938,7 +16937,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _fieldset_param() throws Exception { test("fieldset", "param"); } @@ -16948,7 +16947,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _fieldset_source() throws Exception { test("fieldset", "source"); } @@ -16958,7 +16957,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _fieldset_track() throws Exception { test("fieldset", "track"); } @@ -17301,7 +17300,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _font_area() throws Exception { test("font", "area"); } @@ -17350,7 +17349,7 @@ IE = "2", FF31 = "1", FF38 = "1") - @NotYetImplemented({ CHROME, IE11 }) + @NotYetImplemented({ CHROME, IE }) public void _font_command() throws Exception { test("font", "command"); } @@ -17424,7 +17423,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _font_param() throws Exception { test("font", "param"); } @@ -17434,7 +17433,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _font_source() throws Exception { test("font", "source"); } @@ -17444,7 +17443,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _font_track() throws Exception { test("font", "track"); } @@ -17463,7 +17462,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _form_area() throws Exception { test("form", "area"); } @@ -17512,7 +17511,7 @@ IE = "2", FF31 = "1", FF38 = "1") - @NotYetImplemented({ CHROME, IE11 }) + @NotYetImplemented({ CHROME, IE }) public void _form_command() throws Exception { test("form", "command"); } @@ -17586,7 +17585,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _form_param() throws Exception { test("form", "param"); } @@ -17596,7 +17595,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _form_source() throws Exception { test("form", "source"); } @@ -17606,7 +17605,7 @@ */ @Test @Alerts("2") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _form_track() throws Exception { test("form", "track"); } @@ -17787,7 +17786,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_abbr() throws Exception { test("frame", "abbr"); } @@ -17797,7 +17796,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_acronym() throws Exception { test("frame", "acronym"); } @@ -17807,7 +17806,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_a() throws Exception { test("frame", "a"); } @@ -17817,7 +17816,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_address() throws Exception { test("frame", "address"); } @@ -17827,7 +17826,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_applet() throws Exception { test("frame", "applet"); } @@ -17837,7 +17836,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_area() throws Exception { test("frame", "area"); } @@ -17847,7 +17846,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_article() throws Exception { test("frame", "article"); } @@ -17857,7 +17856,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_aside() throws Exception { test("frame", "aside"); } @@ -17867,7 +17866,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_audio() throws Exception { test("frame", "audio"); } @@ -17877,7 +17876,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_bgsound() throws Exception { test("frame", "bgsound"); } @@ -17887,7 +17886,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_base() throws Exception { test("frame", "base"); } @@ -17897,7 +17896,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_basefont() throws Exception { test("frame", "basefont"); } @@ -17907,7 +17906,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_bdi() throws Exception { test("frame", "bdi"); } @@ -17917,7 +17916,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_bdo() throws Exception { test("frame", "bdo"); } @@ -17927,7 +17926,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_big() throws Exception { test("frame", "big"); } @@ -17937,7 +17936,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_blink() throws Exception { test("frame", "blink"); } @@ -17947,7 +17946,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_blockquote() throws Exception { test("frame", "blockquote"); } @@ -17957,7 +17956,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_body() throws Exception { test("frame", "body"); } @@ -17967,7 +17966,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_b() throws Exception { test("frame", "b"); } @@ -17977,7 +17976,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_br() throws Exception { test("frame", "br"); } @@ -17987,7 +17986,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_button() throws Exception { test("frame", "button"); } @@ -17997,7 +17996,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_canvas() throws Exception { test("frame", "canvas"); } @@ -18007,7 +18006,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_caption() throws Exception { test("frame", "caption"); } @@ -18017,7 +18016,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_center() throws Exception { test("frame", "center"); } @@ -18027,7 +18026,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_cite() throws Exception { test("frame", "cite"); } @@ -18037,7 +18036,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_code() throws Exception { test("frame", "code"); } @@ -18047,7 +18046,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_command() throws Exception { test("frame", "command"); } @@ -18057,7 +18056,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_datalist() throws Exception { test("frame", "datalist"); } @@ -18067,7 +18066,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_dfn() throws Exception { test("frame", "dfn"); } @@ -18077,7 +18076,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_dd() throws Exception { test("frame", "dd"); } @@ -18087,7 +18086,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_del() throws Exception { test("frame", "del"); } @@ -18097,7 +18096,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_details() throws Exception { test("frame", "details"); } @@ -18107,7 +18106,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_dialog() throws Exception { test("frame", "dialog"); } @@ -18117,7 +18116,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_dir() throws Exception { test("frame", "dir"); } @@ -18127,7 +18126,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_div() throws Exception { test("frame", "div"); } @@ -18137,7 +18136,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_dl() throws Exception { test("frame", "dl"); } @@ -18147,7 +18146,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_dt() throws Exception { test("frame", "dt"); } @@ -18157,7 +18156,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_embed() throws Exception { test("frame", "embed"); } @@ -18167,7 +18166,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_em() throws Exception { test("frame", "em"); } @@ -18177,7 +18176,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_fieldset() throws Exception { test("frame", "fieldset"); } @@ -18187,7 +18186,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_figcaption() throws Exception { test("frame", "figcaption"); } @@ -18197,7 +18196,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_figure() throws Exception { test("frame", "figure"); } @@ -18207,7 +18206,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_font() throws Exception { test("frame", "font"); } @@ -18217,7 +18216,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_form() throws Exception { test("frame", "form"); } @@ -18227,7 +18226,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_footer() throws Exception { test("frame", "footer"); } @@ -18237,7 +18236,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_frame() throws Exception { test("frame", "frame"); } @@ -18247,7 +18246,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_frameset() throws Exception { test("frame", "frameset"); } @@ -18257,7 +18256,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_head() throws Exception { test("frame", "head"); } @@ -18267,7 +18266,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_header() throws Exception { test("frame", "header"); } @@ -18277,7 +18276,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_h1() throws Exception { test("frame", "h1"); } @@ -18287,7 +18286,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_h2() throws Exception { test("frame", "h2"); } @@ -18297,7 +18296,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_h3() throws Exception { test("frame", "h3"); } @@ -18307,7 +18306,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_h4() throws Exception { test("frame", "h4"); } @@ -18317,7 +18316,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_h5() throws Exception { test("frame", "h5"); } @@ -18327,7 +18326,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_h6() throws Exception { test("frame", "h6"); } @@ -18337,7 +18336,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_hr() throws Exception { test("frame", "hr"); } @@ -18347,7 +18346,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_html() throws Exception { test("frame", "html"); } @@ -18357,7 +18356,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_iframe() throws Exception { test("frame", "iframe"); } @@ -18367,7 +18366,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_q() throws Exception { test("frame", "q"); } @@ -18377,7 +18376,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_img() throws Exception { test("frame", "img"); } @@ -18387,7 +18386,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_image() throws Exception { test("frame", "image"); } @@ -18397,7 +18396,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_ins() throws Exception { test("frame", "ins"); } @@ -18407,7 +18406,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_isindex() throws Exception { test("frame", "isindex"); } @@ -18417,7 +18416,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_i() throws Exception { test("frame", "i"); } @@ -18427,7 +18426,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_kbd() throws Exception { test("frame", "kbd"); } @@ -18437,7 +18436,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_keygen() throws Exception { test("frame", "keygen"); } @@ -18447,7 +18446,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_label() throws Exception { test("frame", "label"); } @@ -18457,7 +18456,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_layer() throws Exception { test("frame", "layer"); } @@ -18467,7 +18466,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_legend() throws Exception { test("frame", "legend"); } @@ -18477,7 +18476,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_listing() throws Exception { test("frame", "listing"); } @@ -18487,7 +18486,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_li() throws Exception { test("frame", "li"); } @@ -18497,7 +18496,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_link() throws Exception { test("frame", "link"); } @@ -18507,7 +18506,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_main() throws Exception { test("frame", "main"); } @@ -18517,7 +18516,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_map() throws Exception { test("frame", "map"); } @@ -18527,7 +18526,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_mark() throws Exception { test("frame", "mark"); } @@ -18537,7 +18536,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_marquee() throws Exception { test("frame", "marquee"); } @@ -18547,7 +18546,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_menu() throws Exception { test("frame", "menu"); } @@ -18557,7 +18556,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_menuitem() throws Exception { test("frame", "menuitem"); } @@ -18567,7 +18566,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_meta() throws Exception { test("frame", "meta"); } @@ -18577,7 +18576,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_meter() throws Exception { test("frame", "meter"); } @@ -18587,7 +18586,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_multicol() throws Exception { test("frame", "multicol"); } @@ -18597,7 +18596,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_nav() throws Exception { test("frame", "nav"); } @@ -18607,7 +18606,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_nextid() throws Exception { test("frame", "nextid"); } @@ -18617,7 +18616,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_nobr() throws Exception { test("frame", "nobr"); } @@ -18627,7 +18626,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_noembed() throws Exception { test("frame", "noembed"); } @@ -18637,7 +18636,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_noframes() throws Exception { test("frame", "noframes"); } @@ -18647,7 +18646,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_nolayer() throws Exception { test("frame", "nolayer"); } @@ -18657,7 +18656,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_noscript() throws Exception { test("frame", "noscript"); } @@ -18667,7 +18666,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_object() throws Exception { test("frame", "object"); } @@ -18677,7 +18676,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_ol() throws Exception { test("frame", "ol"); } @@ -18687,7 +18686,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_optgroup() throws Exception { test("frame", "optgroup"); } @@ -18697,7 +18696,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_option() throws Exception { test("frame", "option"); } @@ -18707,7 +18706,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_output() throws Exception { test("frame", "output"); } @@ -18717,7 +18716,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_p() throws Exception { test("frame", "p"); } @@ -18727,7 +18726,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_param() throws Exception { test("frame", "param"); } @@ -18737,7 +18736,7 @@ */ @Test @Alerts("null") - @NotYetImplemented({ FF, CHROME, IE11 }) + @NotYetImplemented({ FF, CHROME, IE }) public void _frame_plaintext() throws Exception { ... [truncated message content] |