From: <asa...@us...> - 2015-06-01 09:49:36
|
Revision: 10612 http://sourceforge.net/p/htmlunit/code/10612 Author: asashour Date: 2015-06-01 09:49:32 +0000 (Mon, 01 Jun 2015) Log Message: ----------- Fixing build Modified Paths: -------------- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/ElementClosesElementTest.java trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfITest.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-05-31 22:28:16 UTC (rev 10611) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/ElementClosesElementTest.java 2015-06-01 09:49:32 UTC (rev 10612) @@ -21,6 +21,7 @@ import static com.gargoylesoftware.htmlunit.BrowserRunner.Browser.FF38; import static com.gargoylesoftware.htmlunit.BrowserRunner.Browser.IE11; import static com.gargoylesoftware.htmlunit.BrowserRunner.Browser.IE8; +import static com.gargoylesoftware.htmlunit.BrowserRunner.Browser.IE; import java.util.ArrayList; import java.util.Collection; @@ -249,7 +250,7 @@ @Test @Alerts(DEFAULT = "2", IE8 = "1") - @NotYetImplemented({ CHROME, IE11, FF24, FF31 }) + @NotYetImplemented({ CHROME, IE11, FF }) public void _abbr_param() throws Exception { test("abbr", "param"); } @@ -427,7 +428,7 @@ @Test @Alerts(DEFAULT = "2", IE8 = "1") - @NotYetImplemented({ CHROME, IE11, FF24, FF31 }) + @NotYetImplemented({ CHROME, IE11, FF }) public void _acronym_param() throws Exception { test("acronym", "param"); } @@ -614,7 +615,7 @@ @Test @Alerts(DEFAULT = "2", IE8 = "1") - @NotYetImplemented({ CHROME, IE11, FF24, FF31 }) + @NotYetImplemented({ CHROME, IE11, FF }) public void _a_param() throws Exception { test("a", "param"); } @@ -893,7 +894,7 @@ IE8 = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _applet_command() throws Exception { test("applet", "command"); } @@ -2299,7 +2300,7 @@ IE8 = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _article_command() throws Exception { test("article", "command"); } @@ -2489,7 +2490,7 @@ IE8 = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _aside_command() throws Exception { test("aside", "command"); } @@ -2679,7 +2680,7 @@ IE8 = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _audio_command() throws Exception { test("audio", "command"); } @@ -7161,7 +7162,7 @@ IE8 = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _bdi_command() throws Exception { test("bdi", "command"); } @@ -7428,7 +7429,7 @@ @Test @Alerts(DEFAULT = "2", IE8 = "1") - @NotYetImplemented({ CHROME, IE11, FF24, FF31 }) + @NotYetImplemented({ CHROME, IE11, FF }) public void _bdo_param() throws Exception { test("bdo", "param"); } @@ -7606,7 +7607,7 @@ @Test @Alerts(DEFAULT = "2", IE8 = "1") - @NotYetImplemented({ CHROME, IE11, FF24, FF31 }) + @NotYetImplemented({ CHROME, IE11, FF }) public void _big_param() throws Exception { test("big", "param"); } @@ -7784,7 +7785,7 @@ @Test @Alerts(DEFAULT = "2", IE8 = "1") - @NotYetImplemented({ CHROME, IE11, FF24, FF31 }) + @NotYetImplemented({ CHROME, IE11, FF }) public void _blink_param() throws Exception { test("blink", "param"); } @@ -8266,8 +8267,7 @@ @Alerts(CHROME = "3", IE11 = "3", IE8 = "1", - FF31 = "2", - FF38 = "2") + FF = "2") @NotYetImplemented({ CHROME, IE11, FF24 }) public void _body_command() throws Exception { test("body", "command"); @@ -8608,7 +8608,7 @@ IE8 = "1", FF31 = "3", FF38 = "3") - @NotYetImplemented({ FF31, IE11, FF24 }) + @NotYetImplemented({ FF, IE11 }) public void _body_isindex() throws Exception { test("body", "isindex"); } @@ -9428,7 +9428,7 @@ @Test @Alerts(DEFAULT = "2", IE8 = "1") - @NotYetImplemented({ CHROME, IE11, FF24, FF31 }) + @NotYetImplemented({ CHROME, IE11, FF }) public void _b_param() throws Exception { test("b", "param"); } @@ -10832,7 +10832,7 @@ @Test @Alerts(DEFAULT = "2", IE8 = "1") - @NotYetImplemented({ CHROME, IE11, FF24, FF31 }) + @NotYetImplemented({ CHROME, IE11, FF }) public void _button_param() throws Exception { test("button", "param"); } @@ -10933,7 +10933,7 @@ IE8 = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _canvas_command() throws Exception { test("canvas", "command"); } @@ -12863,7 +12863,7 @@ @Test @Alerts(DEFAULT = "2", IE8 = "1") - @NotYetImplemented({ CHROME, IE11, FF24, FF31 }) + @NotYetImplemented({ CHROME, IE11, FF }) public void _cite_param() throws Exception { test("cite", "param"); } @@ -13041,7 +13041,7 @@ @Test @Alerts(DEFAULT = "2", IE8 = "1") - @NotYetImplemented({ CHROME, IE11, FF24, FF31 }) + @NotYetImplemented({ CHROME, IE11, FF }) public void _code_param() throws Exception { test("code", "param"); } @@ -13083,11 +13083,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_abbr() throws Exception { test("command", "abbr"); } @@ -13097,11 +13096,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_acronym() throws Exception { test("command", "acronym"); } @@ -13111,11 +13109,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_a() throws Exception { test("command", "a"); } @@ -13125,11 +13122,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_address() throws Exception { test("command", "address"); } @@ -13139,11 +13135,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_applet() throws Exception { test("command", "applet"); } @@ -13153,10 +13148,8 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", - FF31 = "2", - FF38 = "2") + IE = "0", + FF = "2") @NotYetImplemented public void _command_area() throws Exception { test("command", "area"); @@ -13167,11 +13160,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_article() throws Exception { test("command", "article"); } @@ -13181,11 +13173,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_aside() throws Exception { test("command", "aside"); } @@ -13195,11 +13186,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_audio() throws Exception { test("command", "audio"); } @@ -13209,11 +13199,9 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", - FF31 = "2", - FF38 = "2") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + IE = "0", + FF = "2") + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_bgsound() throws Exception { test("command", "bgsound"); } @@ -13223,11 +13211,9 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", - FF31 = "2", - FF38 = "2") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + IE = "0", + FF = "2") + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_base() throws Exception { test("command", "base"); } @@ -13237,11 +13223,9 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", - FF31 = "2", - FF38 = "2") - @NotYetImplemented({ CHROME, IE8, IE11, FF24 }) + IE = "0", + FF = "2") + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_basefont() throws Exception { test("command", "basefont"); } @@ -13251,11 +13235,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_bdi() throws Exception { test("command", "bdi"); } @@ -13265,11 +13248,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_bdo() throws Exception { test("command", "bdo"); } @@ -13279,11 +13261,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_big() throws Exception { test("command", "big"); } @@ -13293,11 +13274,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_blink() throws Exception { test("command", "blink"); } @@ -13307,11 +13287,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_blockquote() throws Exception { test("command", "blockquote"); } @@ -13321,8 +13300,7 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") @NotYetImplemented({ CHROME, IE11, FF24 }) @@ -13335,11 +13313,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_b() throws Exception { test("command", "b"); } @@ -13349,11 +13326,9 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", - FF31 = "2", - FF38 = "2") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + IE = "0", + FF = "2") + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_br() throws Exception { test("command", "br"); } @@ -13363,11 +13338,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_button() throws Exception { test("command", "button"); } @@ -13377,11 +13351,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_canvas() throws Exception { test("command", "canvas"); } @@ -13391,8 +13364,7 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") @NotYetImplemented({ CHROME, IE11, FF24 }) @@ -13405,11 +13377,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_center() throws Exception { test("command", "center"); } @@ -13419,11 +13390,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_cite() throws Exception { test("command", "cite"); } @@ -13433,11 +13403,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_code() throws Exception { test("command", "code"); } @@ -13447,11 +13416,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_command() throws Exception { test("command", "command"); } @@ -13461,11 +13429,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_datalist() throws Exception { test("command", "datalist"); } @@ -13475,11 +13442,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_dfn() throws Exception { test("command", "dfn"); } @@ -13489,11 +13455,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_dd() throws Exception { test("command", "dd"); } @@ -13503,11 +13468,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_del() throws Exception { test("command", "del"); } @@ -13517,11 +13481,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_details() throws Exception { test("command", "details"); } @@ -13531,11 +13494,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_dialog() throws Exception { test("command", "dialog"); } @@ -13545,11 +13507,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_dir() throws Exception { test("command", "dir"); } @@ -13559,11 +13520,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_div() throws Exception { test("command", "div"); } @@ -13573,11 +13533,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_dl() throws Exception { test("command", "dl"); } @@ -13587,11 +13546,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_dt() throws Exception { test("command", "dt"); } @@ -13601,11 +13559,9 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", - FF31 = "2", - FF38 = "2") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + IE = "0", + FF = "2") + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_embed() throws Exception { test("command", "embed"); } @@ -13615,11 +13571,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_em() throws Exception { test("command", "em"); } @@ -13629,11 +13584,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_fieldset() throws Exception { test("command", "fieldset"); } @@ -13643,11 +13597,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_figcaption() throws Exception { test("command", "figcaption"); } @@ -13657,11 +13610,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_figure() throws Exception { test("command", "figure"); } @@ -13671,11 +13623,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_font() throws Exception { test("command", "font"); } @@ -13685,11 +13636,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_form() throws Exception { test("command", "form"); } @@ -13699,11 +13649,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_footer() throws Exception { test("command", "footer"); } @@ -13713,11 +13662,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_frame() throws Exception { test("command", "frame"); } @@ -13727,11 +13675,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_frameset() throws Exception { test("command", "frameset"); } @@ -13741,8 +13688,7 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") @NotYetImplemented({ CHROME, IE11, FF24 }) @@ -13755,11 +13701,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_header() throws Exception { test("command", "header"); } @@ -13769,11 +13714,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_h1() throws Exception { test("command", "h1"); } @@ -13783,11 +13727,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_h2() throws Exception { test("command", "h2"); } @@ -13797,11 +13740,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_h3() throws Exception { test("command", "h3"); } @@ -13811,11 +13753,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_h4() throws Exception { test("command", "h4"); } @@ -13825,11 +13766,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_h5() throws Exception { test("command", "h5"); } @@ -13839,11 +13779,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_h6() throws Exception { test("command", "h6"); } @@ -13853,11 +13792,9 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", - FF31 = "2", - FF38 = "2") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + IE = "0", + FF = "2") + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_hr() throws Exception { test("command", "hr"); } @@ -13867,8 +13804,7 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") @NotYetImplemented({ CHROME, IE11, FF24 }) @@ -13881,11 +13817,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_iframe() throws Exception { test("command", "iframe"); } @@ -13895,11 +13830,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_q() throws Exception { test("command", "q"); } @@ -13909,11 +13843,9 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", - FF31 = "2", - FF38 = "2") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + IE = "0", + FF = "2") + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_img() throws Exception { test("command", "img"); } @@ -13923,10 +13855,8 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", - FF31 = "2", - FF38 = "2") + IE = "0", + FF = "2") @NotYetImplemented public void _command_image() throws Exception { test("command", "image"); @@ -13937,11 +13867,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_ins() throws Exception { test("command", "ins"); } @@ -13951,10 +13880,8 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", - FF31 = "2", - FF38 = "2") + IE = "0", + FF = "2") @NotYetImplemented public void _command_isindex() throws Exception { test("command", "isindex"); @@ -13965,11 +13892,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_i() throws Exception { test("command", "i"); } @@ -13979,11 +13905,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_kbd() throws Exception { test("command", "kbd"); } @@ -13993,11 +13918,9 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", - FF31 = "2", - FF38 = "2") - @NotYetImplemented({ CHROME, IE8, IE11, FF24 }) + IE = "0", + FF = "2") + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_keygen() throws Exception { test("command", "keygen"); } @@ -14007,11 +13930,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_label() throws Exception { test("command", "label"); } @@ -14021,11 +13943,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_layer() throws Exception { test("command", "layer"); } @@ -14035,11 +13956,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_legend() throws Exception { test("command", "legend"); } @@ -14049,11 +13969,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_listing() throws Exception { test("command", "listing"); } @@ -14063,11 +13982,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_li() throws Exception { test("command", "li"); } @@ -14077,11 +13995,9 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", - FF31 = "2", - FF38 = "2") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + IE = "0", + FF = "2") + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_link() throws Exception { test("command", "link"); } @@ -14091,11 +14007,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_main() throws Exception { test("command", "main"); } @@ -14105,11 +14020,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_map() throws Exception { test("command", "map"); } @@ -14119,11 +14033,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_mark() throws Exception { test("command", "mark"); } @@ -14133,11 +14046,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_marquee() throws Exception { test("command", "marquee"); } @@ -14147,11 +14059,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_menu() throws Exception { test("command", "menu"); } @@ -14161,11 +14072,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_menuitem() throws Exception { test("command", "menuitem"); } @@ -14175,11 +14085,9 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", - FF31 = "2", - FF38 = "2") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + IE = "0", + FF = "2") + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_meta() throws Exception { test("command", "meta"); } @@ -14189,11 +14097,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_meter() throws Exception { test("command", "meter"); } @@ -14203,11 +14110,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_multicol() throws Exception { test("command", "multicol"); } @@ -14217,11 +14123,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_nav() throws Exception { test("command", "nav"); } @@ -14231,8 +14136,7 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") @NotYetImplemented @@ -14245,11 +14149,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_nobr() throws Exception { test("command", "nobr"); } @@ -14259,11 +14162,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_noembed() throws Exception { test("command", "noembed"); } @@ -14273,11 +14175,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_noframes() throws Exception { test("command", "noframes"); } @@ -14287,11 +14188,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_nolayer() throws Exception { test("command", "nolayer"); } @@ -14301,11 +14201,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_noscript() throws Exception { test("command", "noscript"); } @@ -14315,11 +14214,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_object() throws Exception { test("command", "object"); } @@ -14329,11 +14227,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_ol() throws Exception { test("command", "ol"); } @@ -14343,8 +14240,7 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") @NotYetImplemented({ CHROME, IE11, FF24 }) @@ -14357,8 +14253,7 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") @NotYetImplemented({ CHROME, IE11, FF24 }) @@ -14371,11 +14266,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_output() throws Exception { test("command", "output"); } @@ -14385,11 +14279,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_p() throws Exception { test("command", "p"); } @@ -14399,10 +14292,8 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", - FF31 = "2", - FF38 = "2") + IE = "0", + FF = "2") @NotYetImplemented public void _command_param() throws Exception { test("command", "param"); @@ -14413,11 +14304,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_plaintext() throws Exception { test("command", "plaintext"); } @@ -14427,11 +14317,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_pre() throws Exception { test("command", "pre"); } @@ -14441,11 +14330,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_progress() throws Exception { test("command", "progress"); } @@ -14455,11 +14343,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_rp() throws Exception { test("command", "rp"); } @@ -14469,11 +14356,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_rt() throws Exception { test("command", "rt"); } @@ -14483,11 +14369,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_ruby() throws Exception { test("command", "ruby"); } @@ -14497,11 +14382,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_s() throws Exception { test("command", "s"); } @@ -14511,11 +14395,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_samp() throws Exception { test("command", "samp"); } @@ -14525,8 +14408,7 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") @NotYetImplemented @@ -14539,11 +14421,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_section() throws Exception { test("command", "section"); } @@ -14553,11 +14434,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_select() throws Exception { test("command", "select"); } @@ -14567,11 +14447,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_small() throws Exception { test("command", "small"); } @@ -14581,10 +14460,8 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", - FF31 = "2", - FF38 = "2") + IE = "0", + FF = "2") @NotYetImplemented public void _command_source() throws Exception { test("command", "source"); @@ -14595,11 +14472,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_span() throws Exception { test("command", "span"); } @@ -14609,11 +14485,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_strike() throws Exception { test("command", "strike"); } @@ -14623,11 +14498,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_strong() throws Exception { test("command", "strong"); } @@ -14637,11 +14511,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_style() throws Exception { test("command", "style"); } @@ -14651,11 +14524,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_sub() throws Exception { test("command", "sub"); } @@ -14665,11 +14537,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_summary() throws Exception { test("command", "summary"); } @@ -14679,11 +14550,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_sup() throws Exception { test("command", "sup"); } @@ -14693,11 +14563,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_table() throws Exception { test("command", "table"); } @@ -14707,8 +14576,7 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") @NotYetImplemented({ CHROME, IE11, FF24 }) @@ -14721,8 +14589,7 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") @NotYetImplemented({ CHROME, IE11, FF24 }) @@ -14735,8 +14602,7 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") @NotYetImplemented({ CHROME, IE11, FF24 }) @@ -14749,8 +14615,7 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") @NotYetImplemented({ CHROME, IE11, FF24 }) @@ -14763,8 +14628,7 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") @NotYetImplemented({ CHROME, IE11, FF24 }) @@ -14777,8 +14641,7 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") @NotYetImplemented({ CHROME, IE11, FF24 }) @@ -14791,11 +14654,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_textarea() throws Exception { test("command", "textarea"); } @@ -14805,8 +14667,7 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") @NotYetImplemented({ CHROME, IE11, FF24 }) @@ -14819,8 +14680,7 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") @NotYetImplemented({ CHROME, IE11, FF24 }) @@ -14833,11 +14693,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_tt() throws Exception { test("command", "tt"); } @@ -14847,11 +14706,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_time() throws Exception { test("command", "time"); } @@ -14861,8 +14719,7 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") @NotYetImplemented(FF) @@ -14875,10 +14732,8 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", - FF31 = "2", - FF38 = "2") + IE = "0", + FF = "2") @NotYetImplemented public void _command_track() throws Exception { test("command", "track"); @@ -14889,11 +14744,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_u() throws Exception { test("command", "u"); } @@ -14903,11 +14757,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_ul() throws Exception { test("command", "ul"); } @@ -14917,11 +14770,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_var() throws Exception { test("command", "var"); } @@ -14931,11 +14783,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_video() throws Exception { test("command", "video"); } @@ -14945,11 +14796,9 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", - FF31 = "2", - FF38 = "2") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + IE = "0", + FF = "2") + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_wbr() throws Exception { test("command", "wbr"); } @@ -14959,11 +14808,10 @@ */ @Test @Alerts(CHROME = "0", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _command_xmp() throws Exception { test("command", "xmp"); } @@ -15032,7 +14880,7 @@ IE8 = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _datalist_command() throws Exception { test("datalist", "command"); } @@ -15299,7 +15147,7 @@ @Test @Alerts(DEFAULT = "2", IE8 = "1") - @NotYetImplemented({ CHROME, IE11, FF24, FF31 }) + @NotYetImplemented({ CHROME, IE11, FF }) public void _dfn_param() throws Exception { test("dfn", "param"); } @@ -15774,7 +15622,7 @@ IE8 = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _details_command() throws Exception { test("details", "command"); } @@ -15964,7 +15812,7 @@ IE8 = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _dialog_command() throws Exception { test("dialog", "command"); } @@ -18177,7 +18025,7 @@ @Test @Alerts(DEFAULT = "2", IE8 = "1") - @NotYetImplemented({ CHROME, IE11, FF24, FF31 }) + @NotYetImplemented({ CHROME, IE11, FF }) public void _em_param() throws Exception { test("em", "param"); } @@ -18456,7 +18304,7 @@ IE8 = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _figcaption_command() throws Exception { test("figcaption", "command"); } @@ -18646,7 +18494,7 @@ IE8 = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _figure_command() throws Exception { test("figure", "command"); } @@ -19192,7 +19040,7 @@ IE8 = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _footer_command() throws Exception { test("footer", "command"); } @@ -24242,7 +24090,7 @@ IE8 = "0", FF31 = "1", FF38 = "1") - @NotYetImplemented({ IE8, CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE, FF24 }) public void _header_command() throws Exception { test("header", "command"); } @@ -28700,7 +28548,7 @@ IE11 = "2", IE8 = "1", FF31 = "1") - @NotYetImplemented({ CHROME, IE11, FF24 }) + @NotYetImplemented({ CHROME, IE11, FF24, FF38 }) public void _q_command() throws Exception { test("q", "command"); } @@ -28781,7 +28629,7 @@ @Test @Alerts(DEFAULT = "2", IE8 = "1") - @NotYetImplemented({ CHROME, IE11, FF24, FF31 }) + @NotYetImplemented({ CHROME, IE11, FF }) public void _q_param() throws Exception { test("q", "param"); } @@ -31524,7 +31372,7 @@ @Test @Alerts(DEFAULT = "2", IE8 = "1") - @NotYetImplemented({ CHROME, IE11, FF24, FF31 }) + @NotYetImplemented({ CHROME, IE11, FF }) public void _ins_param() throws Exception { test("ins", "param"); } @@ -31566,8 +31414,7 @@ */ @Test @Alerts(CHROME = "2", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "0", FF38 = "0") @NotYetImplemented @@ -31580,11 +31427,10 @@ */ @Test @Alerts(CHROME = "2", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "0", FF38 = "0") - @NotYetImplemented({ FF31, IE8, IE11, FF24 }) + @NotYetImplemented({ FF31, IE, FF24, FF38 }) public void _isindex_bgsound() throws Exception { test("isindex", "bgsound"); } @@ -31594,11 +31440,10 @@ */ @Test @Alerts(CHROME = "2", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "0", FF38 = "0") - @NotYetImplemented({ FF31, IE8, IE11, FF24 }) + @NotYetImplemented({ FF31, IE, FF24, FF38 }) public void _isindex_base() throws Exception { test("isindex", "base"); } @@ -31608,11 +31453,10 @@ */ @Test @Alerts(CHROME = "2", - IE11 = "0", - IE8 = "0", + IE = "0", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8, IE11, FF24, FF31... [truncated message content] |