From: <rb...@us...> - 2015-12-18 19:07:11
|
Revision: 11609 http://sourceforge.net/p/htmlunit/code/11609 Author: rbri Date: 2015-12-18 19:07:08 +0000 (Fri, 18 Dec 2015) Log Message: ----------- remove IE8 support (wip) 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/HostParentOfHTest.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 trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfTTest.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-18 19:06:51 UTC (rev 11608) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/ElementClosesElementTest.java 2015-12-18 19:07:08 UTC (rev 11609) @@ -20,7 +20,6 @@ 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 static com.gargoylesoftware.htmlunit.BrowserRunner.Browser.IE8; import java.util.ArrayList; import java.util.Collection; @@ -111,8 +110,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "1") + @Alerts("2") @NotYetImplemented({ FF, CHROME, IE11 }) public void _abbr_area() throws Exception { test("abbr", "area"); @@ -122,8 +120,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "1") + @Alerts("2") public void _abbr_bgsound() throws Exception { test("abbr", "bgsound"); } @@ -132,8 +129,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "1") + @Alerts("2") public void _abbr_base() throws Exception { test("abbr", "base"); } @@ -142,8 +138,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "1") + @Alerts("2") public void _abbr_basefont() throws Exception { test("abbr", "basefont"); } @@ -152,8 +147,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "1") + @Alerts("2") public void _abbr_br() throws Exception { test("abbr", "br"); } @@ -164,7 +158,6 @@ @Test @Alerts(CHROME = "2", IE11 = "2", - IE8 = "1", FF31 = "1", FF38 = "1") @NotYetImplemented({ CHROME, IE11 }) @@ -177,7 +170,6 @@ */ @Test @Alerts("2") - @NotYetImplemented(IE8) public void _abbr_embed() throws Exception { test("abbr", "embed"); } @@ -186,8 +178,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "1") + @Alerts("2") public void _abbr_hr() throws Exception { test("abbr", "hr"); } @@ -197,7 +188,6 @@ */ @Test @Alerts("2") - @NotYetImplemented(IE8) public void _abbr_img() throws Exception { test("abbr", "img"); } @@ -216,8 +206,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "1") + @Alerts("2") public void _abbr_keygen() throws Exception { test("abbr", "keygen"); } @@ -226,8 +215,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "1") + @Alerts("2") public void _abbr_link() throws Exception { test("abbr", "link"); } @@ -236,8 +224,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "1") + @Alerts("2") public void _abbr_meta() throws Exception { test("abbr", "meta"); } @@ -246,8 +233,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "1") + @Alerts("2") @NotYetImplemented({ CHROME, IE11, FF }) public void _abbr_param() throws Exception { test("abbr", "param"); @@ -257,8 +243,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "1") + @Alerts("2") @NotYetImplemented({ FF, CHROME, IE11 }) public void _abbr_source() throws Exception { test("abbr", "source"); @@ -268,8 +253,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "1") + @Alerts("2") @NotYetImplemented({ FF, CHROME, IE11 }) public void _abbr_track() throws Exception { test("abbr", "track"); @@ -279,8 +263,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "1") + @Alerts("2") public void _abbr_wbr() throws Exception { test("abbr", "wbr"); } @@ -289,8 +272,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "1") + @Alerts("2") @NotYetImplemented({ FF, CHROME, IE11 }) public void _acronym_area() throws Exception { test("acronym", "area"); @@ -300,8 +282,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "1") + @Alerts("2") public void _acronym_bgsound() throws Exception { test("acronym", "bgsound"); } @@ -310,8 +291,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "1") + @Alerts("2") public void _acronym_base() throws Exception { test("acronym", "base"); } @@ -320,8 +300,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "1") + @Alerts("2") public void _acronym_basefont() throws Exception { test("acronym", "basefont"); } @@ -330,8 +309,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "1") + @Alerts("2") public void _acronym_br() throws Exception { test("acronym", "br"); } @@ -342,7 +320,6 @@ @Test @Alerts(CHROME = "2", IE11 = "2", - IE8 = "1", FF31 = "1", FF38 = "1") @NotYetImplemented({ CHROME, IE11 }) @@ -355,7 +332,6 @@ */ @Test @Alerts("2") - @NotYetImplemented(IE8) public void _acronym_embed() throws Exception { test("acronym", "embed"); } @@ -364,8 +340,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "1") + @Alerts("2") public void _acronym_hr() throws Exception { test("acronym", "hr"); } @@ -375,7 +350,6 @@ */ @Test @Alerts("2") - @NotYetImplemented(IE8) public void _acronym_img() throws Exception { test("acronym", "img"); } @@ -394,8 +368,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "1") + @Alerts("2") public void _acronym_keygen() throws Exception { test("acronym", "keygen"); } @@ -404,8 +377,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "1") + @Alerts("2") public void _acronym_link() throws Exception { test("acronym", "link"); } @@ -414,8 +386,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "1") + @Alerts("2") public void _acronym_meta() throws Exception { test("acronym", "meta"); } @@ -424,8 +395,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "1") + @Alerts("2") @NotYetImplemented({ CHROME, IE11, FF }) public void _acronym_param() throws Exception { test("acronym", "param"); @@ -435,8 +405,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "1") + @Alerts("2") @NotYetImplemented({ FF, CHROME, IE11 }) public void _acronym_source() throws Exception { test("acronym", "source"); @@ -446,8 +415,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "1") + @Alerts("2") @NotYetImplemented({ FF, CHROME, IE11 }) public void _acronym_track() throws Exception { test("acronym", "track"); @@ -457,8 +425,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "1") + @Alerts("2") public void _acronym_wbr() throws Exception { test("acronym", "wbr"); } @@ -476,8 +443,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "1") + @Alerts("2") @NotYetImplemented({ FF, CHROME, IE11 }) public void _a_area() throws Exception { test("a", "area"); @@ -487,8 +453,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "1") + @Alerts("2") public void _a_bgsound() throws Exception { test("a", "bgsound"); } @@ -497,8 +462,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "1") + @Alerts("2") public void _a_base() throws Exception { test("a", "base"); } @@ -507,8 +471,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "1") + @Alerts("2") public void _a_basefont() throws Exception { test("a", "basefont"); } @@ -517,8 +480,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "1") + @Alerts("2") public void _a_br() throws Exception { test("a", "br"); } @@ -529,7 +491,6 @@ @Test @Alerts(CHROME = "2", IE11 = "2", - IE8 = "1", FF31 = "1", FF38 = "1") @NotYetImplemented({ CHROME, IE11 }) @@ -542,7 +503,6 @@ */ @Test @Alerts("2") - @NotYetImplemented(IE8) public void _a_embed() throws Exception { test("a", "embed"); } @@ -551,8 +511,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "1") + @Alerts("2") public void _a_hr() throws Exception { test("a", "hr"); } @@ -562,7 +521,6 @@ */ @Test @Alerts("2") - @NotYetImplemented(IE8) public void _a_img() throws Exception { test("a", "img"); } @@ -581,8 +539,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "1") + @Alerts("2") public void _a_keygen() throws Exception { test("a", "keygen"); } @@ -591,8 +548,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "1") + @Alerts("2") public void _a_link() throws Exception { test("a", "link"); } @@ -601,8 +557,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "1") + @Alerts("2") public void _a_meta() throws Exception { test("a", "meta"); } @@ -611,8 +566,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "1") + @Alerts("2") @NotYetImplemented({ CHROME, IE11, FF }) public void _a_param() throws Exception { test("a", "param"); @@ -622,8 +576,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "1") + @Alerts("2") @NotYetImplemented({ FF, CHROME, IE11 }) public void _a_source() throws Exception { test("a", "source"); @@ -633,8 +586,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "1") + @Alerts("2") @NotYetImplemented({ FF, CHROME, IE11 }) public void _a_track() throws Exception { test("a", "track"); @@ -644,8 +596,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "1") + @Alerts("2") public void _a_wbr() throws Exception { test("a", "wbr"); } @@ -654,8 +605,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "1") + @Alerts("2") @NotYetImplemented({ FF, CHROME, IE11 }) public void _address_area() throws Exception { test("address", "area"); @@ -665,8 +615,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "1") + @Alerts("2") public void _address_bgsound() throws Exception { test("address", "bgsound"); } @@ -675,8 +624,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "1") + @Alerts("2") public void _address_base() throws Exception { test("address", "base"); } @@ -685,8 +633,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "1") + @Alerts("2") public void _address_basefont() throws Exception { test("address", "basefont"); } @@ -695,8 +642,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "1") + @Alerts("2") public void _address_br() throws Exception { test("address", "br"); } @@ -707,7 +653,6 @@ @Test @Alerts(CHROME = "2", IE11 = "2", - IE8 = "1", FF31 = "1", FF38 = "1") @NotYetImplemented({ CHROME, IE11 }) @@ -720,7 +665,6 @@ */ @Test @Alerts("2") - @NotYetImplemented(IE8) public void _address_embed() throws Exception { test("address", "embed"); } @@ -729,8 +673,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "1") + @Alerts("2") public void _address_hr() throws Exception { test("address", "hr"); } @@ -740,7 +683,6 @@ */ @Test @Alerts("2") - @NotYetImplemented(IE8) public void _address_img() throws Exception { test("address", "img"); } @@ -759,8 +701,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "1") + @Alerts("2") public void _address_keygen() throws Exception { test("address", "keygen"); } @@ -769,8 +710,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "1") + @Alerts("2") public void _address_link() throws Exception { test("address", "link"); } @@ -779,8 +719,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "1") + @Alerts("2") public void _address_meta() throws Exception { test("address", "meta"); } @@ -789,8 +728,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "1") + @Alerts("2") @NotYetImplemented({ FF, CHROME, IE11 }) public void _address_param() throws Exception { test("address", "param"); @@ -800,8 +738,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "1") + @Alerts("2") @NotYetImplemented({ FF, CHROME, IE11 }) public void _address_source() throws Exception { test("address", "source"); @@ -811,8 +748,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "1") + @Alerts("2") @NotYetImplemented({ FF, CHROME, IE11 }) public void _address_track() throws Exception { test("address", "track"); @@ -822,8 +758,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "1") + @Alerts("2") public void _address_wbr() throws Exception { test("address", "wbr"); } @@ -832,8 +767,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "0") + @Alerts("2") @NotYetImplemented public void _applet_area() throws Exception { test("applet", "area"); @@ -843,9 +777,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "0") - @NotYetImplemented(IE8) + @Alerts("2") public void _applet_bgsound() throws Exception { test("applet", "bgsound"); } @@ -854,9 +786,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "0") - @NotYetImplemented(IE8) + @Alerts("2") public void _applet_base() throws Exception { test("applet", "base"); } @@ -865,9 +795,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "0") - @NotYetImplemented(IE8) + @Alerts("2") public void _applet_basefont() throws Exception { test("applet", "basefont"); } @@ -876,9 +804,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "0") - @NotYetImplemented(IE8) + @Alerts("2") public void _applet_br() throws Exception { test("applet", "br"); } @@ -889,7 +815,6 @@ @Test @Alerts(CHROME = "2", IE11 = "2", - IE8 = "0", FF31 = "1", FF38 = "1") @NotYetImplemented({ CHROME, IE }) @@ -901,9 +826,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "0") - @NotYetImplemented(IE8) + @Alerts("2") public void _applet_embed() throws Exception { test("applet", "embed"); } @@ -912,9 +835,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "0") - @NotYetImplemented(IE8) + @Alerts("2") public void _applet_hr() throws Exception { test("applet", "hr"); } @@ -923,9 +844,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "0") - @NotYetImplemented(IE8) + @Alerts("2") public void _applet_img() throws Exception { test("applet", "img"); } @@ -934,8 +853,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "0") + @Alerts("2") @NotYetImplemented public void _applet_image() throws Exception { test("applet", "image"); @@ -945,9 +863,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "0") - @NotYetImplemented(IE8) + @Alerts("2") public void _applet_keygen() throws Exception { test("applet", "keygen"); } @@ -956,9 +872,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "0") - @NotYetImplemented(IE8) + @Alerts("2") public void _applet_link() throws Exception { test("applet", "link"); } @@ -967,9 +881,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "0") - @NotYetImplemented(IE8) + @Alerts("2") public void _applet_meta() throws Exception { test("applet", "meta"); } @@ -978,9 +890,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "0") - @NotYetImplemented(IE8) + @Alerts("2") public void _applet_param() throws Exception { test("applet", "param"); } @@ -989,8 +899,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "0") + @Alerts("2") @NotYetImplemented public void _applet_source() throws Exception { test("applet", "source"); @@ -1000,8 +909,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "0") + @Alerts("2") @NotYetImplemented public void _applet_track() throws Exception { test("applet", "track"); @@ -1011,9 +919,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "0") - @NotYetImplemented(IE8) + @Alerts("2") public void _applet_wbr() throws Exception { test("applet", "wbr"); } @@ -2238,8 +2144,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "0") + @Alerts("2") @NotYetImplemented public void _article_area() throws Exception { test("article", "area"); @@ -2249,9 +2154,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "0") - @NotYetImplemented(IE8) + @Alerts("2") public void _article_bgsound() throws Exception { test("article", "bgsound"); } @@ -2260,9 +2163,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "0") - @NotYetImplemented(IE8) + @Alerts("2") public void _article_base() throws Exception { test("article", "base"); } @@ -2271,9 +2172,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "0") - @NotYetImplemented(IE8) + @Alerts("2") public void _article_basefont() throws Exception { test("article", "basefont"); } @@ -2282,9 +2181,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "0") - @NotYetImplemented(IE8) + @Alerts("2") public void _article_br() throws Exception { test("article", "br"); } @@ -2295,7 +2192,6 @@ @Test @Alerts(CHROME = "2", IE11 = "2", - IE8 = "0", FF31 = "1", FF38 = "1") @NotYetImplemented({ CHROME, IE }) @@ -2307,9 +2203,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "0") - @NotYetImplemented(IE8) + @Alerts("2") public void _article_embed() throws Exception { test("article", "embed"); } @@ -2318,9 +2212,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "0") - @NotYetImplemented(IE8) + @Alerts("2") public void _article_hr() throws Exception { test("article", "hr"); } @@ -2329,9 +2221,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "0") - @NotYetImplemented(IE8) + @Alerts("2") public void _article_img() throws Exception { test("article", "img"); } @@ -2340,8 +2230,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "0") + @Alerts("2") @NotYetImplemented public void _article_image() throws Exception { test("article", "image"); @@ -2351,9 +2240,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "0") - @NotYetImplemented(IE8) + @Alerts("2") public void _article_keygen() throws Exception { test("article", "keygen"); } @@ -2362,9 +2249,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "0") - @NotYetImplemented(IE8) + @Alerts("2") public void _article_link() throws Exception { test("article", "link"); } @@ -2373,9 +2258,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "0") - @NotYetImplemented(IE8) + @Alerts("2") public void _article_meta() throws Exception { test("article", "meta"); } @@ -2384,8 +2267,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "0") + @Alerts("2") @NotYetImplemented public void _article_param() throws Exception { test("article", "param"); @@ -2395,8 +2277,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "0") + @Alerts("2") @NotYetImplemented public void _article_source() throws Exception { test("article", "source"); @@ -2406,8 +2287,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "0") + @Alerts("2") @NotYetImplemented public void _article_track() throws Exception { test("article", "track"); @@ -2417,9 +2297,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "0") - @NotYetImplemented(IE8) + @Alerts("2") public void _article_wbr() throws Exception { test("article", "wbr"); } @@ -2428,8 +2306,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "0") + @Alerts("2") @NotYetImplemented public void _aside_area() throws Exception { test("aside", "area"); @@ -2439,9 +2316,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "0") - @NotYetImplemented(IE8) + @Alerts("2") public void _aside_bgsound() throws Exception { test("aside", "bgsound"); } @@ -2450,9 +2325,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "0") - @NotYetImplemented(IE8) + @Alerts("2") public void _aside_base() throws Exception { test("aside", "base"); } @@ -2461,9 +2334,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "0") - @NotYetImplemented(IE8) + @Alerts("2") public void _aside_basefont() throws Exception { test("aside", "basefont"); } @@ -2472,9 +2343,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "0") - @NotYetImplemented(IE8) + @Alerts("2") public void _aside_br() throws Exception { test("aside", "br"); } @@ -2485,7 +2354,6 @@ @Test @Alerts(CHROME = "2", IE11 = "2", - IE8 = "0", FF31 = "1", FF38 = "1") @NotYetImplemented({ CHROME, IE }) @@ -2497,9 +2365,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "0") - @NotYetImplemented(IE8) + @Alerts("2") public void _aside_embed() throws Exception { test("aside", "embed"); } @@ -2508,9 +2374,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "0") - @NotYetImplemented(IE8) + @Alerts("2") public void _aside_hr() throws Exception { test("aside", "hr"); } @@ -2519,9 +2383,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "0") - @NotYetImplemented(IE8) + @Alerts("2") public void _aside_img() throws Exception { test("aside", "img"); } @@ -2530,8 +2392,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "0") + @Alerts("2") @NotYetImplemented public void _aside_image() throws Exception { test("aside", "image"); @@ -2541,9 +2402,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "0") - @NotYetImplemented(IE8) + @Alerts("2") public void _aside_keygen() throws Exception { test("aside", "keygen"); } @@ -2552,9 +2411,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "0") - @NotYetImplemented(IE8) + @Alerts("2") public void _aside_link() throws Exception { test("aside", "link"); } @@ -2563,9 +2420,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "0") - @NotYetImplemented(IE8) + @Alerts("2") public void _aside_meta() throws Exception { test("aside", "meta"); } @@ -2574,8 +2429,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "0") + @Alerts("2") @NotYetImplemented public void _aside_param() throws Exception { test("aside", "param"); @@ -2585,8 +2439,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "0") + @Alerts("2") @NotYetImplemented public void _aside_source() throws Exception { test("aside", "source"); @@ -2596,8 +2449,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "0") + @Alerts("2") @NotYetImplemented public void _aside_track() throws Exception { test("aside", "track"); @@ -2607,9 +2459,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "0") - @NotYetImplemented(IE8) + @Alerts("2") public void _aside_wbr() throws Exception { test("aside", "wbr"); } @@ -2618,8 +2468,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "0") + @Alerts("2") @NotYetImplemented public void _audio_area() throws Exception { test("audio", "area"); @@ -2629,9 +2478,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "0") - @NotYetImplemented(IE8) + @Alerts("2") public void _audio_bgsound() throws Exception { test("audio", "bgsound"); } @@ -2640,9 +2487,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "0") - @NotYetImplemented(IE8) + @Alerts("2") public void _audio_base() throws Exception { test("audio", "base"); } @@ -2651,9 +2496,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "0") - @NotYetImplemented(IE8) + @Alerts("2") public void _audio_basefont() throws Exception { test("audio", "basefont"); } @@ -2662,9 +2505,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "0") - @NotYetImplemented(IE8) + @Alerts("2") public void _audio_br() throws Exception { test("audio", "br"); } @@ -2675,7 +2516,6 @@ @Test @Alerts(CHROME = "2", IE11 = "2", - IE8 = "0", FF31 = "1", FF38 = "1") @NotYetImplemented({ CHROME, IE }) @@ -2687,9 +2527,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "0") - @NotYetImplemented(IE8) + @Alerts("2") public void _audio_embed() throws Exception { test("audio", "embed"); } @@ -2698,9 +2536,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "0") - @NotYetImplemented(IE8) + @Alerts("2") public void _audio_hr() throws Exception { test("audio", "hr"); } @@ -2709,9 +2545,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "0") - @NotYetImplemented(IE8) + @Alerts("2") public void _audio_img() throws Exception { test("audio", "img"); } @@ -2720,8 +2554,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "0") + @Alerts("2") @NotYetImplemented public void _audio_image() throws Exception { test("audio", "image"); @@ -2731,9 +2564,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "0") - @NotYetImplemented(IE8) + @Alerts("2") public void _audio_keygen() throws Exception { test("audio", "keygen"); } @@ -2742,9 +2573,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "0") - @NotYetImplemented(IE8) + @Alerts("2") public void _audio_link() throws Exception { test("audio", "link"); } @@ -2753,9 +2582,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "0") - @NotYetImplemented(IE8) + @Alerts("2") public void _audio_meta() throws Exception { test("audio", "meta"); } @@ -2764,8 +2591,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "0") + @Alerts("2") @NotYetImplemented public void _audio_param() throws Exception { test("audio", "param"); @@ -2775,8 +2601,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "0") + @Alerts("2") @NotYetImplemented public void _audio_source() throws Exception { test("audio", "source"); @@ -2786,8 +2611,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "0") + @Alerts("2") @NotYetImplemented public void _audio_track() throws Exception { test("audio", "track"); @@ -2797,9 +2621,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "2", - IE8 = "0") - @NotYetImplemented(IE8) + @Alerts("2") public void _audio_wbr() throws Exception { test("audio", "wbr"); } @@ -5242,10 +5064,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_abbr() throws Exception { test("basefont", "abbr"); } @@ -5256,10 +5076,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_acronym() throws Exception { test("basefont", "acronym"); } @@ -5270,10 +5088,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_a() throws Exception { test("basefont", "a"); } @@ -5284,10 +5100,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_address() throws Exception { test("basefont", "address"); } @@ -5298,10 +5112,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_applet() throws Exception { test("basefont", "applet"); } @@ -5312,10 +5124,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_area() throws Exception { test("basefont", "area"); } @@ -5326,10 +5136,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_article() throws Exception { test("basefont", "article"); } @@ -5340,10 +5148,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_aside() throws Exception { test("basefont", "aside"); } @@ -5354,10 +5160,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_audio() throws Exception { test("basefont", "audio"); } @@ -5368,10 +5172,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_bgsound() throws Exception { test("basefont", "bgsound"); } @@ -5382,10 +5184,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_base() throws Exception { test("basefont", "base"); } @@ -5405,10 +5205,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_bdi() throws Exception { test("basefont", "bdi"); } @@ -5419,10 +5217,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_bdo() throws Exception { test("basefont", "bdo"); } @@ -5433,10 +5229,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_big() throws Exception { test("basefont", "big"); } @@ -5447,10 +5241,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_blink() throws Exception { test("basefont", "blink"); } @@ -5461,10 +5253,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_blockquote() throws Exception { test("basefont", "blockquote"); } @@ -5484,10 +5274,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_b() throws Exception { test("basefont", "b"); } @@ -5498,10 +5286,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_br() throws Exception { test("basefont", "br"); } @@ -5512,10 +5298,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_button() throws Exception { test("basefont", "button"); } @@ -5526,10 +5310,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_canvas() throws Exception { test("basefont", "canvas"); } @@ -5540,10 +5322,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_caption() throws Exception { test("basefont", "caption"); } @@ -5554,10 +5334,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_center() throws Exception { test("basefont", "center"); } @@ -5568,10 +5346,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_cite() throws Exception { test("basefont", "cite"); } @@ -5582,10 +5358,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_code() throws Exception { test("basefont", "code"); } @@ -5596,10 +5370,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_command() throws Exception { test("basefont", "command"); } @@ -5610,10 +5382,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_datalist() throws Exception { test("basefont", "datalist"); } @@ -5624,10 +5394,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_dfn() throws Exception { test("basefont", "dfn"); } @@ -5638,10 +5406,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_dd() throws Exception { test("basefont", "dd"); } @@ -5652,10 +5418,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_del() throws Exception { test("basefont", "del"); } @@ -5666,10 +5430,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_details() throws Exception { test("basefont", "details"); } @@ -5680,10 +5442,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_dialog() throws Exception { test("basefont", "dialog"); } @@ -5694,10 +5454,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_dir() throws Exception { test("basefont", "dir"); } @@ -5708,10 +5466,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_div() throws Exception { test("basefont", "div"); } @@ -5722,10 +5478,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_dl() throws Exception { test("basefont", "dl"); } @@ -5736,10 +5490,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_dt() throws Exception { test("basefont", "dt"); } @@ -5750,10 +5502,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "2", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_embed() throws Exception { test("basefont", "embed"); } @@ -5764,10 +5514,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_em() throws Exception { test("basefont", "em"); } @@ -5778,10 +5526,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_fieldset() throws Exception { test("basefont", "fieldset"); } @@ -5792,10 +5538,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_figcaption() throws Exception { test("basefont", "figcaption"); } @@ -5806,10 +5550,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_figure() throws Exception { test("basefont", "figure"); } @@ -5820,10 +5562,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_font() throws Exception { test("basefont", "font"); } @@ -5834,10 +5574,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_form() throws Exception { test("basefont", "form"); } @@ -5848,10 +5586,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_footer() throws Exception { test("basefont", "footer"); } @@ -5862,10 +5598,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_frame() throws Exception { test("basefont", "frame"); } @@ -5876,10 +5610,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_frameset() throws Exception { test("basefont", "frameset"); } @@ -5899,10 +5631,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_header() throws Exception { test("basefont", "header"); } @@ -5913,10 +5643,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_h1() throws Exception { test("basefont", "h1"); } @@ -5927,10 +5655,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_h2() throws Exception { test("basefont", "h2"); } @@ -5941,10 +5667,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_h3() throws Exception { test("basefont", "h3"); } @@ -5955,10 +5679,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_h4() throws Exception { test("basefont", "h4"); } @@ -5969,10 +5691,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_h5() throws Exception { test("basefont", "h5"); } @@ -5983,10 +5703,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_h6() throws Exception { test("basefont", "h6"); } @@ -5997,10 +5715,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_hr() throws Exception { test("basefont", "hr"); } @@ -6020,10 +5736,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_iframe() throws Exception { test("basefont", "iframe"); } @@ -6034,10 +5748,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_q() throws Exception { test("basefont", "q"); } @@ -6048,10 +5760,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "2", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_img() throws Exception { test("basefont", "img"); } @@ -6062,10 +5772,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "2", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_image() throws Exception { test("basefont", "image"); } @@ -6076,10 +5784,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_ins() throws Exception { test("basefont", "ins"); } @@ -6090,10 +5796,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_isindex() throws Exception { test("basefont", "isindex"); } @@ -6104,10 +5808,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_i() throws Exception { test("basefont", "i"); } @@ -6118,10 +5820,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_kbd() throws Exception { test("basefont", "kbd"); } @@ -6132,10 +5832,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_keygen() throws Exception { test("basefont", "keygen"); } @@ -6146,10 +5844,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_label() throws Exception { test("basefont", "label"); } @@ -6160,10 +5856,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_layer() throws Exception { test("basefont", "layer"); } @@ -6174,10 +5868,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_legend() throws Exception { test("basefont", "legend"); } @@ -6188,10 +5880,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_listing() throws Exception { test("basefont", "listing"); } @@ -6202,10 +5892,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_li() throws Exception { test("basefont", "li"); } @@ -6216,10 +5904,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_link() throws Exception { test("basefont", "link"); } @@ -6230,10 +5916,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_main() throws Exception { test("basefont", "main"); } @@ -6244,10 +5928,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_map() throws Exception { test("basefont", "map"); } @@ -6258,10 +5940,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_mark() throws Exception { test("basefont", "mark"); } @@ -6272,10 +5952,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_marquee() throws Exception { test("basefont", "marquee"); } @@ -6286,10 +5964,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_menu() throws Exception { test("basefont", "menu"); } @@ -6300,10 +5976,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_menuitem() throws Exception { test("basefont", "menuitem"); } @@ -6314,10 +5988,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_meta() throws Exception { test("basefont", "meta"); } @@ -6328,10 +6000,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_meter() throws Exception { test("basefont", "meter"); } @@ -6342,10 +6012,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_multicol() throws Exception { test("basefont", "multicol"); } @@ -6356,10 +6024,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_nav() throws Exception { test("basefont", "nav"); } @@ -6370,10 +6036,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_nextid() throws Exception { test("basefont", "nextid"); } @@ -6384,10 +6048,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_nobr() throws Exception { test("basefont", "nobr"); } @@ -6398,10 +6060,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_noembed() throws Exception { test("basefont", "noembed"); } @@ -6412,10 +6072,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_noframes() throws Exception { test("basefont", "noframes"); } @@ -6426,10 +6084,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_nolayer() throws Exception { test("basefont", "nolayer"); } @@ -6440,10 +6096,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_noscript() throws Exception { test("basefont", "noscript"); } @@ -6463,10 +6117,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_ol() throws Exception { test("basefont", "ol"); } @@ -6477,10 +6129,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_optgroup() throws Exception { test("basefont", "optgroup"); } @@ -6491,10 +6141,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", FF38 = "0") - @NotYetImplemented({ IE8 }) public void _basefont_option() throws Exception { test("basefont", "option"); } @@ -6505,10 +6153,8 @@ @Test @Alerts(CHROME = "0", IE11 = "0", - IE8 = "1", FF31 = "0", ... [truncated message content] |