From: <asa...@us...> - 2015-04-22 10:38:37
|
Revision: 10377 http://sourceforge.net/p/htmlunit/code/10377 Author: asashour Date: 2015-04-22 09:34:49 +0000 (Wed, 22 Apr 2015) Log Message: ----------- Fixing the test cases Modified Paths: -------------- 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 Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java 2015-04-22 09:06:21 UTC (rev 10376) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java 2015-04-22 09:34:49 UTC (rev 10377) @@ -5236,24 +5236,4 @@ test("Event", "RTCPeerConnectionIceEvent"); } - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - FF31 = "true") - public void _RTCDataChannelEvent_RTCDataChannelEvent() throws Exception { - test("RTCDataChannelEvent", "RTCDataChannelEvent"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - FF31 = "true") - public void _RTCPeerConnectionIceEvent_RTCPeerConnectionIceEvent() throws Exception { - test("RTCPeerConnectionIceEvent", "RTCPeerConnectionIceEvent"); - } - } Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfHTest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfHTest.java 2015-04-22 09:06:21 UTC (rev 10376) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfHTest.java 2015-04-22 09:34:49 UTC (rev 10377) @@ -1873,24 +1873,4 @@ test("HTMLPictureElement", "HTMLPictureElement"); } - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _RTCIceCandidate_RTCIceCandidate() throws Exception { - test("RTCIceCandidate", "RTCIceCandidate"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _RTCSessionDescription_RTCSessionDescription() throws Exception { - test("RTCSessionDescription", "RTCSessionDescription"); - } - } Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfITest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfITest.java 2015-04-22 09:06:21 UTC (rev 10376) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfITest.java 2015-04-22 09:34:49 UTC (rev 10377) @@ -2490,4 +2490,55 @@ public void _mozRTCSessionDescription_mozRTCSessionDescription() throws Exception { test("mozRTCSessionDescription", "mozRTCSessionDescription"); } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _RTCIceCandidate_RTCIceCandidate() throws Exception { + test("RTCIceCandidate", "RTCIceCandidate"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _RTCSessionDescription_RTCSessionDescription() throws Exception { + test("RTCSessionDescription", "RTCSessionDescription"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + FF31 = "true") + public void _RTCDataChannelEvent_RTCDataChannelEvent() throws Exception { + test("RTCDataChannelEvent", "RTCDataChannelEvent"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + FF31 = "true") + public void _RTCPeerConnectionIceEvent_RTCPeerConnectionIceEvent() throws Exception { + test("RTCPeerConnectionIceEvent", "RTCPeerConnectionIceEvent"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + FF31 = "true") + public void _mozRTCIceCandidate_mozRTCIceCandidate() throws Exception { + test("mozRTCIceCandidate", "mozRTCIceCandidate"); + } + } |
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] |
From: <asa...@us...> - 2015-06-02 05:55:24
|
Revision: 10618 http://sourceforge.net/p/htmlunit/code/10618 Author: asashour Date: 2015-06-02 05:55:22 +0000 (Tue, 02 Jun 2015) Log Message: ----------- Fixing build Modified Paths: -------------- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfSTest.java Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java 2015-06-01 12:19:12 UTC (rev 10617) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java 2015-06-02 05:55:22 UTC (rev 10618) @@ -6293,7 +6293,7 @@ */ @Test @Alerts(DEFAULT = "false", - FF38 = "true") + FF = "true") public void _DOMPointReadOnly_DOMPoint() throws Exception { test("DOMPointReadOnly", "DOMPoint"); } @@ -6303,7 +6303,7 @@ */ @Test @Alerts(DEFAULT = "false", - FF38 = "true") + FF = "true") public void _DOMPointReadOnly_DOMPointReadOnly() throws Exception { test("DOMPointReadOnly", "DOMPointReadOnly"); } @@ -6313,7 +6313,7 @@ */ @Test @Alerts(DEFAULT = "false", - FF38 = "true") + FF = "true") public void _DOMPoint_DOMPoint() throws Exception { test("DOMPoint", "DOMPoint"); } @@ -6323,7 +6323,7 @@ */ @Test @Alerts(DEFAULT = "false", - FF38 = "true") + FF = "true") public void _DOMRectReadOnly_DOMRectReadOnly() throws Exception { test("DOMRectReadOnly", "DOMRectReadOnly"); } Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfSTest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfSTest.java 2015-06-01 12:19:12 UTC (rev 10617) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfSTest.java 2015-06-02 05:55:22 UTC (rev 10618) @@ -1828,9 +1828,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "false", - CHROME = "true", - IE11 = "true") + @Alerts(DEFAULT = "true", + IE8 = "false") public void _SubtleCrypto_SubtleCrypto() throws Exception { test("SubtleCrypto", "SubtleCrypto"); } @@ -1840,7 +1839,8 @@ */ @Test @Alerts(DEFAULT = "false", - CHROME = "true") + CHROME = "true", + FF38 = "true") public void _Symbol_Symbol() throws Exception { test("Symbol", "Symbol"); } |
From: <asa...@us...> - 2015-10-15 06:32:43
|
Revision: 11399 http://sourceforge.net/p/htmlunit/code/11399 Author: asashour Date: 2015-10-15 06:32:40 +0000 (Thu, 15 Oct 2015) Log Message: ----------- Fixing build Modified Paths: -------------- 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/HostParentOfTTest.java Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java 2015-10-14 16:24:40 UTC (rev 11398) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java 2015-10-15 06:32:40 UTC (rev 11399) @@ -4925,9 +4925,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "false", - FF = "true", - IE11 = "true") + @Alerts(DEFAULT = "true", + IE8 = "false") public void _DragEvent_DragEvent() throws Exception { test("DragEvent", "DragEvent"); } @@ -4966,9 +4965,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "false", - FF = "true", - IE11 = "true") + @Alerts(DEFAULT = "true", + IE8 = "false") public void _Event_DragEvent() throws Exception { test("Event", "DragEvent"); } Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfITest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfITest.java 2015-10-14 16:24:40 UTC (rev 11398) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfITest.java 2015-10-15 06:32:40 UTC (rev 11399) @@ -2181,9 +2181,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "false", - FF = "true", - IE11 = "true") + @Alerts(DEFAULT = "true", + IE8 = "false") public void _MouseEvent_DragEvent() throws Exception { test("MouseEvent", "DragEvent"); } Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfTTest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfTTest.java 2015-10-14 16:24:40 UTC (rev 11398) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfTTest.java 2015-10-15 06:32:40 UTC (rev 11399) @@ -402,9 +402,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "false", - FF = "true", - IE11 = "true") + @Alerts(DEFAULT = "true", + IE8 = "false") public void _UIEvent_DragEvent() throws Exception { test("UIEvent", "DragEvent"); } |
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] |
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] |
From: <rb...@us...> - 2016-01-30 19:59:18
|
Revision: 11807 http://sourceforge.net/p/htmlunit/code/11807 Author: rbri Date: 2016-01-30 19:59:16 +0000 (Sat, 30 Jan 2016) Log Message: ----------- re tested and fixed for chrome Modified Paths: -------------- 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 Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java 2016-01-30 16:26:51 UTC (rev 11806) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java 2016-01-30 19:59:16 UTC (rev 11807) @@ -517,7 +517,7 @@ * @throws Exception if the test fails */ @Test - @Alerts("true") + @Alerts(DEFAULT = "true", CHROME = "false") public void _Element_HTMLAppletElement() throws Exception { test("Element", "HTMLAppletElement"); } @@ -2899,8 +2899,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "true", - IE = "false") + @Alerts(DEFAULT = "false", + FF = "true") public void _EventTarget_HTMLAppletElement() throws Exception { test("EventTarget", "HTMLAppletElement"); } Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfHTest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfHTest.java 2016-01-30 16:26:51 UTC (rev 11806) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfHTest.java 2016-01-30 19:59:16 UTC (rev 11807) @@ -118,7 +118,7 @@ * @throws Exception if the test fails */ @Test - @Alerts("true") + @Alerts(DEFAULT = "true", CHROME = "false") public void _HTMLAppletElement_HTMLAppletElement() throws Exception { test("HTMLAppletElement", "HTMLAppletElement"); } @@ -933,7 +933,7 @@ * @throws Exception if the test fails */ @Test - @Alerts("true") + @Alerts(DEFAULT = "true", CHROME = "false") public void _HTMLElement_HTMLAppletElement() throws Exception { test("HTMLElement", "HTMLAppletElement"); } Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfITest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfITest.java 2016-01-30 16:26:51 UTC (rev 11806) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfITest.java 2016-01-30 19:59:16 UTC (rev 11807) @@ -396,7 +396,7 @@ * @throws Exception if the test fails */ @Test - @Alerts("true") + @Alerts(DEFAULT = "true", CHROME = "false") public void _Node_HTMLAppletElement() throws Exception { test("Node", "HTMLAppletElement"); } |
From: <rb...@us...> - 2016-02-06 14:21:58
|
Revision: 11818 http://sourceforge.net/p/htmlunit/code/11818 Author: rbri Date: 2016-02-06 14:21:56 +0000 (Sat, 06 Feb 2016) Log Message: ----------- code style Modified Paths: -------------- 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 Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java 2016-02-06 12:45:38 UTC (rev 11817) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java 2016-02-06 14:21:56 UTC (rev 11818) @@ -517,7 +517,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "true", CHROME = "false") + @Alerts(DEFAULT = "true", + CHROME = "false") public void _Element_HTMLAppletElement() throws Exception { test("Element", "HTMLAppletElement"); } Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfHTest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfHTest.java 2016-02-06 12:45:38 UTC (rev 11817) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfHTest.java 2016-02-06 14:21:56 UTC (rev 11818) @@ -118,7 +118,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "true", CHROME = "false") + @Alerts(DEFAULT = "true", + CHROME = "false") public void _HTMLAppletElement_HTMLAppletElement() throws Exception { test("HTMLAppletElement", "HTMLAppletElement"); } @@ -933,7 +934,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "true", CHROME = "false") + @Alerts(DEFAULT = "true", + CHROME = "false") public void _HTMLElement_HTMLAppletElement() throws Exception { test("HTMLElement", "HTMLAppletElement"); } Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfITest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfITest.java 2016-02-06 12:45:38 UTC (rev 11817) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfITest.java 2016-02-06 14:21:56 UTC (rev 11818) @@ -40,8 +40,10 @@ /** * Returns the parameterized data. + * * @return the parameterized data - * @throws Exception if an error occurs + * @throws Exception + * if an error occurs */ @Parameters public static Collection<Object[]> data() throws Exception { @@ -56,29 +58,32 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "true", CHROME = "false") public void _Image_HTMLImageElement() throws Exception { - //although Image != HTMLImageElement, they seem to be synonyms!!! + // although Image != HTMLImageElement, they seem to be synonyms!!! test("Image", "HTMLImageElement"); } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "true", CHROME = "false") public void _Option_HTMLOptionElement() throws Exception { - //although Option != HTMLOptionElement, they seem to be synonyms!!! + // although Option != HTMLOptionElement, they seem to be synonyms!!! test("Option", "HTMLOptionElement"); } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -87,7 +92,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -96,7 +102,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -105,7 +112,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -114,7 +122,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -123,7 +132,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "true", @@ -134,7 +144,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -143,7 +154,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -152,7 +164,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -161,7 +174,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -170,7 +184,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -179,7 +194,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -188,7 +204,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "true", @@ -198,7 +215,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -207,7 +225,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -216,7 +235,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "false", @@ -227,7 +247,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -236,7 +257,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "true", @@ -246,7 +268,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -255,7 +278,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -264,7 +288,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -273,7 +298,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "false", @@ -283,7 +309,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "false", @@ -293,7 +320,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -302,7 +330,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -311,7 +340,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "false", @@ -321,7 +351,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -330,7 +361,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -339,7 +371,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -348,7 +381,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -357,7 +391,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -366,7 +401,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -375,7 +411,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -384,7 +421,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -393,16 +431,19 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test - @Alerts(DEFAULT = "true", CHROME = "false") + @Alerts(DEFAULT = "true", + CHROME = "false") public void _Node_HTMLAppletElement() throws Exception { test("Node", "HTMLAppletElement"); } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -411,7 +452,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -420,7 +462,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "false", @@ -430,7 +473,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -439,7 +483,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -448,7 +493,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "false", @@ -458,7 +504,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "false", @@ -468,7 +515,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -477,7 +525,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -486,7 +535,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -495,7 +545,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -504,7 +555,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -513,7 +565,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "false", @@ -523,7 +576,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "false", @@ -533,7 +587,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "false", @@ -543,7 +598,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "false", @@ -553,7 +609,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -562,7 +619,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -571,7 +629,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -580,7 +639,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -589,7 +649,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -598,7 +659,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -607,7 +669,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -616,7 +679,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -625,7 +689,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -634,7 +699,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -643,7 +709,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -652,7 +719,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -661,7 +729,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -670,7 +739,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -679,7 +749,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -688,7 +759,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -697,7 +769,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -706,7 +779,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -715,7 +789,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "false", @@ -725,7 +800,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "false", @@ -735,7 +811,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -744,7 +821,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -753,7 +831,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -762,7 +841,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -771,7 +851,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -780,7 +861,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "true", @@ -790,7 +872,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -799,7 +882,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -808,7 +892,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "false", @@ -818,7 +903,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -827,7 +913,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "true", @@ -837,7 +924,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -846,7 +934,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "false", @@ -856,7 +945,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -865,7 +955,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -874,7 +965,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -883,7 +975,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -892,7 +985,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "true", @@ -902,7 +996,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -911,7 +1006,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -920,7 +1016,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "false", @@ -930,7 +1027,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -939,7 +1037,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -948,7 +1047,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -957,7 +1057,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -966,7 +1067,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -975,7 +1077,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -984,7 +1087,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -993,7 +1097,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -1002,7 +1107,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -1011,7 +1117,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -1020,7 +1127,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "false", @@ -1030,7 +1138,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -1039,7 +1148,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "false", @@ -1049,7 +1159,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -1058,7 +1169,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -1067,7 +1179,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -1076,7 +1189,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "false", @@ -1086,7 +1200,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -1095,7 +1210,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -1104,7 +1220,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -1113,7 +1230,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -1122,7 +1240,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -1131,7 +1250,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -1140,7 +1260,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -1149,7 +1270,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -1158,7 +1280,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -1167,7 +1290,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "false", @@ -1177,7 +1301,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "true", @@ -1187,7 +1312,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "true", @@ -1197,7 +1323,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "true", @@ -1207,7 +1334,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -1216,7 +1344,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -1225,7 +1354,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "false", @@ -1235,7 +1365,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -1244,7 +1375,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -1253,7 +1385,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -1262,7 +1395,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -1271,7 +1405,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -1280,7 +1415,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -1289,7 +1425,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -1298,7 +1435,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -1307,7 +1445,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -1316,7 +1455,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -1325,7 +1465,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -1334,7 +1475,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -1343,7 +1485,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -1352,7 +1495,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -1361,7 +1505,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -1370,7 +1515,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -1379,7 +1525,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -1388,7 +1535,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -1397,7 +1545,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -1406,7 +1555,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -1415,7 +1565,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -1424,7 +1575,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -1433,7 +1585,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -1442,7 +1595,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -1451,7 +1605,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -1460,7 +1615,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -1469,7 +1625,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -1478,7 +1635,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -1487,7 +1645,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -1496,7 +1655,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "true", @@ -1506,7 +1666,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -1515,7 +1676,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -1524,7 +1686,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -1533,7 +1696,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -1542,7 +1706,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -1551,7 +1716,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -1560,7 +1726,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -1569,7 +1736,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "true", @@ -1579,7 +1747,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -1588,7 +1757,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -1597,7 +1767,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -1606,7 +1777,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -1615,7 +1787,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -1624,7 +1797,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -1633,7 +1807,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -1642,7 +1817,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -1651,7 +1827,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "true", @@ -1661,7 +1838,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -1670,7 +1848,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -1679,7 +1858,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -1688,7 +1868,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -1697,7 +1878,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -1706,7 +1888,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -1715,7 +1898,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -1724,7 +1908,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -1733,7 +1918,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -1742,7 +1928,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -1751,7 +1938,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -1760,7 +1948,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -1769,7 +1958,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "true", @@ -1779,7 +1969,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -1788,7 +1979,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "true", @@ -1798,7 +1990,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -1807,7 +2000,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "true", @@ -1817,7 +2011,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "false", @@ -1827,7 +2022,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "true", @@ -1837,7 +2033,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "false", @@ -1847,7 +2044,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "false", @@ -1857,7 +2055,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "true", @@ -1867,7 +2066,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "true", @@ -1877,7 +2077,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "true", @@ -1887,7 +2088,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "true", @@ -1897,7 +2099,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "true", @@ -1907,7 +2110,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "true", @@ -1917,7 +2121,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "true", @@ -1927,7 +2132,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "true", @@ -1937,7 +2143,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "false", @@ -1947,7 +2154,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -1956,7 +2164,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "true", @@ -1966,7 +2175,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "true", @@ -1976,7 +2186,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "false", @@ -1986,7 +2197,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -1995,7 +2207,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -2004,7 +2217,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -2013,7 +2227,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -2022,7 +2237,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -2031,7 +2247,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "false", @@ -2041,7 +2258,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "false", @@ -2051,7 +2269,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "false", @@ -2062,7 +2281,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "false", @@ -2072,7 +2292,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "true", @@ -2082,7 +2303,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -2091,7 +2313,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "false", @@ -2101,7 +2324,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "false", @@ -2112,7 +2336,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -2121,7 +2346,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -2130,7 +2356,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -2139,7 +2366,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -2148,7 +2376,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -2157,7 +2386,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -2166,7 +2396,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -2175,7 +2406,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -2184,7 +2416,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -2193,7 +2426,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -2202,7 +2436,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -2211,7 +2446,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -2220,7 +2456,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -2229,7 +2466,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -2238,7 +2476,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -2247,7 +2486,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -2256,7 +2496,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "false", @@ -2266,7 +2507,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "false", @@ -2276,7 +2518,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "false", @@ -2286,7 +2529,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "false", @@ -2296,7 +2540,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "false", @@ -2306,7 +2551,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "false", @@ -2316,7 +2562,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "false", @@ -2326,7 +2573,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "false", @@ -2336,7 +2584,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "false", @@ -2346,7 +2595,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -2355,7 +2605,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -2364,7 +2615,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "false", @@ -2374,7 +2626,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -2383,7 +2636,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "false", @@ -2394,7 +2648,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -2403,7 +2658,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -2412,7 +2668,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -2421,7 +2678,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "false", @@ -2432,7 +2690,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "false", @@ -2442,7 +2701,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "false", @@ -2452,7 +2712,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "false", @@ -2462,7 +2723,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "false", @@ -2472,7 +2734,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "false", @@ -2482,7 +2745,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "false", @@ -2492,7 +2756,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "false", @@ -2502,7 +2767,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "false", @@ -2512,7 +2778,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "false", @@ -2522,7 +2789,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "false", @@ -2532,7 +2800,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "false", @@ -2542,7 +2811,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "false", @@ -2552,7 +2822,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "false", @@ -2562,7 +2833,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "false", @@ -2572,7 +2844,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "false", @@ -2582,7 +2855,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "false", @@ -2592,7 +2866,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "false", @@ -2602,7 +2877,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "false", @@ -2612,7 +2888,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "false", @@ -2622,7 +2899,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "false", @@ -2632,7 +2910,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "false", @@ -2642,7 +2921,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -2651,7 +2931,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "false", @@ -2661,7 +2942,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "false", @@ -2671,7 +2953,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "true", @@ -2681,7 +2964,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -2690,7 +2974,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "true", @@ -2700,7 +2985,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "true", @@ -2710,7 +2996,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -2719,7 +3006,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -2728,7 +3016,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "true", @@ -2738,7 +3027,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "true", @@ -2748,7 +3038,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -2757,7 +3048,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "true", @@ -2767,7 +3059,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "true", @@ -2777,7 +3070,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts("true") @@ -2786,7 +3080,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "false", @@ -2796,7 +3091,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "false", @@ -2806,7 +3102,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "false", @@ -2816,7 +3113,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test @Alerts(DEFAULT = "false", @@ -2826,7 +3124,8 @@ } /** - * @throws Exception if the test fails + * @throws Exception + * if the test fails */ @Test ... [truncated message content] |
From: <asa...@us...> - 2016-02-23 14:29:35
|
Revision: 11896 http://sourceforge.net/p/htmlunit/code/11896 Author: asashour Date: 2016-02-23 14:29:32 +0000 (Tue, 23 Feb 2016) Log Message: ----------- Fixing build Modified Paths: -------------- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfITest.java Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java 2016-02-23 14:03:57 UTC (rev 11895) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java 2016-02-23 14:29:32 UTC (rev 11896) @@ -4500,6 +4500,16 @@ * @throws Exception if the test fails */ @Test + @Alerts(DEFAULT = "false", + FF = "true") + public void _EventTarget_SVGDocument() throws Exception { + test("EventTarget", "SVGDocument"); + } + + /** + * @throws Exception if the test fails + */ + @Test @Alerts(DEFAULT = "true", IE = "false") public void _EventTarget_XMLHttpRequest() throws Exception { Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfITest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfITest.java 2016-02-23 14:03:57 UTC (rev 11895) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfITest.java 2016-02-23 14:29:32 UTC (rev 11896) @@ -1962,6 +1962,17 @@ * if the test fails */ @Test + @Alerts(DEFAULT = "false", + FF = "true") + public void _Node_SVGDocument() throws Exception { + test("Node", "SVGDocument"); + } + + /** + * @throws Exception + * if the test fails + */ + @Test @Alerts(DEFAULT = "true", FF = "false") public void _MessageChannel_MessageChannel() throws Exception { |
From: <asa...@us...> - 2016-03-12 13:12:33
|
Revision: 12055 http://sourceforge.net/p/htmlunit/code/12055 Author: asashour Date: 2016-03-12 13:12:30 +0000 (Sat, 12 Mar 2016) Log Message: ----------- remove redundant methods Modified Paths: -------------- 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/HostParentOfTTest.java Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java 2016-03-12 13:10:01 UTC (rev 12054) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java 2016-03-12 13:12:30 UTC (rev 12055) @@ -980,15 +980,6 @@ * @throws Exception if the test fails */ @Test - @Alerts("false") - public void _Element_HTMLNoShowElement() throws Exception { - test("Element", "HTMLNoShowElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test @Alerts(DEFAULT = "false", IE = "true") public void _Element_HTMLNextIdElement() throws Exception { @@ -1210,15 +1201,6 @@ * @throws Exception if the test fails */ @Test - @Alerts("false") - public void _Element_HTMLTextElement() throws Exception { - test("Element", "HTMLTextElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test @Alerts("true") public void _Element_HTMLTextAreaElement() throws Exception { test("Element", "HTMLTextAreaElement"); Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfHTest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfHTest.java 2016-03-12 13:10:01 UTC (rev 12054) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfHTest.java 2016-03-12 13:12:30 UTC (rev 12055) @@ -240,15 +240,6 @@ * @throws Exception if the test fails */ @Test - @Alerts("false") - public void _HTMLCommentElement_HTMLCommentElement() throws Exception { - test("HTMLCommentElement", "HTMLCommentElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test @Alerts("true") public void _HTMLDataListElement_HTMLDataListElement() throws Exception { test("HTMLDataListElement", "HTMLDataListElement"); @@ -591,15 +582,6 @@ * @throws Exception if the test fails */ @Test - @Alerts("false") - public void _HTMLNoShowElement_HTMLNoShowElement() throws Exception { - test("HTMLNoShowElement", "HTMLNoShowElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test @Alerts(DEFAULT = "false", IE = "true") public void _HTMLNextIdElement_HTMLNextIdElement() throws Exception { @@ -831,15 +813,6 @@ * @throws Exception if the test fails */ @Test - @Alerts("false") - public void _HTMLTextElement_HTMLTextElement() throws Exception { - test("HTMLTextElement", "HTMLTextElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test @Alerts("true") public void _HTMLTextAreaElement_HTMLTextAreaElement() throws Exception { test("HTMLTextAreaElement", "HTMLTextAreaElement"); Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfTTest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfTTest.java 2016-03-12 13:10:01 UTC (rev 12054) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfTTest.java 2016-03-12 13:12:30 UTC (rev 12055) @@ -183,15 +183,6 @@ * @throws Exception if the test fails */ @Test - @Alerts("false") - public void _XPathNSResolver_XPathNSResolver() throws Exception { - test("XPathNSResolver", "XPathNSResolver"); - } - - /** - * @throws Exception if the test fails - */ - @Test @Alerts(DEFAULT = "true", IE = "false") public void _XPathResult_XPathResult() throws Exception { |
From: <asa...@us...> - 2016-03-30 11:25:36
|
Revision: 12236 http://sourceforge.net/p/htmlunit/code/12236 Author: asashour Date: 2016-03-30 11:25:32 +0000 (Wed, 30 Mar 2016) Log Message: ----------- @NYI huge tests Modified Paths: -------------- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/ElementClosesElementTest.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 2016-03-30 10:23:56 UTC (rev 12235) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/ElementClosesElementTest.java 2016-03-30 11:25:32 UTC (rev 12236) @@ -5025,10 +5025,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_abbr() throws Exception { test("basefont", "abbr"); } @@ -5037,10 +5035,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_acronym() throws Exception { test("basefont", "acronym"); } @@ -5049,10 +5045,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_a() throws Exception { test("basefont", "a"); } @@ -5061,10 +5055,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_address() throws Exception { test("basefont", "address"); } @@ -5073,10 +5065,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_applet() throws Exception { test("basefont", "applet"); } @@ -5085,10 +5075,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_area() throws Exception { test("basefont", "area"); } @@ -5097,10 +5085,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_article() throws Exception { test("basefont", "article"); } @@ -5109,10 +5095,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_aside() throws Exception { test("basefont", "aside"); } @@ -5121,10 +5105,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_audio() throws Exception { test("basefont", "audio"); } @@ -5133,10 +5115,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_bgsound() throws Exception { test("basefont", "bgsound"); } @@ -5145,10 +5125,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_base() throws Exception { test("basefont", "base"); } @@ -5166,10 +5144,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_bdi() throws Exception { test("basefont", "bdi"); } @@ -5178,10 +5154,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_bdo() throws Exception { test("basefont", "bdo"); } @@ -5190,10 +5164,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_big() throws Exception { test("basefont", "big"); } @@ -5202,10 +5174,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_blink() throws Exception { test("basefont", "blink"); } @@ -5214,10 +5184,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_blockquote() throws Exception { test("basefont", "blockquote"); } @@ -5235,10 +5203,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_b() throws Exception { test("basefont", "b"); } @@ -5247,10 +5213,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_br() throws Exception { test("basefont", "br"); } @@ -5259,10 +5223,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_button() throws Exception { test("basefont", "button"); } @@ -5271,10 +5233,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_canvas() throws Exception { test("basefont", "canvas"); } @@ -5283,10 +5243,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_caption() throws Exception { test("basefont", "caption"); } @@ -5295,10 +5253,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_center() throws Exception { test("basefont", "center"); } @@ -5307,10 +5263,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_cite() throws Exception { test("basefont", "cite"); } @@ -5319,10 +5273,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_code() throws Exception { test("basefont", "code"); } @@ -5331,10 +5283,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_command() throws Exception { test("basefont", "command"); } @@ -5343,10 +5293,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_datalist() throws Exception { test("basefont", "datalist"); } @@ -5355,10 +5303,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_dfn() throws Exception { test("basefont", "dfn"); } @@ -5367,10 +5313,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_dd() throws Exception { test("basefont", "dd"); } @@ -5379,10 +5323,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_del() throws Exception { test("basefont", "del"); } @@ -5391,10 +5333,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_details() throws Exception { test("basefont", "details"); } @@ -5403,10 +5343,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_dialog() throws Exception { test("basefont", "dialog"); } @@ -5415,10 +5353,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_dir() throws Exception { test("basefont", "dir"); } @@ -5427,10 +5363,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_div() throws Exception { test("basefont", "div"); } @@ -5439,10 +5373,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_dl() throws Exception { test("basefont", "dl"); } @@ -5451,10 +5383,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_dt() throws Exception { test("basefont", "dt"); } @@ -5463,10 +5393,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_embed() throws Exception { test("basefont", "embed"); } @@ -5475,10 +5403,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_em() throws Exception { test("basefont", "em"); } @@ -5487,10 +5413,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_fieldset() throws Exception { test("basefont", "fieldset"); } @@ -5499,10 +5423,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_figcaption() throws Exception { test("basefont", "figcaption"); } @@ -5511,10 +5433,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_figure() throws Exception { test("basefont", "figure"); } @@ -5523,10 +5443,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_font() throws Exception { test("basefont", "font"); } @@ -5535,10 +5453,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_form() throws Exception { test("basefont", "form"); } @@ -5547,10 +5463,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_footer() throws Exception { test("basefont", "footer"); } @@ -5559,10 +5473,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_frame() throws Exception { test("basefont", "frame"); } @@ -5571,10 +5483,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_frameset() throws Exception { test("basefont", "frameset"); } @@ -5592,10 +5502,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_header() throws Exception { test("basefont", "header"); } @@ -5604,10 +5512,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_h1() throws Exception { test("basefont", "h1"); } @@ -5616,10 +5522,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_h2() throws Exception { test("basefont", "h2"); } @@ -5628,10 +5532,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_h3() throws Exception { test("basefont", "h3"); } @@ -5640,10 +5542,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_h4() throws Exception { test("basefont", "h4"); } @@ -5652,10 +5552,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_h5() throws Exception { test("basefont", "h5"); } @@ -5664,10 +5562,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_h6() throws Exception { test("basefont", "h6"); } @@ -5676,10 +5572,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_hr() throws Exception { test("basefont", "hr"); } @@ -5697,10 +5591,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_iframe() throws Exception { test("basefont", "iframe"); } @@ -5709,10 +5601,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_q() throws Exception { test("basefont", "q"); } @@ -5721,10 +5611,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_img() throws Exception { test("basefont", "img"); } @@ -5733,10 +5621,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_image() throws Exception { test("basefont", "image"); } @@ -5745,10 +5631,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_ins() throws Exception { test("basefont", "ins"); } @@ -5757,10 +5641,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_isindex() throws Exception { test("basefont", "isindex"); } @@ -5769,10 +5651,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_i() throws Exception { test("basefont", "i"); } @@ -5781,10 +5661,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_kbd() throws Exception { test("basefont", "kbd"); } @@ -5793,10 +5671,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_keygen() throws Exception { test("basefont", "keygen"); } @@ -5805,10 +5681,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_label() throws Exception { test("basefont", "label"); } @@ -5817,10 +5691,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_layer() throws Exception { test("basefont", "layer"); } @@ -5829,10 +5701,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_legend() throws Exception { test("basefont", "legend"); } @@ -5841,10 +5711,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_listing() throws Exception { test("basefont", "listing"); } @@ -5853,10 +5721,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_li() throws Exception { test("basefont", "li"); } @@ -5865,10 +5731,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_link() throws Exception { test("basefont", "link"); } @@ -5877,10 +5741,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_main() throws Exception { test("basefont", "main"); } @@ -5889,10 +5751,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_map() throws Exception { test("basefont", "map"); } @@ -5901,10 +5761,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_mark() throws Exception { test("basefont", "mark"); } @@ -5913,10 +5771,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_marquee() throws Exception { test("basefont", "marquee"); } @@ -5925,10 +5781,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_menu() throws Exception { test("basefont", "menu"); } @@ -5937,10 +5791,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_menuitem() throws Exception { test("basefont", "menuitem"); } @@ -5949,10 +5801,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_meta() throws Exception { test("basefont", "meta"); } @@ -5961,10 +5811,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_meter() throws Exception { test("basefont", "meter"); } @@ -5973,10 +5821,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_multicol() throws Exception { test("basefont", "multicol"); } @@ -5985,10 +5831,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_nav() throws Exception { test("basefont", "nav"); } @@ -5997,10 +5841,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_nextid() throws Exception { test("basefont", "nextid"); } @@ -6009,10 +5851,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_nobr() throws Exception { test("basefont", "nobr"); } @@ -6021,10 +5861,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_noembed() throws Exception { test("basefont", "noembed"); } @@ -6033,10 +5871,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_noframes() throws Exception { test("basefont", "noframes"); } @@ -6045,10 +5881,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_nolayer() throws Exception { test("basefont", "nolayer"); } @@ -6057,10 +5891,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_noscript() throws Exception { test("basefont", "noscript"); } @@ -6078,10 +5910,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_ol() throws Exception { test("basefont", "ol"); } @@ -6090,10 +5920,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_optgroup() throws Exception { test("basefont", "optgroup"); } @@ -6102,10 +5930,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_option() throws Exception { test("basefont", "option"); } @@ -6114,10 +5940,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_output() throws Exception { test("basefont", "output"); } @@ -6126,10 +5950,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_p() throws Exception { test("basefont", "p"); } @@ -6138,10 +5960,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_param() throws Exception { test("basefont", "param"); } @@ -6150,10 +5970,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_plaintext() throws Exception { test("basefont", "plaintext"); } @@ -6162,10 +5980,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_pre() throws Exception { test("basefont", "pre"); } @@ -6174,10 +5990,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_progress() throws Exception { test("basefont", "progress"); } @@ -6186,10 +6000,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_rp() throws Exception { test("basefont", "rp"); } @@ -6198,10 +6010,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_rt() throws Exception { test("basefont", "rt"); } @@ -6210,10 +6020,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_ruby() throws Exception { test("basefont", "ruby"); } @@ -6222,10 +6030,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_s() throws Exception { test("basefont", "s"); } @@ -6234,10 +6040,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_samp() throws Exception { test("basefont", "samp"); } @@ -6246,9 +6050,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") + @Alerts("0") @NotYetImplemented public void _basefont_script() throws Exception { test("basefont", "script"); @@ -6258,10 +6060,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_section() throws Exception { test("basefont", "section"); } @@ -6270,10 +6070,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_select() throws Exception { test("basefont", "select"); } @@ -6282,10 +6080,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_small() throws Exception { test("basefont", "small"); } @@ -6294,10 +6090,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_source() throws Exception { test("basefont", "source"); } @@ -6306,10 +6100,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_span() throws Exception { test("basefont", "span"); } @@ -6318,10 +6110,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_strike() throws Exception { test("basefont", "strike"); } @@ -6330,10 +6120,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_strong() throws Exception { test("basefont", "strong"); } @@ -6342,10 +6130,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_style() throws Exception { test("basefont", "style"); } @@ -6354,10 +6140,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_sub() throws Exception { test("basefont", "sub"); } @@ -6366,10 +6150,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_summary() throws Exception { test("basefont", "summary"); } @@ -6378,10 +6160,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_sup() throws Exception { test("basefont", "sup"); } @@ -6390,10 +6170,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_table() throws Exception { test("basefont", "table"); } @@ -6402,10 +6180,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_col() throws Exception { test("basefont", "col"); } @@ -6414,10 +6190,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_colgroup() throws Exception { test("basefont", "colgroup"); } @@ -6426,10 +6200,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_tbody() throws Exception { test("basefont", "tbody"); } @@ -6438,10 +6210,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_td() throws Exception { test("basefont", "td"); } @@ -6450,10 +6220,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_th() throws Exception { test("basefont", "th"); } @@ -6462,10 +6230,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_tr() throws Exception { test("basefont", "tr"); } @@ -6474,10 +6240,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_textarea() throws Exception { test("basefont", "textarea"); } @@ -6486,10 +6250,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_tfoot() throws Exception { test("basefont", "tfoot"); } @@ -6498,10 +6260,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_thead() throws Exception { test("basefont", "thead"); } @@ -6510,10 +6270,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_tt() throws Exception { test("basefont", "tt"); } @@ -6522,10 +6280,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_time() throws Exception { test("basefont", "time"); } @@ -6543,10 +6299,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_track() throws Exception { test("basefont", "track"); } @@ -6555,10 +6309,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_u() throws Exception { test("basefont", "u"); } @@ -6567,10 +6319,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_ul() throws Exception { test("basefont", "ul"); } @@ -6579,10 +6329,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_var() throws Exception { test("basefont", "var"); } @@ -6591,10 +6339,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_video() throws Exception { test("basefont", "video"); } @@ -6603,10 +6349,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_wbr() throws Exception { test("basefont", "wbr"); } @@ -6615,10 +6359,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(CHROME = "0", - IE = "0", - FF38 = "0") - @NotYetImplemented({ FF45, EDGE }) + @Alerts("0") + @NotYetImplemented(EDGE) public void _basefont_xmp() throws Exception { test("basefont", "xmp"); } @@ -8482,7 +8224,7 @@ */ @Test @Alerts("2") - @NotYetImplemented + @NotYetImplemented(EDGE) public void _body_title() throws Exception { test("body", "title"); } @@ -13090,7 +12832,7 @@ @Alerts(CHROME = "0", IE = "0", FF38 = "1") - @NotYetImplemented({ FF45, EDGE }) + @NotYetImplemented({ FF45, EDGE, FF38 }) public void _command_plaintext() throws Exception { test("command", "plaintext"); } @@ -17491,7 +17233,7 @@ */ @Test @Alerts("null") - @NotYetImplemented + @NotYetImplemented(EDGE) public void _frame_abbr() throws Exception { test("frame", "abbr"); } @@ -17501,7 +17243,7 @@ */ @Test @Alerts("null") - @NotYetImplemented + @NotYetImplemented(EDGE) public void _frame_acronym() throws Exception { test("frame", "acronym"); } @@ -17511,7 +17253,7 @@ */ @Test @Alerts("null") - @NotYetImplemented + @NotYetImplemented(EDGE) public void _frame_a() throws Exception { test("frame", "a"); } @@ -17521,7 +17263,7 @@ */ @Test @Alerts("null") - @NotYetImplemented + @NotYetImplemented(EDGE) public void _frame_address() throws Exception { test("frame", "address"); } @@ -17531,7 +17273,7 @@ */ @Test @Alerts("null") - @NotYetImplemented + @NotYetImplemented(EDGE) public void _frame_applet() throws Exception { test("frame", "applet"); } @@ -17541,7 +17283,7 @@ */ @Test @Alerts("null") - @NotYetImplemented + @NotYetImplemented(EDGE) public void _frame_area() throws Exception { test("frame", "area"); } @@ -17551,7 +17293,7 @@ */ @Test @Alerts("null") - @NotYetImplemented + @NotYetImplemented(EDGE) public void _frame_article() throws Exception { test("frame", "article"); } @@ -17561,7 +17303,7 @@ */ @Test @Alerts("null") - @NotYetImplemented + @NotYetImplemented(EDGE) public void _frame_aside() throws Exception { test("frame", "aside"); } @@ -17571,7 +17313,7 @@ */ @Test @Alerts("null") - @NotYetImplemented + @NotYetImplemented(EDGE) public void _frame_audio() throws Exception { test("frame", "audio"); } @@ -17581,7 +17323,7 @@ */ @Test @Alerts("null") - @NotYetImplemented + @NotYetImplemented(EDGE) public void _frame_bgsound() throws Exception { test("frame", "bgsound"); } @@ -17591,7 +17333,7 @@ */ @Test @Alerts("null") - @NotYetImplemented + @NotYetImplemented(EDGE) public void _frame_base() throws Exception { test("frame", "base"); } @@ -17601,7 +17343,7 @@ */ @Test @Alerts("null") - @NotYetImplemented + @NotYetImplemented(EDGE) public void _frame_basefont() throws Exception { test("frame", "basefont"); } @@ -17611,7 +17353,7 @@ */ @Test @Alerts("null") - @NotYetImplemented + @NotYetImplemented(EDGE) public void _frame_bdi() throws Exception { test("frame", "bdi"); } @@ -17621,7 +17363,7 @@ */ @Test @Alerts("null") - @NotYetImplemented + @NotYetImplemented(EDGE) public void _frame_bdo() throws Exception { test("frame", "bdo"); } @@ -17631,7 +17373,7 @@ */ @Test @Alerts("null") - @NotYetImplemented + @NotYetImplemented(EDGE) public void _frame_big() throws Exception { test("frame", "big"); } @@ -17641,7 +17383,7 @@ */ @Test @Alerts("null") - @NotYetImplemented + @NotYetImplemented(EDGE) public void _frame_blink() throws Exception { test("frame", "blink"); } @@ -17651,7 +17393,7 @@ */ @Test @Alerts("null") - @NotYetImplemented + @NotYetImplemented(EDGE) public void _frame_blockquote() throws Exception { test("frame", "blockquote"); } @@ -17661,7 +17403,7 @@ */ @Test @Alerts("null") - @NotYetImplemented + @NotYetImplemented(EDGE) public void _frame_body() throws Exception { test("frame", "body"); } @@ -17671,7 +17413,7 @@ */ @Test @Alerts("null") - @NotYetImplemented + @NotYetImplemented(EDGE) public void _frame_b() throws Exception { test("frame", "b"); } @@ -17681,7 +17423,7 @@ */ @Test @Alerts("null") - @NotYetImplemented + @NotYetImplemented(EDGE) public void _frame_br() throws Exception { test("frame", "br"); } @@ -17691,7 +17433,7 @@ */ @Test @Alerts("null") - @NotYetImplemented + @NotYetImplemented(EDGE) public void _frame_button() throws Exception { test("frame", "button"); } @@ -17701,7 +17443,7 @@ */ @Test @Alerts("null") - @NotYetImplemented + @NotYetImplemented(EDGE) public void _frame_canvas() throws Exception { test("frame", "canvas"); } @@ -17711,7 +17453,7 @@ */ @Test @Alerts("null") - @NotYetImplemented + @NotYetImplemented(EDGE) public void _frame_caption() throws Exception { test("frame", "caption"); } @@ -17721,7 +17463,7 @@ */ @Test @Alerts("null") - @NotYetImplemented + @NotYetImplemented(EDGE) public void _frame_center() throws Exception { test("frame", "center"); } @@ -17731,7 +17473,7 @@ */ @Test @Alerts("null") - @NotYetImplemented + @NotYetImplemented(EDGE) public void _frame_cite() throws Exception { test("frame", "cite"); } @@ -17741,7 +17483,7 @@ */ @Test @Alerts("null") - @NotYetImplemented + @NotYetImplemented(EDGE) public void _frame_code() throws Exception { test("frame", "code"); } @@ -17751,7 +17493,7 @@ */ @Test @Alerts("null") - @NotYetImplemented + @NotYetImplemented(EDGE) public void _frame_command() throws Exception { test("frame", "command"); } @@ -17761,7 +17503,7 @@ */ @Test @Alerts("null") - @NotYetImplemented + @NotYetImplemented(EDGE) public void _frame_datalist() throws Exception { test("frame", "datalist"); } @@ -17771,7 +17513,7 @@ */ @Test @Alerts("null") - @NotYetImplemented + @NotYetImplemented(EDGE) public void _frame_dfn() throws Exception { test("frame", "dfn"); } @@ -17781,7 +17523,7 @@ */ @Test @Alerts("null") - @NotYetImplemented + @NotYetImplemented(EDGE) public void _frame_dd() throws Exception { test("frame", "dd"); } @@ -17791,7 +17533,7 @@ */ @Test @Alerts("null") - @NotYetImplemented + @NotYetImplemented(EDGE) public void _frame_del() throws Exception { test("frame", "del"); } @@ -17801,7 +17543,7 @@ */ @Test @Alerts("null") - @NotYetImplemented + @NotYetImplemented(EDGE) public void _frame_details() throws Exception { test("frame", "details"); } @@ -17811,7 +17553,7 @@ */ @Test @Alerts("null") - @NotYetImplemented + @NotYetImplemented(EDGE) public void _frame_dialog() throws Exception { test("frame", "dialog"); } @@ -17821,7 +17563,7 @@ */ @Test @Alerts("null") - @NotYetImplemented + @NotYetImplemented(EDGE) public void _frame_dir() throws Exception { test("frame", "dir"); } @@ -17831,7 +17573,7 @@ */ @Test @Alerts("null") - @NotYetImplemented + @NotYetImplemented(EDGE) public void _frame_div() throws Exception { test("frame", "div"); } @@ -17841,7 +17583,7 @@ */ @Test @Alerts("null") - @NotYetImplemented + @NotYetImplemented(EDGE) public void _frame_dl() throws Exception { test("frame", "dl"); } @@ -17851,7 +17593,7 @@ */ @Test @Alerts("null") - @NotYetImplemented + @NotYetImplemented(EDGE) public void _frame_dt() throws Exception { test("frame", "dt"); } @@ -17861,7 +17603,7 @@ */ @Test @Alerts("null") - @NotYetImplemented + @NotYetImplemented(EDGE) public void _frame_embed() throws Exception { test("frame", "embed"); } @@ -17871,7 +17613,7 @@ */ @Test @Alerts("null") - @NotYetImplemented + @NotYetImplemented(EDGE) public void _frame_em() throws Exception { test("frame", "em"); } @@ -17881,7 +17623,7 @@ */ @Test @Alerts("null") - @NotYetImplemented + @NotYetImplemented(EDGE) public void _frame_fieldset() throws Exception { test("frame", "fieldset"); } @@ -17891,7 +17633,7 @@ */ @Test @Alerts("null") - @NotYetImplemented + @NotYetImplemented(EDGE) public void _frame_figcaption() throws Exception { test("frame", "figcaption"); } @@ -17901,7 +17643,7 @@ */ @Test @Alerts("null") - @NotYetImplemented + @NotYetImplemented(EDGE) public void _frame_figure() throws Exception { test("frame", "figure"); } @@ -17911,7 +17653,7 @@ */ @Test @Alerts("null") - @NotYetImplemented + @NotYetImplemented(EDGE) public void _frame_font() throws Exception { test("frame", "font"); } @@ -17921,7 +17663,7 @@ */ @Test @Alerts("null") - @NotYetImplemented + @NotYetImplemented(EDGE) public void _frame_form() throws Exception { test("frame", "form"); } @@ -17931,7 +17673,7 @@ */ @Test @Alerts("null") - @NotYetImplemented + @NotYetImplemented(EDGE) public void _frame_footer() throws Exception { test("frame", "footer"); } @@ -17941,7 +17683,7 @@ */ @Test @Alerts("null") - @NotYetImplemented + @NotYetImplemented(EDGE) public void _frame_frame() throws Exception { test("frame", "frame"); } @@ -17951,7 +17693,7 @@ */ @Test @Alerts("null") - @NotYetImplemented + @NotYetImplemented(EDGE) public void _frame_frameset() throws Exception { test("frame", "frameset"); } @@ -17961,7 +17703,7 @@ */ @Test @Alerts("null") - @NotYetImplemented + @NotYetImplemented(EDGE) public void _frame_head() throws Exception { test("frame", "head"); } @@ -17971,7 +17713,7 @@ */ @Test @Alerts("null") - @NotYetImplemented + @NotYetImplemented(EDGE) public void _frame_header() throws Exception { test("frame", "header"); } @@ -17981,7 +17723,7 @@ */ @Test @Alerts("null") - @NotYetImplemented + @NotYetImplemented(EDGE) public void _frame_h1() throws Exception { test("frame", "h1"); } @@ -17991,7 +17733,7 @@ */ @Test @Alerts("null") - @NotYetImplemented + @NotYetImplemented(EDGE) public void _frame_h2() throws Exception { test("frame", "h2"); } @@ -18001,7 +17743,7 @@ */ @Test @Alerts("null") - @NotYetImplemented + @NotYetImplemented(EDGE) public void _frame_h3() throws Exception { test("frame", "h3"); } @@ -18011,7 +17753,7 @@ */ @Test @Alerts("null") - @NotYetImplemented + @NotYetImplemented(EDGE) public void _frame_h4() throws Exception { test("frame", "h4"); } @@ -18021,7 +17763,7 @@ */ @Test @Alerts("null") - @NotYetImplemented + @NotYetImplemented(EDGE) public void _frame_h5() throws Exception { test("frame", "h5"); } @@ -18031,7 +17773,7 @@ */ @Test @Alerts("null") - @NotYetImplemented + @NotYetImplemented(EDGE) public void _frame_h6() throws Exception { test("frame", "h6"); } @@ -18041,7 +17783,7 @@ */ @Test @Alerts("null") - @NotYetImplemented + @NotYetImplemented(EDGE) public void _frame_hr() throws Exception { test("frame", "hr"); } @@ -18051,7 +17793,7 @@ */ @Test @Alerts("null") - @NotYetImplemented + @NotYetImplemented(EDGE) public void _frame_html() throws Exception { test("frame", "html"); } @@ -18061,7 +17803,7 @@ */ @Test @Alerts("null") - @NotYetImplemented + @NotYetImplemented(EDGE) public void _frame_iframe() throws Exception { test("frame", "iframe"); } @@ -18071,7 +17813,7 @@ */ @Test @Alerts("null") - @NotYetImplemented + @NotYetImplemented(EDGE) public void _frame_q() throws Exception { test("frame", "q"); } @@ -18081,7 +17823,7 @@ */ @Test @Alerts("null") - @NotYetImplemented + @NotYetImplemented(EDGE) public void _frame_img() throws Exception { test("frame", "img"); } @@ -18091,7 +17833,7 @@ */ @Test @Alerts("null") - @NotYetImplemented + @NotYetImplemented(EDGE) public void _frame_image() throws Exception { test("frame", "image"); } @@ -18101,7 +17843,7 @@ */ @Test @Alerts("null") - @NotYetImplemented + @NotYetImplemented(EDGE) public void _frame_ins() throws Exception { test("frame", "ins"); } @@ -18111,7 +17853,7 @@ */ @Test @Alerts("null") - @NotYetImplemented + @NotYetImplemented(EDGE) public void _frame_isindex() throws Exception { test("frame", "isindex"); } @@ -18121,7 +17863,7 @@ */ @Test @Alerts("null") - @NotYetImplemented + @NotYetImplemented(EDGE) public void _frame_i() throws Exception { test("frame", "i"); } @@ -18131,7 +17873,7 @@ */ @Test @Alerts("null") - @NotYetImplemented + @NotYetImplemented(EDGE) public void _frame_kbd() throws Exception { test("frame", "kbd"); } @@ -18141,7 +17883,7 @@ */ @Test @Alerts("null") - @NotYetImplemented + @NotYetImplemented(EDGE) public void _frame_keygen() throws Exception { test("frame", "keygen"); } @@ -18151,7 +17893,7 @@ */ @Test @Alerts("null") - @NotYetImplemented + @NotYetImplemented(EDGE) public void _frame_label() throws Exception { test("frame", "label"); } @@ -18161,7 +17903,7 @@ */ @Test @Alerts("null") - @NotYetImplemented + @NotYetImplemented(EDGE) public void _frame_layer() throws Exception { test("frame", "layer"); } @@ -18171,7 +17913,7 @@ */ @Test @Alerts("null") - @NotYetImplemented + @NotYetImplemented(EDGE) public void _frame_legend() throws Exception { test("frame", "legend"); } @@ -18181,7 +17923,7 @@ */ @Test @Alerts("null") - @NotYetImplemented + @NotYetImplemented(EDGE) public void _frame_listing() throws Exception { test("frame", "listing"); } @@ -18191,7 +17933,7 @@ */ @Test @Alerts("null") - @NotYetImplemented + @Not... [truncated message content] |
From: <rb...@us...> - 2016-08-17 09:10:20
|
Revision: 12919 http://sourceforge.net/p/htmlunit/code/12919 Author: rbri Date: 2016-08-17 09:10:17 +0000 (Wed, 17 Aug 2016) Log Message: ----------- fix some more tests Modified Paths: -------------- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfITest.java Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java 2016-08-16 16:38:08 UTC (rev 12918) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java 2016-08-17 09:10:17 UTC (rev 12919) @@ -5540,8 +5540,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "false", - CHROME = "true") + @Alerts("false") public void _AutocompleteErrorEvent_AutocompleteErrorEvent() throws Exception { test("AutocompleteErrorEvent", "AutocompleteErrorEvent"); } @@ -5750,8 +5749,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "false", - CHROME = "true") + @Alerts("false") public void _Event_AutocompleteErrorEvent() throws Exception { test("Event", "AutocompleteErrorEvent"); } Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfITest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfITest.java 2016-08-16 16:38:08 UTC (rev 12918) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfITest.java 2016-08-17 09:10:17 UTC (rev 12919) @@ -3000,6 +3000,28 @@ * if the test fails */ @Test + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _PerformanceObserverEntryList_PerformanceObserverEntryList() throws Exception { + test("PerformanceObserverEntryList", "PerformanceObserverEntryList"); + } + + /** + * @throws Exception + * if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _PerformanceObserver_PerformanceObserver () throws Exception { + test("PerformanceObserver", "PerformanceObserver"); + } + + /** + * @throws Exception + * if the test fails + */ + @Test @Alerts("true") public void _PerformanceResourceTiming_PerformanceResourceTiming() throws Exception { test("PerformanceResourceTiming", "PerformanceResourceTiming"); @@ -3199,8 +3221,7 @@ * if the test fails */ @Test - @Alerts(DEFAULT = "false", - CHROME = "true") + @Alerts("false") public void _ReadableByteStream_ReadableByteStream() throws Exception { test("ReadableByteStream", "ReadableByteStream"); } |
From: <rb...@us...> - 2016-12-03 14:32:08
|
Revision: 13124 http://sourceforge.net/p/htmlunit/code/13124 Author: rbri Date: 2016-12-03 14:32:04 +0000 (Sat, 03 Dec 2016) Log Message: ----------- smaller parts Modified Paths: -------------- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java Added Paths: ----------- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfDTest.java Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java 2016-12-03 14:12:52 UTC (rev 13123) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java 2016-12-03 14:32:04 UTC (rev 13124) @@ -30,7 +30,7 @@ /** * Tests two Host classes, if one prototype is parent of another. * - * This class handles all host names which starts by character 'A' to 'G'. + * This class handles all host names which starts by character 'A' to 'C'. * * @author Ahmed Ashour */ @@ -49,7 +49,7 @@ @Override public boolean apply(final String input) { final char ch = Character.toUpperCase(input.charAt(0)); - return ch >= 'A' && ch <= 'G'; + return ch >= 'A' && ch <= 'C'; } }); } @@ -274,155 +274,7 @@ * @throws Exception if the test fails */ @Test - @Alerts("true") - public void _DataView_DataView() throws Exception { - test("DataView", "DataView"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _DOMException_DOMException() throws Exception { - test("DOMException", "DOMException"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _DOMImplementation_DOMImplementation() throws Exception { - test("DOMImplementation", "DOMImplementation"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _DOMParser_DOMParser() throws Exception { - test("DOMParser", "DOMParser"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - @NotYetImplemented - public void _DOMStringMap_DOMStringMap() throws Exception { - test("DOMStringMap", "DOMStringMap"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _DOMTokenList_DOMTokenList() throws Exception { - test("DOMTokenList", "DOMTokenList"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Document_Document() throws Exception { - test("Document", "Document"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _DocumentFragment_DocumentFragment() throws Exception { - test("DocumentFragment", "DocumentFragment"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _DocumentType_DocumentType() throws Exception { - test("DocumentType", "DocumentType"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_Element() throws Exception { - test("Element", "Element"); - } - - /** - * @throws Exception if the test fails - */ - @Test @Alerts(DEFAULT = "false", - IE = "true") - public void _Enumerator_Enumerator() throws Exception { - test("Enumerator", "Enumerator"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Event_Event() throws Exception { - test("Event", "Event"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - FF = "true") - public void _External_External() throws Exception { - test("External", "External"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Float32Array_Float32Array() throws Exception { - test("Float32Array", "Float32Array"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Float64Array_Float64Array() throws Exception { - test("Float64Array", "Float64Array"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - IE = "true") - public void _Geolocation_Geolocation() throws Exception { - test("Geolocation", "Geolocation"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", FF38 = "true") public void _CSSRule_CSSCharsetRule() throws Exception { test("CSSRule", "CSSCharsetRule"); @@ -488,1508 +340,8 @@ * @throws Exception if the test fails */ @Test - @Alerts("true") - public void _Document_HTMLDocument() throws Exception { - test("Document", "HTMLDocument"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Document_XMLDocument() throws Exception { - test("Document", "XMLDocument"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - FF = "true") - public void _Document_SVGDocument() throws Exception { - test("Document", "SVGDocument"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_HTMLAnchorElement() throws Exception { - test("Element", "HTMLAnchorElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test @Alerts(DEFAULT = "true", - CHROME = "false") - public void _Element_HTMLAppletElement() throws Exception { - test("Element", "HTMLAppletElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_HTMLAreaElement() throws Exception { - test("Element", "HTMLAreaElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_HTMLAudioElement() throws Exception { - test("Element", "HTMLAudioElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - IE = "true") - public void _Element_HTMLBGSoundElement() throws Exception { - test("Element", "HTMLBGSoundElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_HTMLBRElement() throws Exception { - test("Element", "HTMLBRElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_HTMLBaseElement() throws Exception { - test("Element", "HTMLBaseElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - IE = "true") - public void _Element_HTMLBaseFontElement() throws Exception { - test("Element", "HTMLBaseFontElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - IE = "true") - public void _Element_HTMLBlockElement() throws Exception { - test("Element", "HTMLBlockElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_HTMLQuoteElement() throws Exception { - test("Element", "HTMLQuoteElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_HTMLBodyElement() throws Exception { - test("Element", "HTMLBodyElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_HTMLButtonElement() throws Exception { - test("Element", "HTMLButtonElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_HTMLCanvasElement() throws Exception { - test("Element", "HTMLCanvasElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_HTMLDataListElement() throws Exception { - test("Element", "HTMLDataListElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - IE = "true") - public void _Element_HTMLDDElement() throws Exception { - test("Element", "HTMLDDElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _Element_HTMLDetailsElement() throws Exception { - test("Element", "HTMLDetailsElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _Element_HTMLDialogElement() throws Exception { - test("Element", "HTMLDialogElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - IE = "true") - public void _Element_HTMLDTElement() throws Exception { - test("Element", "HTMLDTElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_HTMLDListElement() throws Exception { - test("Element", "HTMLDListElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_HTMLDirectoryElement() throws Exception { - test("Element", "HTMLDirectoryElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_HTMLDivElement() throws Exception { - test("Element", "HTMLDivElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_HTMLElement() throws Exception { - test("Element", "HTMLElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_HTMLEmbedElement() throws Exception { - test("Element", "HTMLEmbedElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_HTMLFieldSetElement() throws Exception { - test("Element", "HTMLFieldSetElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_HTMLFontElement() throws Exception { - test("Element", "HTMLFontElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_HTMLFormElement() throws Exception { - test("Element", "HTMLFormElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_HTMLFrameElement() throws Exception { - test("Element", "HTMLFrameElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_HTMLFrameSetElement() throws Exception { - test("Element", "HTMLFrameSetElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_HTMLHRElement() throws Exception { - test("Element", "HTMLHRElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_HTMLHeadElement() throws Exception { - test("Element", "HTMLHeadElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_HTMLHeadingElement() throws Exception { - test("Element", "HTMLHeadingElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_HTMLHtmlElement() throws Exception { - test("Element", "HTMLHtmlElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_HTMLIFrameElement() throws Exception { - test("Element", "HTMLIFrameElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_HTMLImageElement() throws Exception { - test("Element", "HTMLImageElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_HTMLInputElement() throws Exception { - test("Element", "HTMLInputElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - IE = "true") - public void _Element_HTMLIsIndexElement() throws Exception { - test("Element", "HTMLIsIndexElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _Element_HTMLKeygenElement() throws Exception { - test("Element", "HTMLKeygenElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_HTMLLIElement() throws Exception { - test("Element", "HTMLLIElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_HTMLLabelElement() throws Exception { - test("Element", "HTMLLabelElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_HTMLLegendElement() throws Exception { - test("Element", "HTMLLegendElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_HTMLLinkElement() throws Exception { - test("Element", "HTMLLinkElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_HTMLMapElement() throws Exception { - test("Element", "HTMLMapElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - FF = "false") - public void _Element_HTMLMarqueeElement() throws Exception { - test("Element", "HTMLMarqueeElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_HTMLMediaElement() throws Exception { - test("Element", "HTMLMediaElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_HTMLMenuElement() throws Exception { - test("Element", "HTMLMenuElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - FF = "true") - public void _EventTarget_HTMLMenuItemElement() throws Exception { - test("EventTarget", "HTMLMenuItemElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - FF = "true") - public void _Element_HTMLMenuItemElement() throws Exception { - test("Element", "HTMLMenuItemElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_HTMLMetaElement() throws Exception { - test("Element", "HTMLMetaElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", IE = "false") - public void _Element_HTMLMeterElement() throws Exception { - test("Element", "HTMLMeterElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_HTMLModElement() throws Exception { - test("Element", "HTMLModElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - IE = "true") - public void _Element_HTMLNextIdElement() throws Exception { - test("Element", "HTMLNextIdElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_HTMLOListElement() throws Exception { - test("Element", "HTMLOListElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_HTMLObjectElement() throws Exception { - test("Element", "HTMLObjectElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_HTMLOptGroupElement() throws Exception { - test("Element", "HTMLOptGroupElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_HTMLOptionElement() throws Exception { - test("Element", "HTMLOptionElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _Element_HTMLOutputElement() throws Exception { - test("Element", "HTMLOutputElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_HTMLParagraphElement() throws Exception { - test("Element", "HTMLParagraphElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_HTMLParamElement() throws Exception { - test("Element", "HTMLParamElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - IE = "true") - public void _Element_HTMLPhraseElement() throws Exception { - test("Element", "HTMLPhraseElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_HTMLPreElement() throws Exception { - test("Element", "HTMLPreElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_HTMLProgressElement() throws Exception { - test("Element", "HTMLProgressElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_HTMLScriptElement() throws Exception { - test("Element", "HTMLScriptElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_HTMLSelectElement() throws Exception { - test("Element", "HTMLSelectElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_HTMLSourceElement() throws Exception { - test("Element", "HTMLSourceElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_HTMLSpanElement() throws Exception { - test("Element", "HTMLSpanElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_HTMLStyleElement() throws Exception { - test("Element", "HTMLStyleElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_HTMLTableCaptionElement() throws Exception { - test("Element", "HTMLTableCaptionElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_HTMLTableCellElement() throws Exception { - test("Element", "HTMLTableCellElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_HTMLTableColElement() throws Exception { - test("Element", "HTMLTableColElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - IE = "true") - public void _Element_HTMLTableDataCellElement() throws Exception { - test("Element", "HTMLTableDataCellElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_HTMLTableElement() throws Exception { - test("Element", "HTMLTableElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - IE = "true") - public void _Element_HTMLTableHeaderCellElement() throws Exception { - test("Element", "HTMLTableHeaderCellElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_HTMLTableRowElement() throws Exception { - test("Element", "HTMLTableRowElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_HTMLTableSectionElement() throws Exception { - test("Element", "HTMLTableSectionElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_HTMLTextAreaElement() throws Exception { - test("Element", "HTMLTextAreaElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - FF = "true") - public void _EventTarget_HTMLTimeElement() throws Exception { - test("EventTarget", "HTMLTimeElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - FF = "true") - public void _Element_HTMLTimeElement() throws Exception { - test("Element", "HTMLTimeElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_HTMLTitleElement() throws Exception { - test("Element", "HTMLTitleElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_HTMLTrackElement() throws Exception { - test("Element", "HTMLTrackElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_HTMLUListElement() throws Exception { - test("Element", "HTMLUListElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_HTMLUnknownElement() throws Exception { - test("Element", "HTMLUnknownElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_HTMLVideoElement() throws Exception { - test("Element", "HTMLVideoElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_Image() throws Exception { - test("Element", "Image"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_Option() throws Exception { - test("Element", "Option"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_SVGAElement() throws Exception { - test("Element", "SVGAElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - FF = "true") - public void _EventTarget_SVGAltGlyphElement() throws Exception { - test("EventTarget", "SVGAltGlyphElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - FF = "true") - public void _Element_SVGAltGlyphElement() throws Exception { - test("Element", "SVGAltGlyphElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _Element_SVGAnimateElement() throws Exception { - test("Element", "SVGAnimateElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _Element_SVGAnimateMotionElement() throws Exception { - test("Element", "SVGAnimateMotionElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _Element_SVGAnimateTransformElement() throws Exception { - test("Element", "SVGAnimateTransformElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_SVGCircleElement() throws Exception { - test("Element", "SVGCircleElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_SVGClipPathElement() throws Exception { - test("Element", "SVGClipPathElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _Element_SVGCursorElement() throws Exception { - test("Element", "SVGCursorElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_SVGDefsElement() throws Exception { - test("Element", "SVGDefsElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_SVGDescElement() throws Exception { - test("Element", "SVGDescElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_SVGElement() throws Exception { - test("Element", "SVGElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_SVGEllipseElement() throws Exception { - test("Element", "SVGEllipseElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_SVGFEBlendElement() throws Exception { - test("Element", "SVGFEBlendElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_SVGFEColorMatrixElement() throws Exception { - test("Element", "SVGFEColorMatrixElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_SVGFEComponentTransferElement() throws Exception { - test("Element", "SVGFEComponentTransferElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_SVGFECompositeElement() throws Exception { - test("Element", "SVGFECompositeElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_SVGFEConvolveMatrixElement() throws Exception { - test("Element", "SVGFEConvolveMatrixElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_SVGFEDiffuseLightingElement() throws Exception { - test("Element", "SVGFEDiffuseLightingElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_SVGFEDisplacementMapElement() throws Exception { - test("Element", "SVGFEDisplacementMapElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_SVGFEDistantLightElement() throws Exception { - test("Element", "SVGFEDistantLightElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_SVGFEFloodElement() throws Exception { - test("Element", "SVGFEFloodElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_SVGFEFuncAElement() throws Exception { - test("Element", "SVGFEFuncAElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_SVGFEFuncBElement() throws Exception { - test("Element", "SVGFEFuncBElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_SVGFEFuncGElement() throws Exception { - test("Element", "SVGFEFuncGElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_SVGFEFuncRElement() throws Exception { - test("Element", "SVGFEFuncRElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_SVGFEGaussianBlurElement() throws Exception { - test("Element", "SVGFEGaussianBlurElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_SVGFEImageElement() throws Exception { - test("Element", "SVGFEImageElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_SVGFEMergeElement() throws Exception { - test("Element", "SVGFEMergeElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_SVGFEMergeNodeElement() throws Exception { - test("Element", "SVGFEMergeNodeElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_SVGFEMorphologyElement() throws Exception { - test("Element", "SVGFEMorphologyElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_SVGFEOffsetElement() throws Exception { - test("Element", "SVGFEOffsetElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_SVGFEPointLightElement() throws Exception { - test("Element", "SVGFEPointLightElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_SVGFESpecularLightingElement() throws Exception { - test("Element", "SVGFESpecularLightingElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_SVGFESpotLightElement() throws Exception { - test("Element", "SVGFESpotLightElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_SVGFETileElement() throws Exception { - test("Element", "SVGFETileElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_SVGFETurbulenceElement() throws Exception { - test("Element", "SVGFETurbulenceElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_SVGFilterElement() throws Exception { - test("Element", "SVGFilterElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _Element_SVGForeignObjectElement() throws Exception { - test("Element", "SVGForeignObjectElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_SVGGElement() throws Exception { - test("Element", "SVGGElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_SVGImageElement() throws Exception { - test("Element", "SVGImageElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_SVGLineElement() throws Exception { - test("Element", "SVGLineElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_SVGLinearGradientElement() throws Exception { - test("Element", "SVGLinearGradientElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_SVGMarkerElement() throws Exception { - test("Element", "SVGMarkerElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_SVGMaskElement() throws Exception { - test("Element", "SVGMaskElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_SVGMetadataElement() throws Exception { - test("Element", "SVGMetadataElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _Element_SVGMPathElement() throws Exception { - test("Element", "SVGMPathElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_SVGPathElement() throws Exception { - test("Element", "SVGPathElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_SVGPatternElement() throws Exception { - test("Element", "SVGPatternElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_SVGPolygonElement() throws Exception { - test("Element", "SVGPolygonElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_SVGPolylineElement() throws Exception { - test("Element", "SVGPolylineElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_SVGRadialGradientElement() throws Exception { - test("Element", "SVGRadialGradientElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_SVGRectElement() throws Exception { - test("Element", "SVGRectElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_SVGSVGElement() throws Exception { - test("Element", "SVGSVGElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_SVGScriptElement() throws Exception { - test("Element", "SVGScriptElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _Element_SVGSetElement() throws Exception { - test("Element", "SVGSetElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_SVGStopElement() throws Exception { - test("Element", "SVGStopElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_SVGStyleElement() throws Exception { - test("Element", "SVGStyleElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_SVGSwitchElement() throws Exception { - test("Element", "SVGSwitchElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_SVGSymbolElement() throws Exception { - test("Element", "SVGSymbolElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_SVGTSpanElement() throws Exception { - test("Element", "SVGTSpanElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_SVGTextElement() throws Exception { - test("Element", "SVGTextElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_SVGTextPathElement() throws Exception { - test("Element", "SVGTextPathElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_SVGTitleElement() throws Exception { - test("Element", "SVGTitleElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_SVGUseElement() throws Exception { - test("Element", "SVGUseElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_SVGViewElement() throws Exception { - test("Element", "SVGViewElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Event_BeforeUnloadEvent() throws Exception { - test("Event", "BeforeUnloadEvent"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _Event_HashChangeEvent() throws Exception { - test("Event", "HashChangeEvent"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Event_KeyboardEvent() throws Exception { - test("Event", "KeyboardEvent"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Event_MessageEvent() throws Exception { - test("Event", "MessageEvent"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Event_MouseEvent() throws Exception { - test("Event", "MouseEvent"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Event_MutationEvent() throws Exception { - test("Event", "MutationEvent"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - IE = "true") - public void _Event_PointerEvent() throws Exception { - test("Event", "PointerEvent"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Event_UIEvent() throws Exception { - test("Event", "UIEvent"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _FormData_FormData() throws Exception { - test("FormData", "FormData"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Element_SVGGradientElement() throws Exception { - test("Element", "SVGGradientElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") public void _AnalyserNode_AnalyserNode() throws Exception { test("AnalyserNode", "AnalyserNode"); } @@ -2018,37 +370,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _DocumentFragment_ShadowRoot() throws Exception { - test("DocumentFragment", "ShadowRoot"); - } - - /** - * @throws Exception if the test fails - */ - @Test @Alerts(DEFAULT = "true", - IE = "false") - public void _Element_HTMLShadowElement() throws Exception { - test("Element", "HTMLShadowElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - FF = "true") - public void _DOMCursor_DOMCursor() throws Exception { - test("DOMCursor", "DOMCursor"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", IE = "false") public void _AudioBuffer_AudioBuffer() throws Exception { test("AudioBuffer", "AudioBuffer"); @@ -2228,26 +550,6 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _DelayNode_DelayNode() throws Exception { - test("DelayNode", "DelayNode"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _Event_AudioProcessingEvent() throws Exception { - test("Event", "AudioProcessingEvent"); - } - - /** - * @throws Exception if the test fails - */ - @Test @Alerts("true") public void _CSSPageRule_CSSPageRule() throws Exception { test("CSSPageRule", "CSSPageRule"); @@ -2367,76 +669,6 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _DynamicsCompressorNode_DynamicsCompressorNode() throws Exception { - test("DynamicsCompressorNode", "DynamicsCompressorNode"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _Event_MediaStreamEvent() throws Exception { - test("Event", "MediaStreamEvent"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _Event_OfflineAudioCompletionEvent() throws Exception { - test("Event", "OfflineAudioCompletionEvent"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _GainNode_GainNode() throws Exception { - test("GainNode", "GainNode"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _Element_HTMLContentElement() throws Exception { - test("Element", "HTMLContentElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - FF = "true") - public void _EventTarget_HTMLDataElement() throws Exception { - test("EventTarget", "HTMLDataElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - FF = "true") - public void _Element_HTMLDataElement() throws Exception { - test("Element", "HTMLDataElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test @Alerts("true") public void _CharacterData_CDATASection() throws Exception { test("CharacterData", "CDATASection"); @@ -2611,2064 +843,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _DeviceMotionEvent_DeviceMotionEvent() throws Exception { - test("DeviceMotionEvent", "DeviceMotionEvent"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _DeviceOrientationEvent_DeviceOrientationEvent() throws Exception { - test("DeviceOrientationEvent", "DeviceOrientationEvent"); - } - - /** - * @throws Exception if the test fails - */ - @Test @Alerts("true") - public void _ErrorEvent_ErrorEvent() throws Exception { - test("ErrorEvent", "ErrorEvent"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _EventSource_EventSource() throws Exception { - test("EventSource", "EventSource"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _EventTarget_AnalyserNode() throws Exception { - test("EventTarget", "AnalyserNode"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _EventTarget_ApplicationCache() throws Exception { - test("EventTarget", "ApplicationCache"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _EventTarget_Attr() throws Exception { - test("EventTarget", "Attr"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _EventTarget_AudioBufferSourceNode() throws Exception { - test("EventTarget", "AudioBufferSourceNode"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _EventTarget_AudioContext() throws Exception { - test("EventTarget", "AudioContext"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _EventTarget_AudioDestinationNode() throws Exception { - test("EventTarget", "AudioDestinationNode"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _EventTarget_AudioNode() throws Exception { - test("EventTarget", "AudioNode"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _EventTarget_BiquadFilterNode() throws Exception { - test("EventTarget", "BiquadFilterNode"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _EventTarget_CDATASection() throws Exception { - test("EventTarget", "CDATASection"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _EventTarget_ChannelMergerNode() throws Exception { - test("EventTarget", "ChannelMergerNode"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _EventTarget_ChannelSplitterNode() throws Exception { - test("EventTarget", "ChannelSplitterNode"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _EventTarget_CharacterData() throws Exception { - test("EventTarget", "CharacterData"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _EventTarget_Comment() throws Exception { - test("EventTarget", "Comment"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _EventTarget_ConvolverNode() throws Exception { - test("EventTarget", "ConvolverNode"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _EventTarget_DelayNode() throws Exception { - test("EventTarget", "DelayNode"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _EventTarget_Document() throws Exception { - test("EventTarget", "Document"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _EventTarget_DocumentFragment() throws Exception { - test("EventTarget", "DocumentFragment"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _EventTarget_DocumentType() throws Exception { - test("EventTarget", "DocumentType"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _EventTarget_DynamicsCompressorNode() throws Exception { - test("EventTarget", "DynamicsCompressorNode"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _EventTarget_Element() throws Exception { - test("EventTarget", "Element"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _EventTarget_EventSource() throws Exception { - test("EventTarget", "EventSource"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _EventTarget_EventTarget() throws Exception { - test("EventTarget", "EventTarget"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _EventTarget_GainNode() throws Exception { - test("EventTarget", "GainNode"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _EventTarget_HTMLAnchorElement() throws Exception { - test("EventTarget", "HTMLAnchorElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - FF = "true") - public void _EventTarget_HTMLAppletElement() throws Exception { - test("EventTarget", "HTMLAppletElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _EventTarget_HTMLAreaElement() throws Exception { - test("EventTarget", "HTMLAreaElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _EventTarget_HTMLAudioElement() throws Exception { - test("EventTarget", "HTMLAudioElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _EventTarget_HTMLBRElement() throws Exception { - test("EventTarget", "HTMLBRElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _EventTarget_HTMLBaseElement() throws Exception { - test("EventTarget", "HTMLBaseElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _EventTarget_HTMLBodyElement() throws Exception { - test("EventTarget", "HTMLBodyElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _EventTarget_HTMLButtonElement() throws Exception { - test("EventTarget", "HTMLButtonElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _EventTarget_HTMLCanvasElement() throws Exception { - test("EventTarget", "HTMLCanvasElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _EventTarget_HTMLContentElement() throws Exception { - test("EventTarget", "HTMLContentElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _EventTarget_HTMLDListElement() throws Exception { - test("EventTarget", "HTMLDListElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _EventTarget_HTMLDataListElement() throws Exception { - test("EventTarget", "HTMLDataListElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _EventTarget_HTMLDetailsElement() throws Exception { - test("EventTarget", "HTMLDetailsElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _EventTarget_HTMLDialogElement() throws Exception { - test("EventTarget", "HTMLDialogElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _EventTarget_HTMLDirectoryElement() throws Exception { - test("EventTarget", "HTMLDirectoryElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _EventTarget_HTMLDivElement() throws Exception { - test("EventTarget", "HTMLDivElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _EventTarget_HTMLDocument() throws Exception { - test("EventTarget", "HTMLDocument"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _EventTarget_HTMLElement() throws Exception { - test("EventTarget", "HTMLElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _EventTarget_HTMLEmbedElement() throws Exception { - test("EventTarget", "HTMLEmbedElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _EventTarget_HTMLFieldSetElement() throws Exception { - test("EventTarget", "HTMLFieldSetElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _EventTarget_HTMLFontElement() throws Exception { - test("EventTarget", "HTMLFontElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _EventTarget_HTMLFormElement() throws Exception { - test("EventTarget", "HTMLFormElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _EventTarget_HTMLFrameElement() throws Exception { - test("EventTarget", "HTMLFrameElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _EventTarget_HTMLFrameSetElement() throws Exception { - test("EventTarget", "HTMLFrameSetElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _EventTarget_HTMLHRElement() throws Exception { - test("EventTarget", "HTMLHRElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _EventTarget_HTMLHeadElement() throws Exception { - test("EventTarget", "HTMLHeadElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _EventTarget_HTMLHeadingElement() throws Exception { - test("EventTarget", "HTMLHeadingElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _EventTarget_HTMLHtmlElement() throws Exception { - test("EventTarget", "HTMLHtmlElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _EventTarget_HTMLIFrameElement() throws Exception { - test("EventTarget", "HTMLIFrameElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _EventTarget_HTMLImageElement() throws Exception { - test("EventTarget", "HTMLImageElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _EventTarget_HTMLInputElement() throws Exception { - test("EventTarget", "HTMLInputElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _EventTarget_HTMLKeygenElement() throws Exception { - test("EventTarget", "HTMLKeygenElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _EventTarget_HTMLLIElement() throws Exception { - test("Eve... [truncated message content] |
From: <rb...@us...> - 2016-12-03 15:15:50
|
Revision: 13127 http://sourceforge.net/p/htmlunit/code/13127 Author: rbri Date: 2016-12-03 15:15:47 +0000 (Sat, 03 Dec 2016) Log Message: ----------- smaller parts Modified Paths: -------------- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfTTest.java Added Paths: ----------- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfWTest.java Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfTTest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfTTest.java 2016-12-03 15:05:25 UTC (rev 13126) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfTTest.java 2016-12-03 15:15:47 UTC (rev 13127) @@ -14,8 +14,6 @@ */ package com.gargoylesoftware.htmlunit.general.huge; -import static com.gargoylesoftware.htmlunit.BrowserRunner.Browser.IE; - import java.util.Collection; import org.junit.Test; @@ -24,13 +22,12 @@ import com.gargoylesoftware.htmlunit.BrowserParameterizedRunner; import com.gargoylesoftware.htmlunit.BrowserRunner.Alerts; -import com.gargoylesoftware.htmlunit.BrowserRunner.NotYetImplemented; import com.google.common.base.Predicate; /** * Tests two Host classes, if one prototype is parent of another. * - * This class handles all host names which starts by character 'T' to 'Z'. + * This class handles all host names which starts by character 'T' to 'V'. * * @author Ahmed Ashour */ @@ -49,7 +46,7 @@ @Override public boolean apply(final String input) { final char ch = Character.toUpperCase(input.charAt(0)); - return ch >= 'T' && ch <= 'Z'; + return ch >= 'T' && ch <= 'V'; } }); } @@ -142,81 +139,6 @@ */ @Test @Alerts("true") - public void _WebSocket_WebSocket() throws Exception { - test("WebSocket", "WebSocket"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Window_Window() throws Exception { - test("Window", "Window"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _XMLDocument_XMLDocument() throws Exception { - test("XMLDocument", "XMLDocument"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _XMLHttpRequest_XMLHttpRequest() throws Exception { - test("XMLHttpRequest", "XMLHttpRequest"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _XMLSerializer_XMLSerializer() throws Exception { - test("XMLSerializer", "XMLSerializer"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _XPathEvaluator_XPathEvaluator() throws Exception { - test("XPathEvaluator", "XPathEvaluator"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _XPathResult_XPathResult() throws Exception { - test("XPathResult", "XPathResult"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _XSLTProcessor_XSLTProcessor() throws Exception { - test("XSLTProcessor", "XSLTProcessor"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") public void _Text_CDATASection() throws Exception { test("Text", "CDATASection"); } @@ -263,34 +185,6 @@ * @throws Exception if the test fails */ @Test - @Alerts("true") - public void _Worker_Worker() throws Exception { - test("Worker", "Worker"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _WebGLRenderingContext_WebGLRenderingContext() throws Exception { - test("WebGLRenderingContext", "WebGLRenderingContext"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _WaveShaperNode_WaveShaperNode() throws Exception { - test("WaveShaperNode", "WaveShaperNode"); - } - - /** - * @throws Exception if the test fails - */ - @Test @Alerts(DEFAULT = "false", CHROME = "true") public void _TouchEvent_TouchEvent() throws Exception { @@ -367,15 +261,6 @@ * @throws Exception if the test fails */ @Test - @Alerts("true") - public void _WheelEvent_WheelEvent() throws Exception { - test("WheelEvent", "WheelEvent"); - } - - /** - * @throws Exception if the test fails - */ - @Test @Alerts(DEFAULT = "false", FF = "true") public void _TimeEvent_TimeEvent() throws Exception { @@ -464,35 +349,6 @@ */ @Test @Alerts("true") - public void _WeakMap_WeakMap() throws Exception { - test("WeakMap", "WeakMap"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _WeakSet_WeakSet() throws Exception { - test("WeakSet", "WeakSet"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _webkitRTCPeerConnection_webkitRTCPeerConnection() throws Exception { - test("webkitRTCPeerConnection", "webkitRTCPeerConnection"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") public void _TimeRanges_TimeRanges() throws Exception { test("TimeRanges", "TimeRanges"); } @@ -519,37 +375,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "true", - IE = "false") - @NotYetImplemented(IE) - public void _XMLHttpRequestEventTarget_XMLHttpRequest() throws Exception { - test("XMLHttpRequestEventTarget", "XMLHttpRequest"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _XMLHttpRequestEventTarget_XMLHttpRequestEventTarget() throws Exception { - test("XMLHttpRequestEventTarget", "XMLHttpRequestEventTarget"); - } - - /** - * @throws Exception if the test fails - */ - @Test @Alerts(DEFAULT = "false", - CHROME = "true") - public void _webkitSpeechRecognition_webkitSpeechRecognition() throws Exception { - test("webkitSpeechRecognition", "webkitSpeechRecognition"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", CHROME = "true", IE = "true") public void _TextEvent_TextEvent() throws Exception { @@ -648,160 +474,8 @@ * @throws Exception if the test fails */ @Test - @Alerts("true") - public void _WebGLActiveInfo_WebGLActiveInfo() throws Exception { - test("WebGLActiveInfo", "WebGLActiveInfo"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _WebGLBuffer_WebGLBuffer() throws Exception { - test("WebGLBuffer", "WebGLBuffer"); - } - - /** - * @throws Exception if the test fails - */ - @Test @Alerts(DEFAULT = "false", - CHROME = "true", - IE = "true") - public void _WebGLContextEvent_WebGLContextEvent() throws Exception { - test("WebGLContextEvent", "WebGLContextEvent"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _WebGLFramebuffer_WebGLFramebuffer() throws Exception { - test("WebGLFramebuffer", "WebGLFramebuffer"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _WebGLProgram_WebGLProgram() throws Exception { - test("WebGLProgram", "WebGLProgram"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _WebGLRenderbuffer_WebGLRenderbuffer() throws Exception { - test("WebGLRenderbuffer", "WebGLRenderbuffer"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _WebGLShaderPrecisionFormat_WebGLShaderPrecisionFormat() throws Exception { - test("WebGLShaderPrecisionFormat", "WebGLShaderPrecisionFormat"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _WebGLShader_WebGLShader() throws Exception { - test("WebGLShader", "WebGLShader"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _WebGLTexture_WebGLTexture() throws Exception { - test("WebGLTexture", "WebGLTexture"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _WebGLUniformLocation_WebGLUniformLocation() throws Exception { - test("WebGLUniformLocation", "WebGLUniformLocation"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", CHROME = "true") - public void _WebKitCSSMatrix_WebKitCSSMatrix() throws Exception { - test("WebKitCSSMatrix", "WebKitCSSMatrix"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _XMLHttpRequestEventTarget_XMLHttpRequestUpload() throws Exception { - test("XMLHttpRequestEventTarget", "XMLHttpRequestUpload"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _XMLHttpRequestUpload_XMLHttpRequestUpload() throws Exception { - test("XMLHttpRequestUpload", "XMLHttpRequestUpload"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _XPathExpression_XPathExpression() throws Exception { - test("XPathExpression", "XPathExpression"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _WebKitAnimationEvent_AnimationEvent() throws Exception { - test("WebKitAnimationEvent", "AnimationEvent"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _WebKitAnimationEvent_WebKitAnimationEvent() throws Exception { - test("WebKitAnimationEvent", "WebKitAnimationEvent"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") public void _TransitionEvent_WebKitTransitionEvent() throws Exception { test("TransitionEvent", "WebKitTransitionEvent"); } @@ -821,376 +495,6 @@ */ @Test @Alerts(DEFAULT = "false", - CHROME = "true") - public void _WebKitMutationObserver_MutationObserver() throws Exception { - test("WebKitMutationObserver", "MutationObserver"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _WebKitMutationObserver_WebKitMutationObserver() throws Exception { - test("WebKitMutationObserver", "WebKitMutationObserver"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _WebKitTransitionEvent_TransitionEvent() throws Exception { - test("WebKitTransitionEvent", "TransitionEvent"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _WebKitTransitionEvent_WebKitTransitionEvent() throws Exception { - test("WebKitTransitionEvent", "WebKitTransitionEvent"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _webkitAudioContext_AudioContext() throws Exception { - test("webkitAudioContext", "AudioContext"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _webkitAudioContext_OfflineAudioContext() throws Exception { - test("webkitAudioContext", "OfflineAudioContext"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _webkitAudioContext_webkitAudioContext() throws Exception { - test("webkitAudioContext", "webkitAudioContext"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _webkitAudioContext_webkitOfflineAudioContext() throws Exception { - test("webkitAudioContext", "webkitOfflineAudioContext"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _webkitIDBCursor_IDBCursor() throws Exception { - test("webkitIDBCursor", "IDBCursor"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _webkitIDBCursor_IDBCursorWithValue() throws Exception { - test("webkitIDBCursor", "IDBCursorWithValue"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _webkitIDBCursor_webkitIDBCursor() throws Exception { - test("webkitIDBCursor", "webkitIDBCursor"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _webkitIDBDatabase_IDBDatabase() throws Exception { - test("webkitIDBDatabase", "IDBDatabase"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _webkitIDBDatabase_webkitIDBDatabase() throws Exception { - test("webkitIDBDatabase", "webkitIDBDatabase"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _webkitIDBFactory_IDBFactory() throws Exception { - test("webkitIDBFactory", "IDBFactory"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _webkitIDBFactory_webkitIDBFactory() throws Exception { - test("webkitIDBFactory", "webkitIDBFactory"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _webkitIDBIndex_IDBIndex() throws Exception { - test("webkitIDBIndex", "IDBIndex"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _webkitIDBIndex_webkitIDBIndex() throws Exception { - test("webkitIDBIndex", "webkitIDBIndex"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _webkitIDBKeyRange_IDBKeyRange() throws Exception { - test("webkitIDBKeyRange", "IDBKeyRange"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _webkitIDBKeyRange_webkitIDBKeyRange() throws Exception { - test("webkitIDBKeyRange", "webkitIDBKeyRange"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _webkitIDBObjectStore_IDBObjectStore() throws Exception { - test("webkitIDBObjectStore", "IDBObjectStore"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _webkitIDBObjectStore_webkitIDBObjectStore() throws Exception { - test("webkitIDBObjectStore", "webkitIDBObjectStore"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _webkitIDBRequest_IDBOpenDBRequest() throws Exception { - test("webkitIDBRequest", "IDBOpenDBRequest"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _webkitIDBRequest_IDBRequest() throws Exception { - test("webkitIDBRequest", "IDBRequest"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _webkitIDBRequest_webkitIDBRequest() throws Exception { - test("webkitIDBRequest", "webkitIDBRequest"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _webkitIDBTransaction_IDBTransaction() throws Exception { - test("webkitIDBTransaction", "IDBTransaction"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _webkitIDBTransaction_webkitIDBTransaction() throws Exception { - test("webkitIDBTransaction", "webkitIDBTransaction"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _webkitMediaStream_webkitMediaStream() throws Exception { - test("webkitMediaStream", "webkitMediaStream"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _webkitOfflineAudioContext_OfflineAudioContext() throws Exception { - test("webkitOfflineAudioContext", "OfflineAudioContext"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _webkitOfflineAudioContext_webkitOfflineAudioContext() throws Exception { - test("webkitOfflineAudioContext", "webkitOfflineAudioContext"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _webkitSpeechGrammarList_webkitSpeechGrammarList() throws Exception { - test("webkitSpeechGrammarList", "webkitSpeechGrammarList"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _webkitSpeechGrammar_webkitSpeechGrammar() throws Exception { - test("webkitSpeechGrammar", "webkitSpeechGrammar"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _webkitSpeechRecognitionError_webkitSpeechRecognitionError() throws Exception { - test("webkitSpeechRecognitionError", "webkitSpeechRecognitionError"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _webkitSpeechRecognitionEvent_webkitSpeechRecognitionEvent() throws Exception { - test("webkitSpeechRecognitionEvent", "webkitSpeechRecognitionEvent"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _webkitURL_URL() throws Exception { - test("webkitURL", "URL"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _webkitURL_webkitURL() throws Exception { - test("webkitURL", "webkitURL"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - IE = "true") - public void _WEBGL_compressed_texture_s3tc_WEBGL_compressed_texture_s3tc() throws Exception { - test("WEBGL_compressed_texture_s3tc", "WEBGL_compressed_texture_s3tc"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - IE = "true") - public void _WEBGL_debug_renderer_info_WEBGL_debug_renderer_info() throws Exception { - test("WEBGL_debug_renderer_info", "WEBGL_debug_renderer_info"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", FF45 = "true") public void _VideoPlaybackQuality_VideoPlaybackQuality() throws Exception { test("VideoPlaybackQuality", "VideoPlaybackQuality"); Added: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfWTest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfWTest.java (rev 0) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfWTest.java 2016-12-03 15:15:47 UTC (rev 13127) @@ -0,0 +1,749 @@ +/* + * Copyright (c) 2002-2016 Gargoyle Software Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package com.gargoylesoftware.htmlunit.general.huge; + +import static com.gargoylesoftware.htmlunit.BrowserRunner.Browser.IE; + +import java.util.Collection; + +import org.junit.Test; +import org.junit.runner.RunWith; +import org.junit.runners.Parameterized.Parameters; + +import com.gargoylesoftware.htmlunit.BrowserParameterizedRunner; +import com.gargoylesoftware.htmlunit.BrowserRunner.Alerts; +import com.gargoylesoftware.htmlunit.BrowserRunner.NotYetImplemented; +import com.google.common.base.Predicate; + +/** + * Tests two Host classes, if one prototype is parent of another. + * + * This class handles all host names which starts by character 'W' to 'Z'. + * + * @author Ahmed Ashour + */ +@RunWith(BrowserParameterizedRunner.class) +public class HostParentOfWTest extends HostParentOf { + + /** + * Returns the parameterized data. + * @return the parameterized data + * @throws Exception if an error occurs + */ + @Parameters + public static Collection<Object[]> data() throws Exception { + return HostParentOf.data(new Predicate<String>() { + + @Override + public boolean apply(final String input) { + final char ch = Character.toUpperCase(input.charAt(0)); + return ch >= 'W' && ch <= 'Z'; + } + }); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts("true") + public void _WebSocket_WebSocket() throws Exception { + test("WebSocket", "WebSocket"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts("true") + public void _Window_Window() throws Exception { + test("Window", "Window"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts("true") + public void _XMLDocument_XMLDocument() throws Exception { + test("XMLDocument", "XMLDocument"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts("true") + public void _XMLHttpRequest_XMLHttpRequest() throws Exception { + test("XMLHttpRequest", "XMLHttpRequest"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts("true") + public void _XMLSerializer_XMLSerializer() throws Exception { + test("XMLSerializer", "XMLSerializer"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "true", + IE = "false") + public void _XPathEvaluator_XPathEvaluator() throws Exception { + test("XPathEvaluator", "XPathEvaluator"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "true", + IE = "false") + public void _XPathResult_XPathResult() throws Exception { + test("XPathResult", "XPathResult"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "true", + IE = "false") + public void _XSLTProcessor_XSLTProcessor() throws Exception { + test("XSLTProcessor", "XSLTProcessor"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts("true") + public void _Worker_Worker() throws Exception { + test("Worker", "Worker"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts("true") + public void _WebGLRenderingContext_WebGLRenderingContext() throws Exception { + test("WebGLRenderingContext", "WebGLRenderingContext"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "true", + IE = "false") + public void _WaveShaperNode_WaveShaperNode() throws Exception { + test("WaveShaperNode", "WaveShaperNode"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts("true") + public void _WheelEvent_WheelEvent() throws Exception { + test("WheelEvent", "WheelEvent"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts("true") + public void _WeakMap_WeakMap() throws Exception { + test("WeakMap", "WeakMap"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "true", + IE = "false") + public void _WeakSet_WeakSet() throws Exception { + test("WeakSet", "WeakSet"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _webkitRTCPeerConnection_webkitRTCPeerConnection() throws Exception { + test("webkitRTCPeerConnection", "webkitRTCPeerConnection"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "true", + IE = "false") + @NotYetImplemented(IE) + public void _XMLHttpRequestEventTarget_XMLHttpRequest() throws Exception { + test("XMLHttpRequestEventTarget", "XMLHttpRequest"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts("true") + public void _XMLHttpRequestEventTarget_XMLHttpRequestEventTarget() throws Exception { + test("XMLHttpRequestEventTarget", "XMLHttpRequestEventTarget"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _webkitSpeechRecognition_webkitSpeechRecognition() throws Exception { + test("webkitSpeechRecognition", "webkitSpeechRecognition"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts("true") + public void _WebGLActiveInfo_WebGLActiveInfo() throws Exception { + test("WebGLActiveInfo", "WebGLActiveInfo"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts("true") + public void _WebGLBuffer_WebGLBuffer() throws Exception { + test("WebGLBuffer", "WebGLBuffer"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + CHROME = "true", + IE = "true") + public void _WebGLContextEvent_WebGLContextEvent() throws Exception { + test("WebGLContextEvent", "WebGLContextEvent"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts("true") + public void _WebGLFramebuffer_WebGLFramebuffer() throws Exception { + test("WebGLFramebuffer", "WebGLFramebuffer"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts("true") + public void _WebGLProgram_WebGLProgram() throws Exception { + test("WebGLProgram", "WebGLProgram"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts("true") + public void _WebGLRenderbuffer_WebGLRenderbuffer() throws Exception { + test("WebGLRenderbuffer", "WebGLRenderbuffer"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts("true") + public void _WebGLShaderPrecisionFormat_WebGLShaderPrecisionFormat() throws Exception { + test("WebGLShaderPrecisionFormat", "WebGLShaderPrecisionFormat"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts("true") + public void _WebGLShader_WebGLShader() throws Exception { + test("WebGLShader", "WebGLShader"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts("true") + public void _WebGLTexture_WebGLTexture() throws Exception { + test("WebGLTexture", "WebGLTexture"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts("true") + public void _WebGLUniformLocation_WebGLUniformLocation() throws Exception { + test("WebGLUniformLocation", "WebGLUniformLocation"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _WebKitCSSMatrix_WebKitCSSMatrix() throws Exception { + test("WebKitCSSMatrix", "WebKitCSSMatrix"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "true", + IE = "false") + public void _XMLHttpRequestEventTarget_XMLHttpRequestUpload() throws Exception { + test("XMLHttpRequestEventTarget", "XMLHttpRequestUpload"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "true", + IE = "false") + public void _XMLHttpRequestUpload_XMLHttpRequestUpload() throws Exception { + test("XMLHttpRequestUpload", "XMLHttpRequestUpload"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "true", + IE = "false") + public void _XPathExpression_XPathExpression() throws Exception { + test("XPathExpression", "XPathExpression"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _WebKitAnimationEvent_AnimationEvent() throws Exception { + test("WebKitAnimationEvent", "AnimationEvent"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _WebKitAnimationEvent_WebKitAnimationEvent() throws Exception { + test("WebKitAnimationEvent", "WebKitAnimationEvent"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _WebKitMutationObserver_MutationObserver() throws Exception { + test("WebKitMutationObserver", "MutationObserver"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _WebKitMutationObserver_WebKitMutationObserver() throws Exception { + test("WebKitMutationObserver", "WebKitMutationObserver"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _WebKitTransitionEvent_TransitionEvent() throws Exception { + test("WebKitTransitionEvent", "TransitionEvent"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _WebKitTransitionEvent_WebKitTransitionEvent() throws Exception { + test("WebKitTransitionEvent", "WebKitTransitionEvent"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _webkitAudioContext_AudioContext() throws Exception { + test("webkitAudioContext", "AudioContext"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _webkitAudioContext_OfflineAudioContext() throws Exception { + test("webkitAudioContext", "OfflineAudioContext"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _webkitAudioContext_webkitAudioContext() throws Exception { + test("webkitAudioContext", "webkitAudioContext"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _webkitAudioContext_webkitOfflineAudioContext() throws Exception { + test("webkitAudioContext", "webkitOfflineAudioContext"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _webkitIDBCursor_IDBCursor() throws Exception { + test("webkitIDBCursor", "IDBCursor"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _webkitIDBCursor_IDBCursorWithValue() throws Exception { + test("webkitIDBCursor", "IDBCursorWithValue"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _webkitIDBCursor_webkitIDBCursor() throws Exception { + test("webkitIDBCursor", "webkitIDBCursor"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _webkitIDBDatabase_IDBDatabase() throws Exception { + test("webkitIDBDatabase", "IDBDatabase"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _webkitIDBDatabase_webkitIDBDatabase() throws Exception { + test("webkitIDBDatabase", "webkitIDBDatabase"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _webkitIDBFactory_IDBFactory() throws Exception { + test("webkitIDBFactory", "IDBFactory"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _webkitIDBFactory_webkitIDBFactory() throws Exception { + test("webkitIDBFactory", "webkitIDBFactory"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _webkitIDBIndex_IDBIndex() throws Exception { + test("webkitIDBIndex", "IDBIndex"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _webkitIDBIndex_webkitIDBIndex() throws Exception { + test("webkitIDBIndex", "webkitIDBIndex"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _webkitIDBKeyRange_IDBKeyRange() throws Exception { + test("webkitIDBKeyRange", "IDBKeyRange"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _webkitIDBKeyRange_webkitIDBKeyRange() throws Exception { + test("webkitIDBKeyRange", "webkitIDBKeyRange"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _webkitIDBObjectStore_IDBObjectStore() throws Exception { + test("webkitIDBObjectStore", "IDBObjectStore"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _webkitIDBObjectStore_webkitIDBObjectStore() throws Exception { + test("webkitIDBObjectStore", "webkitIDBObjectStore"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _webkitIDBRequest_IDBOpenDBRequest() throws Exception { + test("webkitIDBRequest", "IDBOpenDBRequest"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _webkitIDBRequest_IDBRequest() throws Exception { + test("webkitIDBRequest", "IDBRequest"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _webkitIDBRequest_webkitIDBRequest() throws Exception { + test("webkitIDBRequest", "webkitIDBRequest"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _webkitIDBTransaction_IDBTransaction() throws Exception { + test("webkitIDBTransaction", "IDBTransaction"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _webkitIDBTransaction_webkitIDBTransaction() throws Exception { + test("webkitIDBTransaction", "webkitIDBTransaction"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _webkitMediaStream_webkitMediaStream() throws Exception { + test("webkitMediaStream", "webkitMediaStream"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _webkitOfflineAudioContext_OfflineAudioContext() throws Exception { + test("webkitOfflineAudioContext", "OfflineAudioContext"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _webkitOfflineAudioContext_webkitOfflineAudioContext() throws Exception { + test("webkitOfflineAudioContext", "webkitOfflineAudioContext"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _webkitSpeechGrammarList_webkitSpeechGrammarList() throws Exception { + test("webkitSpeechGrammarList", "webkitSpeechGrammarList"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _webkitSpeechGrammar_webkitSpeechGrammar() throws Exception { + test("webkitSpeechGrammar", "webkitSpeechGrammar"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _webkitSpeechRecognitionError_webkitSpeechRecognitionError() throws Exception { + test("webkitSpeechRecognitionError", "webkitSpeechRecognitionError"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _webkitSpeechRecognitionEvent_webkitSpeechRecognitionEvent() throws Exception { + test("webkitSpeechRecognitionEvent", "webkitSpeechRecognitionEvent"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _webkitURL_URL() throws Exception { + test("webkitURL", "URL"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _webkitURL_webkitURL() throws Exception { + test("webkitURL", "webkitURL"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + IE = "true") + public void _WEBGL_compressed_texture_s3tc_WEBGL_compressed_texture_s3tc() throws Exception { + test("WEBGL_compressed_texture_s3tc", "WEBGL_compressed_texture_s3tc"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + IE = "true") + public void _WEBGL_debug_renderer_info_WEBGL_debug_renderer_info() throws Exception { + test("WEBGL_debug_renderer_info", "WEBGL_debug_renderer_info"); + } +} Property changes on: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfWTest.java ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property |
From: <rb...@us...> - 2016-12-04 13:02:28
|
Revision: 13141 http://sourceforge.net/p/htmlunit/code/13141 Author: rbri Date: 2016-12-04 13:02:24 +0000 (Sun, 04 Dec 2016) Log Message: ----------- smaller parts Modified Paths: -------------- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfITest.java Added Paths: ----------- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfMTest.java trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfPTest.java Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfITest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfITest.java 2016-12-04 11:31:35 UTC (rev 13140) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfITest.java 2016-12-04 13:02:24 UTC (rev 13141) @@ -15,8 +15,6 @@ package com.gargoylesoftware.htmlunit.general.huge; import static com.gargoylesoftware.htmlunit.BrowserRunner.Browser.FF; -import static com.gargoylesoftware.htmlunit.BrowserRunner.Browser.FF45; -import static com.gargoylesoftware.htmlunit.BrowserRunner.Browser.IE; import java.util.Collection; @@ -32,7 +30,7 @@ /** * Tests two Host classes, if one prototype is parent of another. * - * This class handles all host names which starts by character 'I' to 'R'. + * This class handles all host names which starts by character 'I' to 'L'. * * @author Ahmed Ashour */ @@ -53,7 +51,7 @@ @Override public boolean apply(final String input) { final char ch = Character.toUpperCase(input.charAt(0)); - return ch >= 'I' && ch <= 'R'; + return ch >= 'I' && ch <= 'L'; } }); } @@ -75,18 +73,6 @@ * if the test fails */ @Test - @Alerts(DEFAULT = "true", - CHROME = "false") - public void _Option_HTMLOptionElement() throws Exception { - // although Option != HTMLOptionElement, they seem to be synonyms!!! - test("Option", "HTMLOptionElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test @Alerts("true") public void _Image_Image() throws Exception { test("Image", "Image"); @@ -147,1918 +133,8 @@ * if the test fails */ @Test - @Alerts("true") - public void _MediaList_MediaList() throws Exception { - test("MediaList", "MediaList"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test @Alerts(DEFAULT = "false", FF = "true") - public void _MediaStream_LocalMediaStream() throws Exception { - test("MediaStream", "LocalMediaStream"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _MessageEvent_MessageEvent() throws Exception { - test("MessageEvent", "MessageEvent"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _MimeType_MimeType() throws Exception { - test("MimeType", "MimeType"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _MimeTypeArray_MimeTypeArray() throws Exception { - test("MimeTypeArray", "MimeTypeArray"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _MouseEvent_MouseEvent() throws Exception { - test("MouseEvent", "MouseEvent"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _MutationEvent_MutationEvent() throws Exception { - test("MutationEvent", "MutationEvent"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _NamedNodeMap_NamedNodeMap() throws Exception { - test("NamedNodeMap", "NamedNodeMap"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Navigator_Navigator() throws Exception { - test("Navigator", "Navigator"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_Node() throws Exception { - test("Node", "Node"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - @NotYetImplemented({FF, IE}) - public void _NodeFilter_NodeFilter() throws Exception { - test("NodeFilter", "NodeFilter"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _NodeList_NodeList() throws Exception { - test("NodeList", "NodeList"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _Notification_Notification() throws Exception { - test("Notification", "Notification"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Option_Option() throws Exception { - test("Option", "Option"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Plugin_Plugin() throws Exception { - test("Plugin", "Plugin"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _PluginArray_PluginArray() throws Exception { - test("PluginArray", "PluginArray"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - IE = "true") - public void _PointerEvent_PointerEvent() throws Exception { - test("PointerEvent", "PointerEvent"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - IE = "true") - public void _Position_Position() throws Exception { - test("Position", "Position"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _ProcessingInstruction_ProcessingInstruction() throws Exception { - test("ProcessingInstruction", "ProcessingInstruction"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Range_Range() throws Exception { - test("Range", "Range"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - IE = "true") - public void _MouseEvent_PointerEvent() throws Exception { - test("MouseEvent", "PointerEvent"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_Attr() throws Exception { - test("Node", "Attr"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_CDATASection() throws Exception { - test("Node", "CDATASection"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_Comment() throws Exception { - test("Node", "Comment"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_Document() throws Exception { - test("Node", "Document"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_DocumentFragment() throws Exception { - test("Node", "DocumentFragment"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_DocumentType() throws Exception { - test("Node", "DocumentType"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_Element() throws Exception { - test("Node", "Element"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_HTMLAnchorElement() throws Exception { - test("Node", "HTMLAnchorElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - CHROME = "false") - public void _Node_HTMLAppletElement() throws Exception { - test("Node", "HTMLAppletElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_HTMLAreaElement() throws Exception { - test("Node", "HTMLAreaElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_HTMLAudioElement() throws Exception { - test("Node", "HTMLAudioElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - IE = "true") - public void _Node_HTMLBGSoundElement() throws Exception { - test("Node", "HTMLBGSoundElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_HTMLBRElement() throws Exception { - test("Node", "HTMLBRElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_HTMLBaseElement() throws Exception { - test("Node", "HTMLBaseElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - IE = "true") - public void _Node_HTMLBaseFontElement() throws Exception { - test("Node", "HTMLBaseFontElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - IE = "true") - public void _Node_HTMLBlockElement() throws Exception { - test("Node", "HTMLBlockElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_HTMLQuoteElement() throws Exception { - test("Node", "HTMLQuoteElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_HTMLBodyElement() throws Exception { - test("Node", "HTMLBodyElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_HTMLButtonElement() throws Exception { - test("Node", "HTMLButtonElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_HTMLCanvasElement() throws Exception { - test("Node", "HTMLCanvasElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_HTMLDataListElement() throws Exception { - test("Node", "HTMLDataListElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - IE = "true") - public void _Node_HTMLDDElement() throws Exception { - test("Node", "HTMLDDElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _Node_HTMLDetailsElement() throws Exception { - test("Node", "HTMLDetailsElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _Node_HTMLDialogElement() throws Exception { - test("Node", "HTMLDialogElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - IE = "true") - public void _Node_HTMLDTElement() throws Exception { - test("Node", "HTMLDTElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_HTMLDListElement() throws Exception { - test("Node", "HTMLDListElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_HTMLDirectoryElement() throws Exception { - test("Node", "HTMLDirectoryElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_HTMLDivElement() throws Exception { - test("Node", "HTMLDivElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_HTMLDocument() throws Exception { - test("Node", "HTMLDocument"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_HTMLElement() throws Exception { - test("Node", "HTMLElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_HTMLEmbedElement() throws Exception { - test("Node", "HTMLEmbedElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_HTMLFieldSetElement() throws Exception { - test("Node", "HTMLFieldSetElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_HTMLFontElement() throws Exception { - test("Node", "HTMLFontElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_HTMLFormElement() throws Exception { - test("Node", "HTMLFormElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_HTMLFrameElement() throws Exception { - test("Node", "HTMLFrameElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_HTMLFrameSetElement() throws Exception { - test("Node", "HTMLFrameSetElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_HTMLHRElement() throws Exception { - test("Node", "HTMLHRElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_HTMLHeadElement() throws Exception { - test("Node", "HTMLHeadElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_HTMLHeadingElement() throws Exception { - test("Node", "HTMLHeadingElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_HTMLHtmlElement() throws Exception { - test("Node", "HTMLHtmlElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_HTMLIFrameElement() throws Exception { - test("Node", "HTMLIFrameElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_HTMLImageElement() throws Exception { - test("Node", "HTMLImageElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_HTMLInputElement() throws Exception { - test("Node", "HTMLInputElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - IE = "true") - public void _Node_HTMLIsIndexElement() throws Exception { - test("Node", "HTMLIsIndexElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _Node_HTMLKeygenElement() throws Exception { - test("Node", "HTMLKeygenElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_HTMLLIElement() throws Exception { - test("Node", "HTMLLIElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_HTMLLabelElement() throws Exception { - test("Node", "HTMLLabelElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_HTMLLegendElement() throws Exception { - test("Node", "HTMLLegendElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_HTMLLinkElement() throws Exception { - test("Node", "HTMLLinkElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_HTMLMapElement() throws Exception { - test("Node", "HTMLMapElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - FF = "false") - public void _Node_HTMLMarqueeElement() throws Exception { - test("Node", "HTMLMarqueeElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_HTMLMediaElement() throws Exception { - test("Node", "HTMLMediaElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_HTMLMenuElement() throws Exception { - test("Node", "HTMLMenuElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - FF = "true") - public void _Node_HTMLMenuItemElement() throws Exception { - test("Node", "HTMLMenuItemElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_HTMLMetaElement() throws Exception { - test("Node", "HTMLMetaElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _Node_HTMLMeterElement() throws Exception { - test("Node", "HTMLMeterElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_HTMLModElement() throws Exception { - test("Node", "HTMLModElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - IE = "true") - public void _Node_HTMLNextIdElement() throws Exception { - test("Node", "HTMLNextIdElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_HTMLOListElement() throws Exception { - test("Node", "HTMLOListElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_HTMLObjectElement() throws Exception { - test("Node", "HTMLObjectElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_HTMLOptGroupElement() throws Exception { - test("Node", "HTMLOptGroupElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_HTMLOptionElement() throws Exception { - test("Node", "HTMLOptionElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _Node_HTMLOutputElement() throws Exception { - test("Node", "HTMLOutputElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_HTMLParagraphElement() throws Exception { - test("Node", "HTMLParagraphElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_HTMLParamElement() throws Exception { - test("Node", "HTMLParamElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - IE = "true") - public void _Node_HTMLPhraseElement() throws Exception { - test("Node", "HTMLPhraseElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_HTMLPreElement() throws Exception { - test("Node", "HTMLPreElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_HTMLProgressElement() throws Exception { - test("Node", "HTMLProgressElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_HTMLScriptElement() throws Exception { - test("Node", "HTMLScriptElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_HTMLSelectElement() throws Exception { - test("Node", "HTMLSelectElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_HTMLSourceElement() throws Exception { - test("Node", "HTMLSourceElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_HTMLSpanElement() throws Exception { - test("Node", "HTMLSpanElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_HTMLStyleElement() throws Exception { - test("Node", "HTMLStyleElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_HTMLTableCaptionElement() throws Exception { - test("Node", "HTMLTableCaptionElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_HTMLTableCellElement() throws Exception { - test("Node", "HTMLTableCellElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_HTMLTableColElement() throws Exception { - test("Node", "HTMLTableColElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - IE = "true") - public void _Node_HTMLTableDataCellElement() throws Exception { - test("Node", "HTMLTableDataCellElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_HTMLTableElement() throws Exception { - test("Node", "HTMLTableElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - IE = "true") - public void _Node_HTMLTableHeaderCellElement() throws Exception { - test("Node", "HTMLTableHeaderCellElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_HTMLTableRowElement() throws Exception { - test("Node", "HTMLTableRowElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_HTMLTableSectionElement() throws Exception { - test("Node", "HTMLTableSectionElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_HTMLTextAreaElement() throws Exception { - test("Node", "HTMLTextAreaElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - FF = "true") - public void _Node_HTMLTimeElement() throws Exception { - test("Node", "HTMLTimeElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_HTMLTitleElement() throws Exception { - test("Node", "HTMLTitleElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_HTMLTrackElement() throws Exception { - test("Node", "HTMLTrackElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_HTMLUListElement() throws Exception { - test("Node", "HTMLUListElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_HTMLUnknownElement() throws Exception { - test("Node", "HTMLUnknownElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_HTMLVideoElement() throws Exception { - test("Node", "HTMLVideoElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_Image() throws Exception { - test("Node", "Image"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_Option() throws Exception { - test("Node", "Option"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_ProcessingInstruction() throws Exception { - test("Node", "ProcessingInstruction"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_SVGAElement() throws Exception { - test("Node", "SVGAElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - FF = "true") - public void _Node_SVGAltGlyphElement() throws Exception { - test("Node", "SVGAltGlyphElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _Node_SVGAnimateElement() throws Exception { - test("Node", "SVGAnimateElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _Node_SVGAnimateMotionElement() throws Exception { - test("Node", "SVGAnimateMotionElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _Node_SVGAnimateTransformElement() throws Exception { - test("Node", "SVGAnimateTransformElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_SVGCircleElement() throws Exception { - test("Node", "SVGCircleElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_SVGClipPathElement() throws Exception { - test("Node", "SVGClipPathElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _Node_SVGCursorElement() throws Exception { - test("Node", "SVGCursorElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_SVGDefsElement() throws Exception { - test("Node", "SVGDefsElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_SVGDescElement() throws Exception { - test("Node", "SVGDescElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_SVGElement() throws Exception { - test("Node", "SVGElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_SVGEllipseElement() throws Exception { - test("Node", "SVGEllipseElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_SVGFEBlendElement() throws Exception { - test("Node", "SVGFEBlendElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_SVGFEColorMatrixElement() throws Exception { - test("Node", "SVGFEColorMatrixElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_SVGFEComponentTransferElement() throws Exception { - test("Node", "SVGFEComponentTransferElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_SVGFECompositeElement() throws Exception { - test("Node", "SVGFECompositeElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_SVGFEConvolveMatrixElement() throws Exception { - test("Node", "SVGFEConvolveMatrixElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_SVGFEDiffuseLightingElement() throws Exception { - test("Node", "SVGFEDiffuseLightingElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_SVGFEDisplacementMapElement() throws Exception { - test("Node", "SVGFEDisplacementMapElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_SVGFEDistantLightElement() throws Exception { - test("Node", "SVGFEDistantLightElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_SVGFEFloodElement() throws Exception { - test("Node", "SVGFEFloodElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_SVGFEFuncAElement() throws Exception { - test("Node", "SVGFEFuncAElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_SVGFEFuncBElement() throws Exception { - test("Node", "SVGFEFuncBElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_SVGFEFuncGElement() throws Exception { - test("Node", "SVGFEFuncGElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_SVGFEFuncRElement() throws Exception { - test("Node", "SVGFEFuncRElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_SVGFEGaussianBlurElement() throws Exception { - test("Node", "SVGFEGaussianBlurElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_SVGFEImageElement() throws Exception { - test("Node", "SVGFEImageElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_SVGFEMergeElement() throws Exception { - test("Node", "SVGFEMergeElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_SVGFEMergeNodeElement() throws Exception { - test("Node", "SVGFEMergeNodeElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_SVGFEMorphologyElement() throws Exception { - test("Node", "SVGFEMorphologyElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_SVGFEOffsetElement() throws Exception { - test("Node", "SVGFEOffsetElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_SVGFEPointLightElement() throws Exception { - test("Node", "SVGFEPointLightElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_SVGFESpecularLightingElement() throws Exception { - test("Node", "SVGFESpecularLightingElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_SVGFESpotLightElement() throws Exception { - test("Node", "SVGFESpotLightElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_SVGFETileElement() throws Exception { - test("Node", "SVGFETileElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_SVGFETurbulenceElement() throws Exception { - test("Node", "SVGFETurbulenceElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_SVGFilterElement() throws Exception { - test("Node", "SVGFilterElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _Node_SVGForeignObjectElement() throws Exception { - test("Node", "SVGForeignObjectElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_SVGGElement() throws Exception { - test("Node", "SVGGElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_SVGImageElement() throws Exception { - test("Node", "SVGImageElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_SVGLineElement() throws Exception { - test("Node", "SVGLineElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_SVGLinearGradientElement() throws Exception { - test("Node", "SVGLinearGradientElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_SVGMarkerElement() throws Exception { - test("Node", "SVGMarkerElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_SVGMaskElement() throws Exception { - test("Node", "SVGMaskElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_SVGMetadataElement() throws Exception { - test("Node", "SVGMetadataElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _Node_SVGMPathElement() throws Exception { - test("Node", "SVGMPathElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_SVGPathElement() throws Exception { - test("Node", "SVGPathElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_SVGPatternElement() throws Exception { - test("Node", "SVGPatternElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_SVGPolygonElement() throws Exception { - test("Node", "SVGPolygonElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_SVGPolylineElement() throws Exception { - test("Node", "SVGPolylineElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_SVGRadialGradientElement() throws Exception { - test("Node", "SVGRadialGradientElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_SVGRectElement() throws Exception { - test("Node", "SVGRectElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_SVGSVGElement() throws Exception { - test("Node", "SVGSVGElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_SVGScriptElement() throws Exception { - test("Node", "SVGScriptElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _Node_SVGSetElement() throws Exception { - test("Node", "SVGSetElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_SVGStopElement() throws Exception { - test("Node", "SVGStopElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_SVGStyleElement() throws Exception { - test("Node", "SVGStyleElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_SVGSwitchElement() throws Exception { - test("Node", "SVGSwitchElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_SVGSymbolElement() throws Exception { - test("Node", "SVGSymbolElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_SVGTSpanElement() throws Exception { - test("Node", "SVGTSpanElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_SVGTextElement() throws Exception { - test("Node", "SVGTextElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_SVGTextPathElement() throws Exception { - test("Node", "SVGTextPathElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_SVGTitleElement() throws Exception { - test("Node", "SVGTitleElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_SVGUseElement() throws Exception { - test("Node", "SVGUseElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_SVGViewElement() throws Exception { - test("Node", "SVGViewElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_Text() throws Exception { - test("Node", "Text"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_XMLDocument() throws Exception { - test("Node", "XMLDocument"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - FF = "true") - public void _Node_SVGDocument() throws Exception { - test("Node", "SVGDocument"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - FF38 = "false") - public void _MessageChannel_MessageChannel() throws Exception { - test("MessageChannel", "MessageChannel"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _MessagePort_MessagePort() throws Exception { - test("MessagePort", "MessagePort"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _Promise_Promise() throws Exception { - test("Promise", "Promise"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_SVGGradientElement() throws Exception { - test("Node", "SVGGradientElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _Node_HTMLShadowElement() throws Exception { - test("Node", "HTMLShadowElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _Node_ShadowRoot() throws Exception { - test("Node", "ShadowRoot"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _Path2D_Path2D() throws Exception { - test("Path2D", "Path2D"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - FF = "true") public void _LocalMediaStream_LocalMediaStream() throws Exception { test("LocalMediaStream", "LocalMediaStream"); } @@ -2070,275 +146,6 @@ @Test @Alerts(DEFAULT = "false", FF = "true") - public void _PannerNode_PannerNode() throws Exception { - test("PannerNode", "PannerNode"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _MediaStreamAudioDestinationNode_MediaStreamAudioDestinationNode() throws Exception { - test("MediaStreamAudioDestinationNode", "MediaStreamAudioDestinationNode"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _MediaStreamAudioSourceNode_MediaStreamAudioSourceNode() throws Exception { - test("MediaStreamAudioSourceNode", "MediaStreamAudioSourceNode"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _MediaStreamEvent_MediaStreamEvent() throws Exception { - test("MediaStreamEvent", "MediaStreamEvent"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _OfflineAudioCompletionEvent_OfflineAudioCompletionEvent() throws Exception { - test("OfflineAudioCompletionEvent", "OfflineAudioCompletionEvent"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _OfflineAudioContext_OfflineAudioContext() throws Exception { - test("OfflineAudioContext", "OfflineAudioContext"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _OscillatorNode_OscillatorNode() throws Exception { - test("OscillatorNode", "OscillatorNode"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _PeriodicWave_PeriodicWave() throws Exception { - test("PeriodicWave", "PeriodicWave"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _Node_HTMLContentElement() throws Exception { - test("Node", "HTMLContentElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - FF = "true") - public void _Node_HTMLDataElement() throws Exception { - test("Node", "HTMLDataElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_CharacterData() throws Exception { - test("Node", "CharacterData"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _MediaElementAudioSourceNode_MediaElementAudioSourceNode() throws Exception { - test("MediaElementAudioSourceNode", "MediaElementAudioSourceNode"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _MediaStreamTrack_MediaStreamTrack() throws Exception { - test("MediaStreamTrack", "MediaStreamTrack"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - FF = "true") - public void _MediaStream_MediaStream() throws Exception { - test("MediaStream", "MediaStream"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _MouseEvent_WheelEvent() throws Exception { - test("MouseEvent", "WheelEvent"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _PageTransitionEvent_PageTransitionEvent() throws Exception { - test("PageTransitionEvent", "PageTransitionEvent"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _PopStateEvent_PopStateEvent() throws Exception { - test("PopStateEvent", "PopStateEvent"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _ProgressEvent_ProgressEvent() throws Exception { - test("ProgressEvent", "ProgressEvent"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _MouseEvent_DragEvent() throws Exception { - test("MouseEvent", "DragEvent"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - FF = "true") - public void _MouseEvent_MouseScrollEvent() throws Exception { - test("MouseEvent", "MouseScrollEvent"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - FF = "true") - public void _MouseScrollEvent_MouseScrollEvent() throws Exception { - test("MouseScrollEvent", "MouseScrollEvent"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - IE = "true") - @NotYetImplemented(IE) - public void _MouseEvent_MouseWheelEvent() throws Exception { - test("MouseEvent", "MouseWheelEvent"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - IE = "true") - public void _MouseWheelEvent_MouseWheelEvent() throws Exception { - test("MouseWheelEvent", "MouseWheelEvent"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _Node_SVGAnimationElement() throws Exception { - test("Node", "SVGAnimationElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Node_SVGTextPositioningElement() throws Exception { - test("Node", "SVGTextPositioningElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - FF = "true") public void _InputEvent_InputEvent() throws Exception { test("InputEvent", "InputEvent"); } @@ -2348,17 +155,6 @@ * if the test fails */ @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _Node_HTMLPictureElement() throws Exception { - test("Node", "HTMLPictureElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test @Alerts("true") public void _IDBCursorWithValue_IDBCursorWithValue() throws Exception { test("IDBCursorWithValue", "IDBCursorWithValue"); @@ -2499,563 +295,9 @@ * if the test fails */ @Test - @Alerts("true") - public void _Map_Map() throws Exception { - test("Map", "Map"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _MediaQueryList_MediaQueryList() throws Exception { - test("MediaQueryList", "MediaQueryList"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test @Alerts(DEFAULT = "true", FF38 = "false", IE = "false") - public void _MediaSource_MediaSource() throws Exception { - test("MediaSource", "MediaSource"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _MediaRecorder_MediaRecorder() throws Exception { - test("MediaRecorder", "MediaRecorder"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - FF = "true") - public void _mozRTCPeerConnection_mozRTCPeerConnection() throws Exception { - test("mozRTCPeerConnection", "mozRTCPeerConnection"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - FF = "true") - public void _mozRTCSessionDescription_mozRTCSessionDescription() throws Exception { - test("mozRTCSessionDescription", "mozRTCSessionDescription"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - FF45 = "true") - @NotYetImplemented(FF45) - public void _RTCIceCandidate_mozRTCIceCandidate() throws Exception { - test("RTCIceCandidate", "mozRTCIceCandidate"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true", - FF45 = "true") - public void _RTCIceCandidate_RTCIceCandidate() throws Exception { - test("RTCIceCandidate", "RTCIceCandidate"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - FF38 = "false", - IE = "false") - public void _RTCSessionDescription_RTCSessionDescription() throws Exception { - test("RTCSessionDescription", "RTCSessionDescription"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - FF = "true") - public void _RTCDataChannelEvent_RTCDataChannelEvent() throws Exception { - test("RTCDataChannelEvent", "RTCDataChannelEvent"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - FF = "true") - public void _RTCPeerConnectionIceEvent_RTCPeerConnectionIceEvent() throws Exception { - test("RTCPeerConnectionIceEvent", "RTCPeerConnectionIceEvent"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - FF = "true") - public void _mozRTCIceCandidate_mozRTCIceCandidate() throws Exception { - test("mozRTCIceCandidate", "mozRTCIceCandidate"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _MutationObserver_MutationObserver() throws Exception { - test("MutationObserver", "MutationObserver"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _MutationRecord_MutationRecord() throws Exception { - test("MutationRecord", "MutationRecord"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _NodeIterator_NodeIterator() throws Exception { - test("NodeIterator", "NodeIterator"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _NodeList_RadioNodeList() throws Exception { - test("NodeList", "RadioNodeList"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _PerformanceNavigation_PerformanceNavigation() throws Exception { - test("PerformanceNavigation", "PerformanceNavigation"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _PerformanceTiming_PerformanceTiming() throws Exception { - test("PerformanceTiming", "PerformanceTiming"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("true") - public void _Performance_Performance() throws Exception { - test("Performance", "Performance"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _RadioNodeList_RadioNodeList() throws Exception { - test("RadioNodeList", "RadioNodeList"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - FF = "true") - public void _MozContactChangeEvent_MozContactChangeEvent() throws Exception { - test("MozContactChangeEvent", "MozContactChangeEvent"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - FF38 = "true") - public void _MozMmsMessage_MozMmsMessage() throws Exception { - test("MozMmsMessage", "MozMmsMessage"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts(DEFAULT =... [truncated message content] |
From: <rb...@us...> - 2016-12-10 10:13:46
|
Revision: 13191 http://sourceforge.net/p/htmlunit/code/13191 Author: rbri Date: 2016-12-10 10:13:44 +0000 (Sat, 10 Dec 2016) Log Message: ----------- try to make the huge build green again Modified Paths: -------------- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfWTest.java Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java 2016-12-10 09:17:15 UTC (rev 13190) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java 2016-12-10 10:13:44 UTC (rev 13191) @@ -1191,6 +1191,7 @@ @Test @Alerts(DEFAULT = "false", CHROME = "true") + @NotYetImplemented(CHROME) public void _AudioContext_webkitAudioContext() throws Exception { test("AudioContext", "webkitAudioContext"); } Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfWTest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfWTest.java 2016-12-10 09:17:15 UTC (rev 13190) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfWTest.java 2016-12-10 10:13:44 UTC (rev 13191) @@ -432,6 +432,16 @@ * @throws Exception if the test fails */ @Test + @Alerts("false") + @NotYetImplemented(CHROME) + public void _webkitAudioContext_OfflineAudioContext() throws Exception { + test("webkitAudioContext", "OfflineAudioContext"); + } + + /** + * @throws Exception if the test fails + */ + @Test @Alerts(DEFAULT = "false", CHROME = "true") public void _webkitAudioContext_webkitAudioContext() throws Exception { @@ -442,6 +452,16 @@ * @throws Exception if the test fails */ @Test + @Alerts("false") + @NotYetImplemented(CHROME) + public void _webkitAudioContext_webkitOfflineAudioContext() throws Exception { + test("webkitAudioContext", "OfflineAudioContext"); + } + + /** + * @throws Exception if the test fails + */ + @Test @Alerts(DEFAULT = "false", CHROME = "true") public void _webkitIDBCursor_IDBCursor() throws Exception { |
From: <asa...@us...> - 2017-02-02 07:38:29
|
Revision: 13526 http://sourceforge.net/p/htmlunit/code/13526 Author: asashour Date: 2017-02-02 07:38:26 +0000 (Thu, 02 Feb 2017) Log Message: ----------- Use Java 8 Predicate Modified Paths: -------------- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOf.java trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfDTest.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/HostParentOfMTest.java trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfPTest.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 trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfWTest.java Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOf.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOf.java 2017-02-02 07:32:58 UTC (rev 13525) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOf.java 2017-02-02 07:38:26 UTC (rev 13526) @@ -17,6 +17,7 @@ import java.util.ArrayList; import java.util.Collection; import java.util.List; +import java.util.function.Predicate; import org.junit.Test; import org.junit.runners.Parameterized.Parameter; @@ -26,7 +27,6 @@ import com.gargoylesoftware.htmlunit.TestCaseTest; import com.gargoylesoftware.htmlunit.WebDriverTestCase; import com.gargoylesoftware.htmlunit.html.HtmlPageTest; -import com.google.common.base.Predicate; /** * Tests two Host classes, if one prototype is parent of another. @@ -45,7 +45,7 @@ final List<Object[]> list = new ArrayList<>(); final List<String> strings = TestCaseTest.getAllClassNames(); for (final String parent : strings) { - if (predicate.apply(parent)) { + if (predicate.test(parent)) { for (final String child : strings) { list.add(new Object[] {parent, child}); } Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java 2017-02-02 07:32:58 UTC (rev 13525) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java 2017-02-02 07:38:26 UTC (rev 13526) @@ -25,7 +25,6 @@ import com.gargoylesoftware.htmlunit.BrowserParameterizedRunner; import com.gargoylesoftware.htmlunit.BrowserRunner.Alerts; import com.gargoylesoftware.htmlunit.BrowserRunner.NotYetImplemented; -import com.google.common.base.Predicate; /** * Tests two Host classes, if one prototype is parent of another. @@ -44,13 +43,9 @@ */ @Parameters public static Collection<Object[]> data() throws Exception { - return HostParentOf.data(new Predicate<String>() { - - @Override - public boolean apply(final String input) { - final char ch = Character.toUpperCase(input.charAt(0)); - return ch >= 'A' && ch <= 'C'; - } + return HostParentOf.data(input -> { + final char ch = Character.toUpperCase(input.charAt(0)); + return ch >= 'A' && ch <= 'C'; }); } Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfDTest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfDTest.java 2017-02-02 07:32:58 UTC (rev 13525) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfDTest.java 2017-02-02 07:38:26 UTC (rev 13526) @@ -25,7 +25,6 @@ import com.gargoylesoftware.htmlunit.BrowserParameterizedRunner; import com.gargoylesoftware.htmlunit.BrowserRunner.Alerts; import com.gargoylesoftware.htmlunit.BrowserRunner.NotYetImplemented; -import com.google.common.base.Predicate; /** * Tests two Host classes, if one prototype is parent of another. @@ -44,13 +43,9 @@ */ @Parameters public static Collection<Object[]> data() throws Exception { - return HostParentOf.data(new Predicate<String>() { - - @Override - public boolean apply(final String input) { - final char ch = Character.toUpperCase(input.charAt(0)); - return ch >= 'D' && ch <= 'G'; - } + return HostParentOf.data(input -> { + final char ch = Character.toUpperCase(input.charAt(0)); + return ch >= 'D' && ch <= 'G'; }); } Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfHTest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfHTest.java 2017-02-02 07:32:58 UTC (rev 13525) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfHTest.java 2017-02-02 07:38:26 UTC (rev 13526) @@ -26,7 +26,6 @@ import com.gargoylesoftware.htmlunit.BrowserParameterizedRunner; import com.gargoylesoftware.htmlunit.BrowserRunner.Alerts; import com.gargoylesoftware.htmlunit.BrowserRunner.NotYetImplemented; -import com.google.common.base.Predicate; /** * Tests two Host classes, if one prototype is parent of another. @@ -45,13 +44,9 @@ */ @Parameters public static Collection<Object[]> data() throws Exception { - return HostParentOf.data(new Predicate<String>() { - - @Override - public boolean apply(final String input) { - final char ch = Character.toUpperCase(input.charAt(0)); - return ch == 'H'; - } + return HostParentOf.data(input -> { + final char ch = Character.toUpperCase(input.charAt(0)); + return ch == 'H'; }); } Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfITest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfITest.java 2017-02-02 07:32:58 UTC (rev 13525) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfITest.java 2017-02-02 07:38:26 UTC (rev 13526) @@ -25,7 +25,6 @@ import com.gargoylesoftware.htmlunit.BrowserParameterizedRunner; import com.gargoylesoftware.htmlunit.BrowserRunner.Alerts; import com.gargoylesoftware.htmlunit.BrowserRunner.NotYetImplemented; -import com.google.common.base.Predicate; /** * Tests two Host classes, if one prototype is parent of another. @@ -46,13 +45,9 @@ */ @Parameters public static Collection<Object[]> data() throws Exception { - return HostParentOf.data(new Predicate<String>() { - - @Override - public boolean apply(final String input) { - final char ch = Character.toUpperCase(input.charAt(0)); - return ch >= 'I' && ch <= 'L'; - } + return HostParentOf.data(input -> { + final char ch = Character.toUpperCase(input.charAt(0)); + return ch >= 'I' && ch <= 'L'; }); } Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfMTest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfMTest.java 2017-02-02 07:32:58 UTC (rev 13525) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfMTest.java 2017-02-02 07:38:26 UTC (rev 13526) @@ -27,7 +27,6 @@ import com.gargoylesoftware.htmlunit.BrowserParameterizedRunner; import com.gargoylesoftware.htmlunit.BrowserRunner.Alerts; import com.gargoylesoftware.htmlunit.BrowserRunner.NotYetImplemented; -import com.google.common.base.Predicate; /** * Tests two Host classes, if one prototype is parent of another. @@ -48,13 +47,9 @@ */ @Parameters public static Collection<Object[]> data() throws Exception { - return HostParentOf.data(new Predicate<String>() { - - @Override - public boolean apply(final String input) { - final char ch = Character.toUpperCase(input.charAt(0)); - return ch >= 'M' && ch <= 'O'; - } + return HostParentOf.data(input -> { + final char ch = Character.toUpperCase(input.charAt(0)); + return ch >= 'M' && ch <= 'O'; }); } Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfPTest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfPTest.java 2017-02-02 07:32:58 UTC (rev 13525) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfPTest.java 2017-02-02 07:38:26 UTC (rev 13526) @@ -25,7 +25,6 @@ import com.gargoylesoftware.htmlunit.BrowserParameterizedRunner; import com.gargoylesoftware.htmlunit.BrowserRunner.Alerts; import com.gargoylesoftware.htmlunit.BrowserRunner.NotYetImplemented; -import com.google.common.base.Predicate; /** * Tests two Host classes, if one prototype is parent of another. @@ -46,13 +45,9 @@ */ @Parameters public static Collection<Object[]> data() throws Exception { - return HostParentOf.data(new Predicate<String>() { - - @Override - public boolean apply(final String input) { - final char ch = Character.toUpperCase(input.charAt(0)); - return ch >= 'P' && ch <= 'R'; - } + return HostParentOf.data(input -> { + final char ch = Character.toUpperCase(input.charAt(0)); + return ch >= 'P' && ch <= 'R'; }); } Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfSTest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfSTest.java 2017-02-02 07:32:58 UTC (rev 13525) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfSTest.java 2017-02-02 07:38:26 UTC (rev 13526) @@ -27,7 +27,6 @@ import com.gargoylesoftware.htmlunit.BrowserParameterizedRunner; import com.gargoylesoftware.htmlunit.BrowserRunner.Alerts; import com.gargoylesoftware.htmlunit.BrowserRunner.NotYetImplemented; -import com.google.common.base.Predicate; /** * Tests two Host classes, if one prototype is parent of another. @@ -46,13 +45,9 @@ */ @Parameters public static Collection<Object[]> data() throws Exception { - return HostParentOf.data(new Predicate<String>() { - - @Override - public boolean apply(final String input) { - final char ch = Character.toUpperCase(input.charAt(0)); - return ch == 'S'; - } + return HostParentOf.data(input -> { + final char ch = Character.toUpperCase(input.charAt(0)); + return ch == 'S'; }); } Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfTTest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfTTest.java 2017-02-02 07:32:58 UTC (rev 13525) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfTTest.java 2017-02-02 07:38:26 UTC (rev 13526) @@ -22,7 +22,6 @@ import com.gargoylesoftware.htmlunit.BrowserParameterizedRunner; import com.gargoylesoftware.htmlunit.BrowserRunner.Alerts; -import com.google.common.base.Predicate; /** * Tests two Host classes, if one prototype is parent of another. @@ -41,13 +40,9 @@ */ @Parameters public static Collection<Object[]> data() throws Exception { - return HostParentOf.data(new Predicate<String>() { - - @Override - public boolean apply(final String input) { - final char ch = Character.toUpperCase(input.charAt(0)); - return ch >= 'T' && ch <= 'V'; - } + return HostParentOf.data(input -> { + final char ch = Character.toUpperCase(input.charAt(0)); + return ch >= 'T' && ch <= 'V'; }); } Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfWTest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfWTest.java 2017-02-02 07:32:58 UTC (rev 13525) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfWTest.java 2017-02-02 07:38:26 UTC (rev 13526) @@ -26,7 +26,6 @@ import com.gargoylesoftware.htmlunit.BrowserParameterizedRunner; import com.gargoylesoftware.htmlunit.BrowserRunner.Alerts; import com.gargoylesoftware.htmlunit.BrowserRunner.NotYetImplemented; -import com.google.common.base.Predicate; /** * Tests two Host classes, if one prototype is parent of another. @@ -45,13 +44,9 @@ */ @Parameters public static Collection<Object[]> data() throws Exception { - return HostParentOf.data(new Predicate<String>() { - - @Override - public boolean apply(final String input) { - final char ch = Character.toUpperCase(input.charAt(0)); - return ch >= 'W' && ch <= 'Z'; - } + return HostParentOf.data(input -> { + final char ch = Character.toUpperCase(input.charAt(0)); + return ch >= 'W' && ch <= 'Z'; }); } |
From: <rb...@us...> - 2017-03-17 07:35:32
|
Revision: 13802 http://sourceforge.net/p/htmlunit/code/13802 Author: rbri Date: 2017-03-17 07:35:29 +0000 (Fri, 17 Mar 2017) Log Message: ----------- re-tested and fixed for latest chrome Modified Paths: -------------- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfDTest.java trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfHTest.java Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfDTest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfDTest.java 2017-03-16 21:56:01 UTC (rev 13801) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfDTest.java 2017-03-17 07:35:29 UTC (rev 13802) @@ -1933,6 +1933,7 @@ public void _EventTarget_AudioScheduledSourceNode() throws Exception { test("EventTarget", "AudioScheduledSourceNode"); } + /** * @throws Exception if the test fails */ Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfHTest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfHTest.java 2017-03-16 21:56:01 UTC (rev 13801) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfHTest.java 2017-03-17 07:35:29 UTC (rev 13802) @@ -464,8 +464,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "false", - CHROME = "true") + @Alerts("false") public void _HTMLKeygenElement_HTMLKeygenElement() throws Exception { test("HTMLKeygenElement", "HTMLKeygenElement"); } @@ -1215,8 +1214,7 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "false", - CHROME = "true") + @Alerts("false") public void _HTMLElement_HTMLKeygenElement() throws Exception { test("HTMLElement", "HTMLKeygenElement"); } |
From: <rb...@us...> - 2017-03-18 10:46:08
|
Revision: 13816 http://sourceforge.net/p/htmlunit/code/13816 Author: rbri Date: 2017-03-18 10:46:05 +0000 (Sat, 18 Mar 2017) Log Message: ----------- re-tested and fixed for latest chrome; code cleanup Modified Paths: -------------- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfDTest.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/HostParentOfMTest.java trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfPTest.java trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfSTest.java trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfWTest.java Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java 2017-03-18 08:38:28 UTC (rev 13815) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java 2017-03-18 10:46:05 UTC (rev 13816) @@ -386,15 +386,6 @@ * @throws Exception if the test fails */ @Test - @Alerts("false") - public void _AudioContext_webkitAudioContext() throws Exception { - test("AudioContext", "webkitAudioContext"); - } - - /** - * @throws Exception if the test fails - */ - @Test @Alerts(DEFAULT = "true", IE = "false") public void _AudioDestinationNode_AudioDestinationNode() throws Exception { @@ -1122,15 +1113,6 @@ * @throws Exception if the test fails */ @Test - @Alerts("false") - public void _AutocompleteErrorEvent_AutocompleteErrorEvent() throws Exception { - test("AutocompleteErrorEvent", "AutocompleteErrorEvent"); - } - - /** - * @throws Exception if the test fails - */ - @Test @Alerts(DEFAULT = "false", CHROME = "true") public void _ApplicationCacheErrorEvent_ApplicationCacheErrorEvent() throws Exception { Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfDTest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfDTest.java 2017-03-18 08:38:28 UTC (rev 13815) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfDTest.java 2017-03-18 10:46:05 UTC (rev 13816) @@ -562,15 +562,6 @@ * @throws Exception if the test fails */ @Test - @Alerts("false") - public void _Element_HTMLKeygenElement() throws Exception { - test("Element", "HTMLKeygenElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test @Alerts("true") public void _Element_HTMLLIElement() throws Exception { test("Element", "HTMLLIElement"); @@ -1082,15 +1073,6 @@ * @throws Exception if the test fails */ @Test - @Alerts("false") - public void _Element_SVGCursorElement() throws Exception { - test("Element", "SVGCursorElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test @Alerts("true") public void _Element_SVGDefsElement() throws Exception { test("Element", "SVGDefsElement"); @@ -2408,15 +2390,6 @@ * @throws Exception if the test fails */ @Test - @Alerts("false") - public void _EventTarget_HTMLKeygenElement() throws Exception { - test("EventTarget", "HTMLKeygenElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test @Alerts(DEFAULT = "true", IE = "false") public void _EventTarget_HTMLLIElement() throws Exception { @@ -3007,15 +2980,6 @@ * @throws Exception if the test fails */ @Test - @Alerts("false") - public void _EventTarget_SVGCursorElement() throws Exception { - test("EventTarget", "SVGCursorElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test @Alerts(DEFAULT = "true", IE = "false") public void _EventTarget_SVGDefsElement() throws Exception { @@ -4168,15 +4132,6 @@ * @throws Exception if the test fails */ @Test - @Alerts("false") - public void _DOMError_FileError() throws Exception { - test("DOMError", "FileError"); - } - - /** - * @throws Exception if the test fails - */ - @Test @Alerts("true") public void _DOMStringList_DOMStringList() throws Exception { test("DOMStringList", "DOMStringList"); @@ -4245,15 +4200,6 @@ * @throws Exception if the test fails */ @Test - @Alerts("false") - public void _FileError_FileError() throws Exception { - test("FileError", "FileError"); - } - - /** - * @throws Exception if the test fails - */ - @Test @Alerts("true") public void _FileList_FileList() throws Exception { test("FileList", "FileList"); @@ -4739,15 +4685,6 @@ * @throws Exception if the test fails */ @Test - @Alerts("false") - public void _Event_AutocompleteErrorEvent() throws Exception { - test("Event", "AutocompleteErrorEvent"); - } - - /** - * @throws Exception if the test fails - */ - @Test @Alerts(DEFAULT = "true", CHROME = "false") public void _Event_SVGZoomEvent() throws Exception { @@ -5007,15 +4944,6 @@ * @throws Exception if the test fails */ @Test - @Alerts("false") - public void _Event_ServiceWorkerMessageEvent() throws Exception { - test("Event", "ServiceWorkerMessageEvent"); - } - - /** - * @throws Exception if the test fails - */ - @Test @Alerts(DEFAULT = "false", CHROME = "true") public void _Event_BeforeInstallPromptEvent() throws Exception { @@ -5036,42 +4964,6 @@ * @throws Exception if the test fails */ @Test - @Alerts("false") - public void _EventTarget_webkitAudioContext() throws Exception { - test("EventTarget", "webkitAudioContext"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("false") - public void _EventTarget_webkitIDBDatabase() throws Exception { - test("EventTarget", "webkitIDBDatabase"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("false") - public void _EventTarget_webkitIDBRequest() throws Exception { - test("EventTarget", "webkitIDBRequest"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("false") - public void _EventTarget_webkitIDBTransaction() throws Exception { - test("EventTarget", "webkitIDBTransaction"); - } - - /** - * @throws Exception if the test fails - */ - @Test @Alerts(DEFAULT = "false", CHROME = "true") public void _EventTarget_webkitMediaStream() throws Exception { @@ -5082,15 +4974,6 @@ * @throws Exception if the test fails */ @Test - @Alerts("false") - public void _EventTarget_webkitOfflineAudioContext() throws Exception { - test("EventTarget", "webkitOfflineAudioContext"); - } - - /** - * @throws Exception if the test fails - */ - @Test @Alerts(DEFAULT = "false", CHROME = "true") public void _Event_WebKitTransitionEvent() throws Exception { Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfHTest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfHTest.java 2017-03-18 08:38:28 UTC (rev 13815) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfHTest.java 2017-03-18 10:46:05 UTC (rev 13816) @@ -464,15 +464,6 @@ * @throws Exception if the test fails */ @Test - @Alerts("false") - public void _HTMLKeygenElement_HTMLKeygenElement() throws Exception { - test("HTMLKeygenElement", "HTMLKeygenElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test @Alerts("true") public void _HTMLLIElement_HTMLLIElement() throws Exception { test("HTMLLIElement", "HTMLLIElement"); @@ -1214,15 +1205,6 @@ * @throws Exception if the test fails */ @Test - @Alerts("false") - public void _HTMLElement_HTMLKeygenElement() throws Exception { - test("HTMLElement", "HTMLKeygenElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test @Alerts("true") public void _HTMLElement_HTMLLIElement() throws Exception { test("HTMLElement", "HTMLLIElement"); Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfITest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfITest.java 2017-03-18 08:38:28 UTC (rev 13815) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfITest.java 2017-03-18 10:46:05 UTC (rev 13816) @@ -14,8 +14,6 @@ */ package com.gargoylesoftware.htmlunit.general.huge; -import static com.gargoylesoftware.htmlunit.BrowserRunner.Browser.FF; - import java.util.Collection; import org.junit.Test; @@ -24,7 +22,6 @@ import com.gargoylesoftware.htmlunit.BrowserParameterizedRunner; import com.gargoylesoftware.htmlunit.BrowserRunner.Alerts; -import com.gargoylesoftware.htmlunit.BrowserRunner.NotYetImplemented; /** * Tests two Host classes, if one prototype is parent of another. @@ -297,97 +294,6 @@ } /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("false") - public void _IDBCursor_webkitIDBCursor() throws Exception { - test("IDBCursor", "webkitIDBCursor"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("false") - public void _IDBDatabase_webkitIDBDatabase() throws Exception { - test("IDBDatabase", "webkitIDBDatabase"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("false") - public void _IDBFactory_webkitIDBFactory() throws Exception { - test("IDBFactory", "webkitIDBFactory"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("false") - public void _IDBIndex_webkitIDBIndex() throws Exception { - test("IDBIndex", "webkitIDBIndex"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("false") - public void _IDBKeyRange_webkitIDBKeyRange() throws Exception { - test("IDBKeyRange", "webkitIDBKeyRange"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("false") - public void _IDBObjectStore_webkitIDBObjectStore() throws Exception { - test("IDBObjectStore", "webkitIDBObjectStore"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("false") - public void _IDBRequest_webkitIDBRequest() throws Exception { - test("IDBRequest", "webkitIDBRequest"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("false") - public void _IDBTransaction_webkitIDBTransaction() throws Exception { - test("IDBTransaction", "webkitIDBTransaction"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test - @Alerts("false") - @NotYetImplemented(FF) - public void _InstallTrigger_InstallTrigger() throws Exception { - test("InstallTrigger", "InstallTrigger"); - } - - /** * @throws Exception if the test fails */ @Test Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfMTest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfMTest.java 2017-03-18 08:38:28 UTC (rev 13815) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfMTest.java 2017-03-18 10:46:05 UTC (rev 13816) @@ -674,16 +674,6 @@ * if the test fails */ @Test - @Alerts("false") - public void _Node_HTMLKeygenElement() throws Exception { - test("Node", "HTMLKeygenElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test @Alerts("true") public void _Node_HTMLLIElement() throws Exception { test("Node", "HTMLLIElement"); @@ -1227,16 +1217,6 @@ * if the test fails */ @Test - @Alerts("false") - public void _Node_SVGCursorElement() throws Exception { - test("Node", "SVGCursorElement"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test @Alerts("true") public void _Node_SVGDefsElement() throws Exception { test("Node", "SVGDefsElement"); @@ -2565,16 +2545,6 @@ * if the test fails */ @Test - @Alerts("false") - public void _OfflineAudioContext_webkitOfflineAudioContext() throws Exception { - test("OfflineAudioContext", "webkitOfflineAudioContext"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test @Alerts(DEFAULT = "false", FF = "true") public void _MozPowerManager_MozPowerManager() throws Exception { Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfPTest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfPTest.java 2017-03-18 08:38:28 UTC (rev 13815) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfPTest.java 2017-03-18 10:46:05 UTC (rev 13816) @@ -483,16 +483,6 @@ * if the test fails */ @Test - @Alerts("false") - public void _ReadableByteStream_ReadableByteStream() throws Exception { - test("ReadableByteStream", "ReadableByteStream"); - } - - /** - * @throws Exception - * if the test fails - */ - @Test @Alerts(DEFAULT = "false", CHROME = "true") public void _ReadableStream_ReadableStream() throws Exception { Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfSTest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfSTest.java 2017-03-18 08:38:28 UTC (rev 13815) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfSTest.java 2017-03-18 10:46:05 UTC (rev 13816) @@ -171,15 +171,6 @@ * @throws Exception if the test fails */ @Test - @Alerts("false") - public void _SVGCursorElement_SVGCursorElement() throws Exception { - test("SVGCursorElement", "SVGCursorElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test @Alerts("true") public void _SVGDefsElement_SVGDefsElement() throws Exception { test("SVGDefsElement", "SVGDefsElement"); @@ -855,15 +846,6 @@ * @throws Exception if the test fails */ @Test - @Alerts("false") - public void _SVGElement_SVGCursorElement() throws Exception { - test("SVGElement", "SVGCursorElement"); - } - - /** - * @throws Exception if the test fails - */ - @Test @Alerts("true") public void _SVGElement_SVGDefsElement() throws Exception { test("SVGElement", "SVGDefsElement"); @@ -2738,15 +2720,6 @@ * @throws Exception if the test fails */ @Test - @Alerts("false") - public void _ServiceWorkerMessageEvent_ServiceWorkerMessageEvent() throws Exception { - test("ServiceWorkerMessageEvent", "ServiceWorkerMessageEvent"); - } - - /** - * @throws Exception if the test fails - */ - @Test @Alerts(DEFAULT = "false", CHROME = "true") public void _SyncManager_SyncManager() throws Exception { Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfWTest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfWTest.java 2017-03-18 08:38:28 UTC (rev 13815) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfWTest.java 2017-03-18 10:46:05 UTC (rev 13816) @@ -429,227 +429,7 @@ @Test @Alerts(DEFAULT = "false", CHROME = "true") - public void _webkitAudioContext_AudioContext() throws Exception { - test("webkitAudioContext", "AudioContext"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("false") @NotYetImplemented(CHROME) - public void _webkitAudioContext_OfflineAudioContext() throws Exception { - test("webkitAudioContext", "OfflineAudioContext"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _webkitAudioContext_webkitAudioContext() throws Exception { - test("webkitAudioContext", "webkitAudioContext"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("false") - @NotYetImplemented(CHROME) - public void _webkitAudioContext_webkitOfflineAudioContext() throws Exception { - test("webkitAudioContext", "OfflineAudioContext"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _webkitIDBCursor_IDBCursor() throws Exception { - test("webkitIDBCursor", "IDBCursor"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _webkitIDBCursor_IDBCursorWithValue() throws Exception { - test("webkitIDBCursor", "IDBCursorWithValue"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _webkitIDBCursor_webkitIDBCursor() throws Exception { - test("webkitIDBCursor", "webkitIDBCursor"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _webkitIDBDatabase_IDBDatabase() throws Exception { - test("webkitIDBDatabase", "IDBDatabase"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _webkitIDBDatabase_webkitIDBDatabase() throws Exception { - test("webkitIDBDatabase", "webkitIDBDatabase"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _webkitIDBFactory_IDBFactory() throws Exception { - test("webkitIDBFactory", "IDBFactory"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _webkitIDBFactory_webkitIDBFactory() throws Exception { - test("webkitIDBFactory", "webkitIDBFactory"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _webkitIDBIndex_IDBIndex() throws Exception { - test("webkitIDBIndex", "IDBIndex"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _webkitIDBIndex_webkitIDBIndex() throws Exception { - test("webkitIDBIndex", "webkitIDBIndex"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _webkitIDBKeyRange_IDBKeyRange() throws Exception { - test("webkitIDBKeyRange", "IDBKeyRange"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _webkitIDBKeyRange_webkitIDBKeyRange() throws Exception { - test("webkitIDBKeyRange", "webkitIDBKeyRange"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _webkitIDBObjectStore_IDBObjectStore() throws Exception { - test("webkitIDBObjectStore", "IDBObjectStore"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _webkitIDBObjectStore_webkitIDBObjectStore() throws Exception { - test("webkitIDBObjectStore", "webkitIDBObjectStore"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _webkitIDBRequest_IDBOpenDBRequest() throws Exception { - test("webkitIDBRequest", "IDBOpenDBRequest"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _webkitIDBRequest_IDBRequest() throws Exception { - test("webkitIDBRequest", "IDBRequest"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _webkitIDBRequest_webkitIDBRequest() throws Exception { - test("webkitIDBRequest", "webkitIDBRequest"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _webkitIDBTransaction_IDBTransaction() throws Exception { - test("webkitIDBTransaction", "IDBTransaction"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _webkitIDBTransaction_webkitIDBTransaction() throws Exception { - test("webkitIDBTransaction", "webkitIDBTransaction"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - @NotYetImplemented(CHROME) public void _webkitMediaStream_MediaStream() throws Exception { test("webkitMediaStream", "MediaStream"); } @@ -670,26 +450,6 @@ @Test @Alerts(DEFAULT = "false", CHROME = "true") - public void _webkitOfflineAudioContext_OfflineAudioContext() throws Exception { - test("webkitOfflineAudioContext", "OfflineAudioContext"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _webkitOfflineAudioContext_webkitOfflineAudioContext() throws Exception { - test("webkitOfflineAudioContext", "webkitOfflineAudioContext"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") public void _webkitSpeechGrammarList_webkitSpeechGrammarList() throws Exception { test("webkitSpeechGrammarList", "webkitSpeechGrammarList"); } |
From: <asa...@us...> - 2017-03-20 07:57:22
|
Revision: 13836 http://sourceforge.net/p/htmlunit/code/13836 Author: asashour Date: 2017-03-20 07:57:19 +0000 (Mon, 20 Mar 2017) Log Message: ----------- @NYI Modified Paths: -------------- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOf.java trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfITest.java Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOf.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOf.java 2017-03-20 07:15:07 UTC (rev 13835) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOf.java 2017-03-20 07:57:19 UTC (rev 13836) @@ -101,7 +101,7 @@ + " }\n" + "</script></head><body onload='test()'>\n" + "</body></html>"; - +System.out.println(html); loadPageWithAlerts2(html); } Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfITest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfITest.java 2017-03-20 07:15:07 UTC (rev 13835) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfITest.java 2017-03-20 07:57:19 UTC (rev 13836) @@ -14,6 +14,8 @@ */ package com.gargoylesoftware.htmlunit.general.huge; +import static com.gargoylesoftware.htmlunit.BrowserRunner.Browser.FF; + import java.util.Collection; import org.junit.Test; @@ -22,6 +24,7 @@ import com.gargoylesoftware.htmlunit.BrowserParameterizedRunner; import com.gargoylesoftware.htmlunit.BrowserRunner.Alerts; +import com.gargoylesoftware.htmlunit.BrowserRunner.NotYetImplemented; /** * Tests two Host classes, if one prototype is parent of another. @@ -373,4 +376,14 @@ test("ImageBitmapRenderingContext", "ImageBitmapRenderingContext"); } + /** + * @throws Exception if the test fails + */ + @Test + @Alerts("false") + @NotYetImplemented(FF) + public void _InstallTrigger_InstallTrigger() throws Exception { + test("InstallTrigger", "InstallTrigger"); + } + } |
From: <rb...@us...> - 2017-04-30 16:18:11
|
Revision: 14302 http://sourceforge.net/p/htmlunit/code/14302 Author: rbri Date: 2017-04-30 16:18:08 +0000 (Sun, 30 Apr 2017) Log Message: ----------- ff52 expectations Modified Paths: -------------- 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/HostParentOfMTest.java trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfPTest.java trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfSTest.java Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java 2017-04-30 05:35:53 UTC (rev 14301) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java 2017-04-30 16:18:08 UTC (rev 14302) @@ -345,6 +345,16 @@ * @throws Exception if the test fails */ @Test + @Alerts(DEFAULT = "false", + FF52 = "true") + public void _Audio_HTMLAudioElement() throws Exception { + test("Audio", "HTMLAudioElement"); + } + + /** + * @throws Exception if the test fails + */ + @Test @Alerts("true") public void _Audio_Audio() throws Exception { test("Audio", "Audio"); Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfHTest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfHTest.java 2017-04-30 05:35:53 UTC (rev 14301) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfHTest.java 2017-04-30 16:18:08 UTC (rev 14302) @@ -272,6 +272,7 @@ */ @Test @Alerts(DEFAULT = "false", + FF52 = "true", CHROME = "true") public void _HTMLDetailsElement_HTMLDetailsElement() throws Exception { test("HTMLDetailsElement", "HTMLDetailsElement"); @@ -1040,6 +1041,7 @@ */ @Test @Alerts(DEFAULT = "false", + FF52 = "true", CHROME = "true") public void _HTMLElement_HTMLDetailsElement() throws Exception { test("HTMLElement", "HTMLDetailsElement"); @@ -1685,6 +1687,7 @@ */ @Test @Alerts(DEFAULT = "true", + FF52 = "false", IE = "false") public void _HTMLElement_HTMLShadowElement() throws Exception { test("HTMLElement", "HTMLShadowElement"); @@ -1695,6 +1698,7 @@ */ @Test @Alerts(DEFAULT = "true", + FF52 = "false", IE = "false") public void _HTMLShadowElement_HTMLShadowElement() throws Exception { test("HTMLShadowElement", "HTMLShadowElement"); @@ -1705,6 +1709,7 @@ */ @Test @Alerts(DEFAULT = "true", + FF52 = "false", IE = "false") public void _HTMLContentElement_HTMLContentElement() throws Exception { test("HTMLContentElement", "HTMLContentElement"); @@ -1715,6 +1720,7 @@ */ @Test @Alerts(DEFAULT = "true", + FF52 = "false", IE = "false") public void _HTMLElement_HTMLContentElement() throws Exception { test("HTMLElement", "HTMLContentElement"); Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfITest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfITest.java 2017-04-30 05:35:53 UTC (rev 14301) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfITest.java 2017-04-30 16:18:08 UTC (rev 14302) @@ -331,7 +331,8 @@ */ @Test @Alerts(DEFAULT = "false", - CHROME = "true") + CHROME = "true", + FF52 = "true") public void _IIRFilterNode_IIRFilterNode() throws Exception { test("IIRFilterNode", "IIRFilterNode"); } @@ -371,7 +372,8 @@ */ @Test @Alerts(DEFAULT = "false", - CHROME = "true") + CHROME = "true", + FF52 = "true") public void _ImageBitmapRenderingContext_ImageBitmapRenderingContext() throws Exception { test("ImageBitmapRenderingContext", "ImageBitmapRenderingContext"); } Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfMTest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfMTest.java 2017-04-30 05:35:53 UTC (rev 14301) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfMTest.java 2017-04-30 16:18:08 UTC (rev 14302) @@ -461,6 +461,7 @@ */ @Test @Alerts(DEFAULT = "false", + FF52 = "true", CHROME = "true") public void _Node_HTMLDetailsElement() throws Exception { test("Node", "HTMLDetailsElement"); @@ -1164,7 +1165,7 @@ */ @Test @Alerts(DEFAULT = "false", - FF = "true") + FF45 = "true") public void _Node_SVGAltGlyphElement() throws Exception { test("Node", "SVGAltGlyphElement"); } @@ -1821,7 +1822,7 @@ */ @Test @Alerts(DEFAULT = "false", - FF = "true") + FF45 = "true") public void _Node_SVGDocument() throws Exception { test("Node", "SVGDocument"); } @@ -1862,6 +1863,7 @@ */ @Test @Alerts(DEFAULT = "true", + FF52 = "false", IE = "false") public void _Node_HTMLShadowElement() throws Exception { test("Node", "HTMLShadowElement"); @@ -1950,6 +1952,7 @@ */ @Test @Alerts(DEFAULT = "true", + FF52 = "false", IE = "false") public void _Node_HTMLContentElement() throws Exception { test("Node", "HTMLContentElement"); @@ -2240,7 +2243,7 @@ */ @Test @Alerts(DEFAULT = "false", - FF = "true") + FF45 = "true") public void _MozContactChangeEvent_MozContactChangeEvent() throws Exception { test("MozContactChangeEvent", "MozContactChangeEvent"); } @@ -2251,7 +2254,7 @@ */ @Test @Alerts(DEFAULT = "false", - FF = "true") + FF45 = "true") public void _MozSettingsEvent_MozSettingsEvent() throws Exception { test("MozSettingsEvent", "MozSettingsEvent"); } @@ -2556,7 +2559,7 @@ */ @Test @Alerts(DEFAULT = "false", - FF = "true") + FF45 = "true") public void _MozPowerManager_MozPowerManager() throws Exception { test("MozPowerManager", "MozPowerManager"); } @@ -2656,7 +2659,7 @@ */ @Test @Alerts(DEFAULT = "false", - FF = "true") + FF45 = "true") public void _MozCSSKeyframesRule_MozCSSKeyframesRule() throws Exception { test("MozCSSKeyframesRule", "MozCSSKeyframesRule"); } Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfPTest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfPTest.java 2017-04-30 05:35:53 UTC (rev 14301) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfPTest.java 2017-04-30 16:18:08 UTC (rev 14302) @@ -462,6 +462,7 @@ */ @Test @Alerts(DEFAULT = "false", + FF52 = "true", CHROME = "true") public void _PermissionStatus_PermissionStatus() throws Exception { test("PermissionStatus", "PermissionStatus"); @@ -473,6 +474,7 @@ */ @Test @Alerts(DEFAULT = "false", + FF52 = "true", CHROME = "true") public void _Permissions_Permissions() throws Exception { test("Permissions", "Permissions"); Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfSTest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfSTest.java 2017-04-30 05:35:53 UTC (rev 14301) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfSTest.java 2017-04-30 16:18:08 UTC (rev 14302) @@ -65,7 +65,7 @@ */ @Test @Alerts(DEFAULT = "false", - FF = "true") + FF45 = "true") public void _SVGAltGlyphElement_SVGAltGlyphElement() throws Exception { test("SVGAltGlyphElement", "SVGAltGlyphElement"); } @@ -661,7 +661,7 @@ */ @Test @Alerts(DEFAULT = "false", - FF = "true") + FF45 = "true") public void _SVGTextContentElement_SVGAltGlyphElement() throws Exception { test("SVGTextContentElement", "SVGAltGlyphElement"); } @@ -689,7 +689,7 @@ */ @Test @Alerts(DEFAULT = "false", - FF = "true") + FF45 = "true") public void _SVGTextPositioningElement_SVGAltGlyphElement() throws Exception { test("SVGTextPositioningElement", "SVGAltGlyphElement"); } @@ -789,7 +789,7 @@ */ @Test @Alerts(DEFAULT = "false", - FF = "true") + FF45 = "true") public void _SVGElement_SVGAltGlyphElement() throws Exception { test("SVGElement", "SVGAltGlyphElement"); } @@ -1608,7 +1608,7 @@ */ @Test @Alerts(DEFAULT = "false", - FF = "true") + FF45 = "true") public void _SVGDocument_SVGDocument() throws Exception { test("SVGDocument", "SVGDocument"); } @@ -1752,7 +1752,8 @@ */ @Test @Alerts(DEFAULT = "false", - CHROME = "true") + CHROME = "true", + FF52 = "true") public void _SpeechSynthesisUtterance_SpeechSynthesisUtterance() throws Exception { test("SpeechSynthesisUtterance", "SpeechSynthesisUtterance"); } @@ -2417,7 +2418,18 @@ */ @Test @Alerts(DEFAULT = "false", - CHROME = "true") + FF52 = "true") + public void _SpeechSynthesis_SpeechSynthesis() throws Exception { + test("SpeechSynthesis", "SpeechSynthesis"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + CHROME = "true", + FF52 = "true") public void _SpeechSynthesisEvent_SpeechSynthesisEvent() throws Exception { test("SpeechSynthesisEvent", "SpeechSynthesisEvent"); } @@ -2530,7 +2542,7 @@ */ @Test @Alerts(DEFAULT = "false", - FF = "true") + FF45 = "true") public void _SVGGraphicsElement_SVGAltGlyphElement() throws Exception { test("SVGGraphicsElement", "SVGAltGlyphElement"); } |
From: <asa...@us...> - 2017-05-31 07:13:19
|
Revision: 14502 http://sourceforge.net/p/htmlunit/code/14502 Author: asashour Date: 2017-05-31 07:13:15 +0000 (Wed, 31 May 2017) Log Message: ----------- huge tests: sort methods Modified Paths: -------------- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfDTest.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/HostParentOfMTest.java trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfPTest.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 trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfWTest.java Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java 2017-05-31 06:53:27 UTC (rev 14501) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java 2017-05-31 07:13:15 UTC (rev 14502) @@ -54,9 +54,10 @@ * @throws Exception if the test fails */ @Test - @Alerts("true") - public void _ArrayBuffer_ArrayBuffer() throws Exception { - test("ArrayBuffer", "ArrayBuffer"); + @Alerts(DEFAULT = "false", + IE = "true") + public void _ActiveXObject_ActiveXObject() throws Exception { + test("ActiveXObject", "ActiveXObject"); } /** @@ -63,9 +64,10 @@ * @throws Exception if the test fails */ @Test - @Alerts("true") - public void _Attr_Attr() throws Exception { - test("Attr", "Attr"); + @Alerts(DEFAULT = "true", + IE = "false") + public void _AnalyserNode_AnalyserNode() throws Exception { + test("AnalyserNode", "AnalyserNode"); } /** @@ -74,8 +76,8 @@ @Test @Alerts(DEFAULT = "false", IE = "true") - public void _ActiveXObject_ActiveXObject() throws Exception { - test("ActiveXObject", "ActiveXObject"); + public void _ANGLE_instanced_arrays_ANGLE_instanced_arrays() throws Exception { + test("ANGLE_instanced_arrays", "ANGLE_instanced_arrays"); } /** @@ -82,10 +84,10 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "true", - FF = "false") - public void _ApplicationCache_ApplicationCache() throws Exception { - test("ApplicationCache", "ApplicationCache"); + @Alerts(DEFAULT = "false", + FF52 = "true") + public void _Animation_Animation() throws Exception { + test("Animation", "Animation"); } /** @@ -93,8 +95,8 @@ */ @Test @Alerts("true") - public void _BeforeUnloadEvent_BeforeUnloadEvent() throws Exception { - test("BeforeUnloadEvent", "BeforeUnloadEvent"); + public void _AnimationEvent_AnimationEvent() throws Exception { + test("AnimationEvent", "AnimationEvent"); } /** @@ -101,9 +103,10 @@ * @throws Exception if the test fails */ @Test - @Alerts("true") - public void _CDATASection_CDATASection() throws Exception { - test("CDATASection", "CDATASection"); + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _AnimationEvent_WebKitAnimationEvent() throws Exception { + test("AnimationEvent", "WebKitAnimationEvent"); } /** @@ -111,9 +114,9 @@ */ @Test @Alerts(DEFAULT = "false", - FF = "true") - public void _CSS2Properties_CSS2Properties() throws Exception { - test("CSS2Properties", "CSS2Properties"); + CHROME = "true") + public void _AppBannerPromptResult_AppBannerPromptResult() throws Exception { + test("AppBannerPromptResult", "AppBannerPromptResult"); } /** @@ -120,9 +123,10 @@ * @throws Exception if the test fails */ @Test - @Alerts("true") - public void _CSSFontFaceRule_CSSFontFaceRule() throws Exception { - test("CSSFontFaceRule", "CSSFontFaceRule"); + @Alerts(DEFAULT = "true", + FF = "false") + public void _ApplicationCache_ApplicationCache() throws Exception { + test("ApplicationCache", "ApplicationCache"); } /** @@ -129,9 +133,10 @@ * @throws Exception if the test fails */ @Test - @Alerts("true") - public void _CSSImportRule_CSSImportRule() throws Exception { - test("CSSImportRule", "CSSImportRule"); + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _ApplicationCacheErrorEvent_ApplicationCacheErrorEvent() throws Exception { + test("ApplicationCacheErrorEvent", "ApplicationCacheErrorEvent"); } /** @@ -139,8 +144,8 @@ */ @Test @Alerts("true") - public void _CSSMediaRule_CSSMediaRule() throws Exception { - test("CSSMediaRule", "CSSMediaRule"); + public void _ArrayBuffer_ArrayBuffer() throws Exception { + test("ArrayBuffer", "ArrayBuffer"); } /** @@ -147,10 +152,9 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "false", - FF = "true") - public void _CSSPrimitiveValue_CSSPrimitiveValue() throws Exception { - test("CSSPrimitiveValue", "CSSPrimitiveValue"); + @Alerts("true") + public void _Attr_Attr() throws Exception { + test("Attr", "Attr"); } /** @@ -158,8 +162,8 @@ */ @Test @Alerts("true") - public void _CSSRule_CSSRule() throws Exception { - test("CSSRule", "CSSRule"); + public void _Audio_Audio() throws Exception { + test("Audio", "Audio"); } /** @@ -166,9 +170,11 @@ * @throws Exception if the test fails */ @Test - @Alerts("true") - public void _CSSRuleList_CSSRuleList() throws Exception { - test("CSSRuleList", "CSSRuleList"); + @Alerts(DEFAULT = "false", + FF52 = "true") + @NotYetImplemented(FF52) + public void _Audio_HTMLAudioElement() throws Exception { + test("Audio", "HTMLAudioElement"); } /** @@ -175,9 +181,10 @@ * @throws Exception if the test fails */ @Test - @Alerts("true") - public void _CSSStyleDeclaration_CSSStyleDeclaration() throws Exception { - test("CSSStyleDeclaration", "CSSStyleDeclaration"); + @Alerts(DEFAULT = "true", + IE = "false") + public void _AudioBuffer_AudioBuffer() throws Exception { + test("AudioBuffer", "AudioBuffer"); } /** @@ -184,9 +191,10 @@ * @throws Exception if the test fails */ @Test - @Alerts("true") - public void _CSSStyleRule_CSSStyleRule() throws Exception { - test("CSSStyleRule", "CSSStyleRule"); + @Alerts(DEFAULT = "true", + IE = "false") + public void _AudioBufferSourceNode_AudioBufferSourceNode() throws Exception { + test("AudioBufferSourceNode", "AudioBufferSourceNode"); } /** @@ -193,9 +201,10 @@ * @throws Exception if the test fails */ @Test - @Alerts("true") - public void _CSSStyleSheet_CSSStyleSheet() throws Exception { - test("CSSStyleSheet", "CSSStyleSheet"); + @Alerts(DEFAULT = "true", + IE = "false") + public void _AudioContext_AudioContext() throws Exception { + test("AudioContext", "AudioContext"); } /** @@ -204,8 +213,9 @@ @Test @Alerts(DEFAULT = "false", FF = "true") - public void _CSSValue_CSSValue() throws Exception { - test("CSSValue", "CSSValue"); + @NotYetImplemented(CHROME) + public void _AudioContext_OfflineAudioContext() throws Exception { + test("AudioContext", "OfflineAudioContext"); } /** @@ -212,9 +222,10 @@ * @throws Exception if the test fails */ @Test - @Alerts("true") - public void _CanvasRenderingContext2D_CanvasRenderingContext2D() throws Exception { - test("CanvasRenderingContext2D", "CanvasRenderingContext2D"); + @Alerts(DEFAULT = "true", + IE = "false") + public void _AudioDestinationNode_AudioDestinationNode() throws Exception { + test("AudioDestinationNode", "AudioDestinationNode"); } /** @@ -222,9 +233,9 @@ */ @Test @Alerts(DEFAULT = "true", - FF = "false") - public void _ClientRect_ClientRect() throws Exception { - test("ClientRect", "ClientRect"); + IE = "false") + public void _AudioListener_AudioListener() throws Exception { + test("AudioListener", "AudioListener"); } /** @@ -231,9 +242,10 @@ * @throws Exception if the test fails */ @Test - @Alerts("true") - public void _Comment_Comment() throws Exception { - test("Comment", "Comment"); + @Alerts(DEFAULT = "true", + IE = "false") + public void _AudioNode_AnalyserNode() throws Exception { + test("AudioNode", "AnalyserNode"); } /** @@ -240,10 +252,10 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "false", - IE = "true") - public void _Console_Console() throws Exception { - test("Console", "Console"); + @Alerts(DEFAULT = "true", + IE = "false") + public void _AudioNode_AudioBufferSourceNode() throws Exception { + test("AudioNode", "AudioBufferSourceNode"); } /** @@ -250,10 +262,10 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "false", - IE = "true") - public void _Coordinates_Coordinates() throws Exception { - test("Coordinates", "Coordinates"); + @Alerts(DEFAULT = "true", + IE = "false") + public void _AudioNode_AudioDestinationNode() throws Exception { + test("AudioNode", "AudioDestinationNode"); } /** @@ -260,9 +272,10 @@ * @throws Exception if the test fails */ @Test - @Alerts("true") - public void _CSSRule_CSSFontFaceRule() throws Exception { - test("CSSRule", "CSSFontFaceRule"); + @Alerts(DEFAULT = "true", + IE = "false") + public void _AudioNode_AudioNode() throws Exception { + test("AudioNode", "AudioNode"); } /** @@ -269,9 +282,10 @@ * @throws Exception if the test fails */ @Test - @Alerts("true") - public void _CSSRule_CSSImportRule() throws Exception { - test("CSSRule", "CSSImportRule"); + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _AudioNode_AudioScheduledSourceNode() throws Exception { + test("AudioNode", "AudioScheduledSourceNode"); } /** @@ -278,9 +292,10 @@ * @throws Exception if the test fails */ @Test - @Alerts("true") - public void _CSSRule_CSSMediaRule() throws Exception { - test("CSSRule", "CSSMediaRule"); + @Alerts(DEFAULT = "true", + IE = "false") + public void _AudioNode_BiquadFilterNode() throws Exception { + test("AudioNode", "BiquadFilterNode"); } /** @@ -287,9 +302,10 @@ * @throws Exception if the test fails */ @Test - @Alerts("true") - public void _CSSRule_CSSStyleRule() throws Exception { - test("CSSRule", "CSSStyleRule"); + @Alerts(DEFAULT = "true", + IE = "false") + public void _AudioNode_ChannelMergerNode() throws Exception { + test("AudioNode", "ChannelMergerNode"); } /** @@ -296,10 +312,10 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "false", - FF = "true") - public void _CSSStyleDeclaration_CSS2Properties() throws Exception { - test("CSSStyleDeclaration", "CSS2Properties"); + @Alerts(DEFAULT = "true", + IE = "false") + public void _AudioNode_ChannelSplitterNode() throws Exception { + test("AudioNode", "ChannelSplitterNode"); } /** @@ -307,9 +323,11 @@ */ @Test @Alerts(DEFAULT = "false", - FF = "true") - public void _CSSValue_CSSPrimitiveValue() throws Exception { - test("CSSValue", "CSSPrimitiveValue"); + FF52 = "true", + CHROME = "true") + @NotYetImplemented(FF52) + public void _AudioNode_ConstantSourceNode() throws Exception { + test("AudioNode", "ConstantSourceNode"); } /** @@ -318,8 +336,8 @@ @Test @Alerts(DEFAULT = "true", IE = "false") - public void _AnalyserNode_AnalyserNode() throws Exception { - test("AnalyserNode", "AnalyserNode"); + public void _AudioNode_ConvolverNode() throws Exception { + test("AudioNode", "ConvolverNode"); } /** @@ -328,8 +346,8 @@ @Test @Alerts(DEFAULT = "true", IE = "false") - public void _AudioParam_AudioParam() throws Exception { - test("AudioParam", "AudioParam"); + public void _AudioNode_DelayNode() throws Exception { + test("AudioNode", "DelayNode"); } /** @@ -338,8 +356,8 @@ @Test @Alerts(DEFAULT = "true", IE = "false") - public void _ChannelMergerNode_ChannelMergerNode() throws Exception { - test("ChannelMergerNode", "ChannelMergerNode"); + public void _AudioNode_DynamicsCompressorNode() throws Exception { + test("AudioNode", "DynamicsCompressorNode"); } /** @@ -346,11 +364,10 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "false", - FF52 = "true") - @NotYetImplemented(FF52) - public void _Audio_HTMLAudioElement() throws Exception { - test("Audio", "HTMLAudioElement"); + @Alerts(DEFAULT = "true", + IE = "false") + public void _AudioNode_GainNode() throws Exception { + test("AudioNode", "GainNode"); } /** @@ -357,9 +374,11 @@ * @throws Exception if the test fails */ @Test - @Alerts("true") - public void _Audio_Audio() throws Exception { - test("Audio", "Audio"); + @Alerts(DEFAULT = "false", + FF52 = "true", + CHROME = "true") + public void _AudioNode_IIRFilterNode() throws Exception { + test("AudioNode", "IIRFilterNode"); } /** @@ -368,8 +387,8 @@ @Test @Alerts(DEFAULT = "true", IE = "false") - public void _AudioBuffer_AudioBuffer() throws Exception { - test("AudioBuffer", "AudioBuffer"); + public void _AudioNode_MediaElementAudioSourceNode() throws Exception { + test("AudioNode", "MediaElementAudioSourceNode"); } /** @@ -378,8 +397,8 @@ @Test @Alerts(DEFAULT = "true", IE = "false") - public void _AudioBufferSourceNode_AudioBufferSourceNode() throws Exception { - test("AudioBufferSourceNode", "AudioBufferSourceNode"); + public void _AudioNode_MediaStreamAudioDestinationNode() throws Exception { + test("AudioNode", "MediaStreamAudioDestinationNode"); } /** @@ -388,8 +407,8 @@ @Test @Alerts(DEFAULT = "true", IE = "false") - public void _AudioContext_AudioContext() throws Exception { - test("AudioContext", "AudioContext"); + public void _AudioNode_MediaStreamAudioSourceNode() throws Exception { + test("AudioNode", "MediaStreamAudioSourceNode"); } /** @@ -396,11 +415,10 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "false", - FF = "true") - @NotYetImplemented(CHROME) - public void _AudioContext_OfflineAudioContext() throws Exception { - test("AudioContext", "OfflineAudioContext"); + @Alerts(DEFAULT = "true", + IE = "false") + public void _AudioNode_OscillatorNode() throws Exception { + test("AudioNode", "OscillatorNode"); } /** @@ -409,8 +427,8 @@ @Test @Alerts(DEFAULT = "true", IE = "false") - public void _AudioDestinationNode_AudioDestinationNode() throws Exception { - test("AudioDestinationNode", "AudioDestinationNode"); + public void _AudioNode_PannerNode() throws Exception { + test("AudioNode", "PannerNode"); } /** @@ -419,8 +437,8 @@ @Test @Alerts(DEFAULT = "true", IE = "false") - public void _AudioListener_AudioListener() throws Exception { - test("AudioListener", "AudioListener"); + public void _AudioNode_ScriptProcessorNode() throws Exception { + test("AudioNode", "ScriptProcessorNode"); } /** @@ -429,8 +447,8 @@ @Test @Alerts(DEFAULT = "true", IE = "false") - public void _AudioNode_AnalyserNode() throws Exception { - test("AudioNode", "AnalyserNode"); + public void _AudioNode_StereoPannerNode() throws Exception { + test("AudioNode", "StereoPannerNode"); } /** @@ -439,8 +457,8 @@ @Test @Alerts(DEFAULT = "true", IE = "false") - public void _AudioNode_AudioBufferSourceNode() throws Exception { - test("AudioNode", "AudioBufferSourceNode"); + public void _AudioNode_WaveShaperNode() throws Exception { + test("AudioNode", "WaveShaperNode"); } /** @@ -449,8 +467,8 @@ @Test @Alerts(DEFAULT = "true", IE = "false") - public void _AudioNode_AudioDestinationNode() throws Exception { - test("AudioNode", "AudioDestinationNode"); + public void _AudioParam_AudioParam() throws Exception { + test("AudioParam", "AudioParam"); } /** @@ -459,8 +477,8 @@ @Test @Alerts(DEFAULT = "true", IE = "false") - public void _AudioNode_AudioNode() throws Exception { - test("AudioNode", "AudioNode"); + public void _AudioProcessingEvent_AudioProcessingEvent() throws Exception { + test("AudioProcessingEvent", "AudioProcessingEvent"); } /** @@ -469,8 +487,9 @@ @Test @Alerts(DEFAULT = "false", CHROME = "true") - public void _AudioNode_AudioScheduledSourceNode() throws Exception { - test("AudioNode", "AudioScheduledSourceNode"); + @NotYetImplemented(CHROME) + public void _AudioScheduledSourceNode_AudioBufferSourceNode() throws Exception { + test("AudioScheduledSourceNode", "AudioBufferSourceNode"); } /** @@ -477,10 +496,10 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _AudioNode_BiquadFilterNode() throws Exception { - test("AudioNode", "BiquadFilterNode"); + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _AudioScheduledSourceNode_AudioScheduledSourceNode() throws Exception { + test("AudioScheduledSourceNode", "AudioScheduledSourceNode"); } /** @@ -487,10 +506,10 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _AudioNode_ChannelMergerNode() throws Exception { - test("AudioNode", "ChannelMergerNode"); + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _AudioScheduledSourceNode_ConstantSourceNode() throws Exception { + test("AudioScheduledSourceNode", "ConstantSourceNode"); } /** @@ -497,10 +516,11 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _AudioNode_ChannelSplitterNode() throws Exception { - test("AudioNode", "ChannelSplitterNode"); + @Alerts(DEFAULT = "false", + CHROME = "true") + @NotYetImplemented(CHROME) + public void _AudioScheduledSourceNode_OscillatorNode() throws Exception { + test("AudioScheduledSourceNode", "OscillatorNode"); } /** @@ -509,8 +529,8 @@ @Test @Alerts(DEFAULT = "true", IE = "false") - public void _AudioNode_ConvolverNode() throws Exception { - test("AudioNode", "ConvolverNode"); + public void _BarProp_BarProp() throws Exception { + test("BarProp", "BarProp"); } /** @@ -517,10 +537,10 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _AudioNode_DelayNode() throws Exception { - test("AudioNode", "DelayNode"); + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _BaseAudioContext_AudioContext() throws Exception { + test("BaseAudioContext", "AudioContext"); } /** @@ -527,10 +547,10 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _AudioProcessingEvent_AudioProcessingEvent() throws Exception { - test("AudioProcessingEvent", "AudioProcessingEvent"); + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _BaseAudioContext_BaseAudioContext() throws Exception { + test("BaseAudioContext", "BaseAudioContext"); } /** @@ -539,9 +559,8 @@ @Test @Alerts(DEFAULT = "false", CHROME = "true") - @NotYetImplemented(CHROME) - public void _AudioScheduledSourceNode_AudioBufferSourceNode() throws Exception { - test("AudioScheduledSourceNode", "AudioBufferSourceNode"); + public void _BaseAudioContext_OfflineAudioContext() throws Exception { + test("BaseAudioContext", "OfflineAudioContext"); } /** @@ -548,10 +567,10 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _AudioScheduledSourceNode_AudioScheduledSourceNode() throws Exception { - test("AudioScheduledSourceNode", "AudioScheduledSourceNode"); + @Alerts(DEFAULT = "true", + IE = "false") + public void _BatteryManager_BatteryManager() throws Exception { + test("BatteryManager", "BatteryManager"); } /** @@ -560,8 +579,8 @@ @Test @Alerts(DEFAULT = "false", CHROME = "true") - public void _AudioScheduledSourceNode_ConstantSourceNode() throws Exception { - test("AudioScheduledSourceNode", "ConstantSourceNode"); + public void _BeforeInstallPromptEvent_BeforeInstallPromptEvent() throws Exception { + test("BeforeInstallPromptEvent", "BeforeInstallPromptEvent"); } /** @@ -568,11 +587,9 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - @NotYetImplemented(CHROME) - public void _AudioScheduledSourceNode_OscillatorNode() throws Exception { - test("AudioScheduledSourceNode", "OscillatorNode"); + @Alerts("true") + public void _BeforeUnloadEvent_BeforeUnloadEvent() throws Exception { + test("BeforeUnloadEvent", "BeforeUnloadEvent"); } /** @@ -589,10 +606,28 @@ * @throws Exception if the test fails */ @Test + @Alerts("true") + public void _Blob_Blob() throws Exception { + test("Blob", "Blob"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts("true") + public void _Blob_File() throws Exception { + test("Blob", "File"); + } + + /** + * @throws Exception if the test fails + */ + @Test @Alerts(DEFAULT = "true", IE = "false") - public void _ChannelSplitterNode_ChannelSplitterNode() throws Exception { - test("ChannelSplitterNode", "ChannelSplitterNode"); + public void _BlobEvent_BlobEvent() throws Exception { + test("BlobEvent", "BlobEvent"); } /** @@ -601,8 +636,8 @@ @Test @Alerts(DEFAULT = "true", IE = "false") - public void _ConvolverNode_ConvolverNode() throws Exception { - test("ConvolverNode", "ConvolverNode"); + public void _BroadcastChannel_BroadcastChannel() throws Exception { + test("BroadcastChannel", "BroadcastChannel"); } /** @@ -609,9 +644,10 @@ * @throws Exception if the test fails */ @Test - @Alerts("true") - public void _CSSPageRule_CSSPageRule() throws Exception { - test("CSSPageRule", "CSSPageRule"); + @Alerts(DEFAULT = "true", + IE = "false") + public void _Cache_Cache() throws Exception { + test("Cache", "Cache"); } /** @@ -618,9 +654,10 @@ * @throws Exception if the test fails */ @Test - @Alerts("true") - public void _CSSRule_CSSPageRule() throws Exception { - test("CSSRule", "CSSPageRule"); + @Alerts(DEFAULT = "true", + IE = "false") + public void _CacheStorage_CacheStorage() throws Exception { + test("CacheStorage", "CacheStorage"); } /** @@ -627,10 +664,10 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "true", - FF = "false") - public void _ClientRectList_ClientRectList() throws Exception { - test("ClientRectList", "ClientRectList"); + @Alerts(DEFAULT = "false", + FF = "true") + public void _CanvasCaptureMediaStream_CanvasCaptureMediaStream() throws Exception { + test("CanvasCaptureMediaStream", "CanvasCaptureMediaStream"); } /** @@ -637,10 +674,10 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _AudioNode_DynamicsCompressorNode() throws Exception { - test("AudioNode", "DynamicsCompressorNode"); + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _CanvasCaptureMediaStreamTrack_CanvasCaptureMediaStreamTrack() throws Exception { + test("CanvasCaptureMediaStreamTrack", "CanvasCaptureMediaStreamTrack"); } /** @@ -647,10 +684,9 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _AudioNode_GainNode() throws Exception { - test("AudioNode", "GainNode"); + @Alerts("true") + public void _CanvasGradient_CanvasGradient() throws Exception { + test("CanvasGradient", "CanvasGradient"); } /** @@ -657,10 +693,9 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _AudioNode_MediaStreamAudioDestinationNode() throws Exception { - test("AudioNode", "MediaStreamAudioDestinationNode"); + @Alerts("true") + public void _CanvasPattern_CanvasPattern() throws Exception { + test("CanvasPattern", "CanvasPattern"); } /** @@ -667,10 +702,9 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _AudioNode_MediaStreamAudioSourceNode() throws Exception { - test("AudioNode", "MediaStreamAudioSourceNode"); + @Alerts("true") + public void _CanvasRenderingContext2D_CanvasRenderingContext2D() throws Exception { + test("CanvasRenderingContext2D", "CanvasRenderingContext2D"); } /** @@ -677,10 +711,10 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _AudioNode_OscillatorNode() throws Exception { - test("AudioNode", "OscillatorNode"); + @Alerts(DEFAULT = "false", + FF = "true") + public void _CaretPosition_CaretPosition() throws Exception { + test("CaretPosition", "CaretPosition"); } /** @@ -687,10 +721,9 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _AudioNode_PannerNode() throws Exception { - test("AudioNode", "PannerNode"); + @Alerts("true") + public void _CDATASection_CDATASection() throws Exception { + test("CDATASection", "CDATASection"); } /** @@ -699,8 +732,8 @@ @Test @Alerts(DEFAULT = "true", IE = "false") - public void _AudioNode_ScriptProcessorNode() throws Exception { - test("AudioNode", "ScriptProcessorNode"); + public void _ChannelMergerNode_ChannelMergerNode() throws Exception { + test("ChannelMergerNode", "ChannelMergerNode"); } /** @@ -709,8 +742,8 @@ @Test @Alerts(DEFAULT = "true", IE = "false") - public void _AudioNode_WaveShaperNode() throws Exception { - test("AudioNode", "WaveShaperNode"); + public void _ChannelSplitterNode_ChannelSplitterNode() throws Exception { + test("ChannelSplitterNode", "ChannelSplitterNode"); } /** @@ -763,9 +796,9 @@ */ @Test @Alerts(DEFAULT = "true", - IE = "false") - public void _AudioNode_MediaElementAudioSourceNode() throws Exception { - test("AudioNode", "MediaElementAudioSourceNode"); + FF = "false") + public void _ClientRect_ClientRect() throws Exception { + test("ClientRect", "ClientRect"); } /** @@ -773,9 +806,9 @@ */ @Test @Alerts(DEFAULT = "true", - FF45 = "false") - public void _CSSKeyframeRule_CSSKeyframeRule() throws Exception { - test("CSSKeyframeRule", "CSSKeyframeRule"); + FF = "false") + public void _ClientRectList_ClientRectList() throws Exception { + test("ClientRectList", "ClientRectList"); } /** @@ -783,9 +816,9 @@ */ @Test @Alerts(DEFAULT = "true", - FF45 = "false") - public void _CSSKeyframesRule_CSSKeyframesRule() throws Exception { - test("CSSKeyframesRule", "CSSKeyframesRule"); + IE = "false") + public void _ClipboardEvent_ClipboardEvent() throws Exception { + test("ClipboardEvent", "ClipboardEvent"); } /** @@ -792,10 +825,9 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "true", - FF45 = "false") - public void _CSSRule_CSSKeyframeRule() throws Exception { - test("CSSRule", "CSSKeyframeRule"); + @Alerts("true") + public void _CloseEvent_CloseEvent() throws Exception { + test("CloseEvent", "CloseEvent"); } /** @@ -802,10 +834,9 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "true", - FF45 = "false") - public void _CSSRule_CSSKeyframesRule() throws Exception { - test("CSSRule", "CSSKeyframesRule"); + @Alerts("true") + public void _Comment_Comment() throws Exception { + test("Comment", "Comment"); } /** @@ -812,10 +843,9 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _CSSRule_CSSSupportsRule() throws Exception { - test("CSSRule", "CSSSupportsRule"); + @Alerts("true") + public void _CompositionEvent_CompositionEvent() throws Exception { + test("CompositionEvent", "CompositionEvent"); } /** @@ -822,10 +852,10 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _CSSSupportsRule_CSSSupportsRule() throws Exception { - test("CSSSupportsRule", "CSSSupportsRule"); + @Alerts(DEFAULT = "false", + IE = "true") + public void _Console_Console() throws Exception { + test("Console", "Console"); } /** @@ -832,9 +862,11 @@ * @throws Exception if the test fails */ @Test - @Alerts("true") - public void _CanvasGradient_CanvasGradient() throws Exception { - test("CanvasGradient", "CanvasGradient"); + @Alerts(DEFAULT = "false", + FF52 = "true", + CHROME = "true") + public void _ConstantSourceNode_ConstantSourceNode() throws Exception { + test("ConstantSourceNode", "ConstantSourceNode"); } /** @@ -841,9 +873,10 @@ * @throws Exception if the test fails */ @Test - @Alerts("true") - public void _CanvasPattern_CanvasPattern() throws Exception { - test("CanvasPattern", "CanvasPattern"); + @Alerts(DEFAULT = "true", + IE = "false") + public void _ConvolverNode_ConvolverNode() throws Exception { + test("ConvolverNode", "ConvolverNode"); } /** @@ -850,10 +883,10 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _ClipboardEvent_ClipboardEvent() throws Exception { - test("ClipboardEvent", "ClipboardEvent"); + @Alerts(DEFAULT = "false", + IE = "true") + public void _Coordinates_Coordinates() throws Exception { + test("Coordinates", "Coordinates"); } /** @@ -860,9 +893,10 @@ * @throws Exception if the test fails */ @Test - @Alerts("true") - public void _CloseEvent_CloseEvent() throws Exception { - test("CloseEvent", "CloseEvent"); + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _Credential_Credential() throws Exception { + test("Credential", "Credential"); } /** @@ -869,9 +903,10 @@ * @throws Exception if the test fails */ @Test - @Alerts("true") - public void _CompositionEvent_CompositionEvent() throws Exception { - test("CompositionEvent", "CompositionEvent"); + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _Credential_FederatedCredential() throws Exception { + test("Credential", "FederatedCredential"); } /** @@ -878,9 +913,10 @@ * @throws Exception if the test fails */ @Test - @Alerts("true") - public void _CustomEvent_CustomEvent() throws Exception { - test("CustomEvent", "CustomEvent"); + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _Credential_PasswordCredential() throws Exception { + test("Credential", "PasswordCredential"); } /** @@ -887,10 +923,10 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _CSSConditionRule_CSSConditionRule() throws Exception { - test("CSSConditionRule", "CSSConditionRule"); + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _Credential_SiteBoundCredential() throws Exception { + test("Credential", "SiteBoundCredential"); } /** @@ -897,10 +933,10 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _CSSConditionRule_CSSMediaRule() throws Exception { - test("CSSConditionRule", "CSSMediaRule"); + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _CredentialsContainer_CredentialsContainer() throws Exception { + test("CredentialsContainer", "CredentialsContainer"); } /** @@ -907,10 +943,9 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _CSSConditionRule_CSSSupportsRule() throws Exception { - test("CSSConditionRule", "CSSSupportsRule"); + @Alerts("true") + public void _Crypto_Crypto() throws Exception { + test("Crypto", "Crypto"); } /** @@ -919,8 +954,8 @@ @Test @Alerts(DEFAULT = "true", IE = "false") - public void _CSSGroupingRule_CSSConditionRule() throws Exception { - test("CSSGroupingRule", "CSSConditionRule"); + public void _CryptoKey_CryptoKey() throws Exception { + test("CryptoKey", "CryptoKey"); } /** @@ -927,10 +962,11 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _CSSGroupingRule_CSSGroupingRule() throws Exception { - test("CSSGroupingRule", "CSSGroupingRule"); + @Alerts(DEFAULT = "false", + CHROME = "true") + @NotYetImplemented(CHROME) + public void _CSS_CSS() throws Exception { + test("CSS", "CSS"); } /** @@ -937,10 +973,10 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _CSSGroupingRule_CSSMediaRule() throws Exception { - test("CSSGroupingRule", "CSSMediaRule"); + @Alerts(DEFAULT = "false", + FF = "true") + public void _CSS2Properties_CSS2Properties() throws Exception { + test("CSS2Properties", "CSS2Properties"); } /** @@ -949,8 +985,8 @@ @Test @Alerts(DEFAULT = "true", IE = "false") - public void _CSSGroupingRule_CSSSupportsRule() throws Exception { - test("CSSGroupingRule", "CSSSupportsRule"); + public void _CSSConditionRule_CSSConditionRule() throws Exception { + test("CSSConditionRule", "CSSConditionRule"); } /** @@ -959,8 +995,8 @@ @Test @Alerts(DEFAULT = "true", IE = "false") - public void _CSSRule_CSSConditionRule() throws Exception { - test("CSSRule", "CSSConditionRule"); + public void _CSSConditionRule_CSSMediaRule() throws Exception { + test("CSSConditionRule", "CSSMediaRule"); } /** @@ -969,8 +1005,8 @@ @Test @Alerts(DEFAULT = "true", IE = "false") - public void _CSSRule_CSSGroupingRule() throws Exception { - test("CSSRule", "CSSGroupingRule"); + public void _CSSConditionRule_CSSSupportsRule() throws Exception { + test("CSSConditionRule", "CSSSupportsRule"); } /** @@ -977,10 +1013,10 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "true", - FF = "false") - public void _CSSNamespaceRule_CSSNamespaceRule() throws Exception { - test("CSSNamespaceRule", "CSSNamespaceRule"); + @Alerts(DEFAULT = "false", + FF = "true") + public void _CSSCounterStyleRule_CSSCounterStyleRule() throws Exception { + test("CSSCounterStyleRule", "CSSCounterStyleRule"); } /** @@ -987,10 +1023,9 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "true", - FF = "false") - public void _CSSRule_CSSNamespaceRule() throws Exception { - test("CSSRule", "CSSNamespaceRule"); + @Alerts("true") + public void _CSSFontFaceRule_CSSFontFaceRule() throws Exception { + test("CSSFontFaceRule", "CSSFontFaceRule"); } /** @@ -997,11 +1032,10 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - @NotYetImplemented(CHROME) - public void _CSS_CSS() throws Exception { - test("CSS", "CSS"); + @Alerts(DEFAULT = "true", + IE = "false") + public void _CSSGroupingRule_CSSConditionRule() throws Exception { + test("CSSGroupingRule", "CSSConditionRule"); } /** @@ -1008,9 +1042,10 @@ * @throws Exception if the test fails */ @Test - @Alerts("true") - public void _Blob_Blob() throws Exception { - test("Blob", "Blob"); + @Alerts(DEFAULT = "true", + IE = "false") + public void _CSSGroupingRule_CSSGroupingRule() throws Exception { + test("CSSGroupingRule", "CSSGroupingRule"); } /** @@ -1017,9 +1052,10 @@ * @throws Exception if the test fails */ @Test - @Alerts("true") - public void _Blob_File() throws Exception { - test("Blob", "File"); + @Alerts(DEFAULT = "true", + IE = "false") + public void _CSSGroupingRule_CSSMediaRule() throws Exception { + test("CSSGroupingRule", "CSSMediaRule"); } /** @@ -1028,8 +1064,8 @@ @Test @Alerts(DEFAULT = "true", IE = "false") - public void _CryptoKey_CryptoKey() throws Exception { - test("CryptoKey", "CryptoKey"); + public void _CSSGroupingRule_CSSSupportsRule() throws Exception { + test("CSSGroupingRule", "CSSSupportsRule"); } /** @@ -1037,8 +1073,8 @@ */ @Test @Alerts("true") - public void _Crypto_Crypto() throws Exception { - test("Crypto", "Crypto"); + public void _CSSImportRule_CSSImportRule() throws Exception { + test("CSSImportRule", "CSSImportRule"); } /** @@ -1046,9 +1082,9 @@ */ @Test @Alerts(DEFAULT = "true", - IE = "false") - public void _BlobEvent_BlobEvent() throws Exception { - test("BlobEvent", "BlobEvent"); + FF45 = "false") + public void _CSSKeyframeRule_CSSKeyframeRule() throws Exception { + test("CSSKeyframeRule", "CSSKeyframeRule"); } /** @@ -1055,20 +1091,10 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "false", - FF = "true") - public void _CaretPosition_CaretPosition() throws Exception { - test("CaretPosition", "CaretPosition"); - } - - /** - * @throws Exception if the test fails - */ - @Test @Alerts(DEFAULT = "true", - IE = "false") - public void _BatteryManager_BatteryManager() throws Exception { - test("BatteryManager", "BatteryManager"); + FF45 = "false") + public void _CSSKeyframesRule_CSSKeyframesRule() throws Exception { + test("CSSKeyframesRule", "CSSKeyframesRule"); } /** @@ -1075,10 +1101,9 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _AudioNode_StereoPannerNode() throws Exception { - test("AudioNode", "StereoPannerNode"); + @Alerts("true") + public void _CSSMediaRule_CSSMediaRule() throws Exception { + test("CSSMediaRule", "CSSMediaRule"); } /** @@ -1086,9 +1111,9 @@ */ @Test @Alerts(DEFAULT = "true", - IE = "false") - public void _BroadcastChannel_BroadcastChannel() throws Exception { - test("BroadcastChannel", "BroadcastChannel"); + FF = "false") + public void _CSSNamespaceRule_CSSNamespaceRule() throws Exception { + test("CSSNamespaceRule", "CSSNamespaceRule"); } /** @@ -1095,10 +1120,9 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "false", - FF = "true") - public void _CSSCounterStyleRule_CSSCounterStyleRule() throws Exception { - test("CSSCounterStyleRule", "CSSCounterStyleRule"); + @Alerts("true") + public void _CSSPageRule_CSSPageRule() throws Exception { + test("CSSPageRule", "CSSPageRule"); } /** @@ -1107,8 +1131,8 @@ @Test @Alerts(DEFAULT = "false", FF = "true") - public void _CSSRule_CSSCounterStyleRule() throws Exception { - test("CSSRule", "CSSCounterStyleRule"); + public void _CSSPrimitiveValue_CSSPrimitiveValue() throws Exception { + test("CSSPrimitiveValue", "CSSPrimitiveValue"); } /** @@ -1117,8 +1141,8 @@ @Test @Alerts(DEFAULT = "true", IE = "false") - public void _BarProp_BarProp() throws Exception { - test("BarProp", "BarProp"); + public void _CSSRule_CSSConditionRule() throws Exception { + test("CSSRule", "CSSConditionRule"); } /** @@ -1126,9 +1150,9 @@ */ @Test @Alerts(DEFAULT = "false", - CHROME = "true") - public void _ApplicationCacheErrorEvent_ApplicationCacheErrorEvent() throws Exception { - test("ApplicationCacheErrorEvent", "ApplicationCacheErrorEvent"); + FF = "true") + public void _CSSRule_CSSCounterStyleRule() throws Exception { + test("CSSRule", "CSSCounterStyleRule"); } /** @@ -1135,10 +1159,9 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _CSSRule_CSSViewportRule() throws Exception { - test("CSSRule", "CSSViewportRule"); + @Alerts("true") + public void _CSSRule_CSSFontFaceRule() throws Exception { + test("CSSRule", "CSSFontFaceRule"); } /** @@ -1145,10 +1168,10 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _CSSViewportRule_CSSViewportRule() throws Exception { - test("CSSViewportRule", "CSSViewportRule"); + @Alerts(DEFAULT = "true", + IE = "false") + public void _CSSRule_CSSGroupingRule() throws Exception { + test("CSSRule", "CSSGroupingRule"); } /** @@ -1155,10 +1178,9 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _CacheStorage_CacheStorage() throws Exception { - test("CacheStorage", "CacheStorage"); + @Alerts("true") + public void _CSSRule_CSSImportRule() throws Exception { + test("CSSRule", "CSSImportRule"); } /** @@ -1166,9 +1188,9 @@ */ @Test @Alerts(DEFAULT = "true", - IE = "false") - public void _Cache_Cache() throws Exception { - test("Cache", "Cache"); + FF45 = "false") + public void _CSSRule_CSSKeyframeRule() throws Exception { + test("CSSRule", "CSSKeyframeRule"); } /** @@ -1175,10 +1197,10 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _AppBannerPromptResult_AppBannerPromptResult() throws Exception { - test("AppBannerPromptResult", "AppBannerPromptResult"); + @Alerts(DEFAULT = "true", + FF45 = "false") + public void _CSSRule_CSSKeyframesRule() throws Exception { + test("CSSRule", "CSSKeyframesRule"); } /** @@ -1185,10 +1207,9 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _BeforeInstallPromptEvent_BeforeInstallPromptEvent() throws Exception { - test("BeforeInstallPromptEvent", "BeforeInstallPromptEvent"); + @Alerts("true") + public void _CSSRule_CSSMediaRule() throws Exception { + test("CSSRule", "CSSMediaRule"); } /** @@ -1195,10 +1216,10 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "false", - FF52 = "true") - public void _Animation_Animation() throws Exception { - test("Animation", "Animation"); + @Alerts(DEFAULT = "true", + FF = "false") + public void _CSSRule_CSSNamespaceRule() throws Exception { + test("CSSRule", "CSSNamespaceRule"); } /** @@ -1206,8 +1227,8 @@ */ @Test @Alerts("true") - public void _AnimationEvent_AnimationEvent() throws Exception { - test("AnimationEvent", "AnimationEvent"); + public void _CSSRule_CSSPageRule() throws Exception { + test("CSSRule", "CSSPageRule"); } /** @@ -1214,10 +1235,9 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _AnimationEvent_WebKitAnimationEvent() throws Exception { - test("AnimationEvent", "WebKitAnimationEvent"); + @Alerts("true") + public void _CSSRule_CSSRule() throws Exception { + test("CSSRule", "CSSRule"); } /** @@ -1224,11 +1244,9 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "false", - FF52 = "true", - CHROME = "true") - public void _AudioNode_IIRFilterNode() throws Exception { - test("AudioNode", "IIRFilterNode"); + @Alerts("true") + public void _CSSRule_CSSStyleRule() throws Exception { + test("CSSRule", "CSSStyleRule"); } /** @@ -1235,10 +1253,10 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "false", - FF = "true") - public void _CanvasCaptureMediaStream_CanvasCaptureMediaStream() throws Exception { - test("CanvasCaptureMediaStream", "CanvasCaptureMediaStream"); + @Alerts(DEFAULT = "true", + IE = "false") + public void _CSSRule_CSSSupportsRule() throws Exception { + test("CSSRule", "CSSSupportsRule"); } /** @@ -1247,8 +1265,8 @@ @Test @Alerts(DEFAULT = "false", CHROME = "true") - public void _CanvasCaptureMediaStreamTrack_CanvasCaptureMediaStreamTrack() throws Exception { - test("CanvasCaptureMediaStreamTrack", "CanvasCaptureMediaStreamTrack"); + public void _CSSRule_CSSViewportRule() throws Exception { + test("CSSRule", "CSSViewportRule"); } /** @@ -1256,9 +1274,9 @@ */ @Test @Alerts(DEFAULT = "false", - CHROME = "true") - public void _Credential_Credential() throws Exception { - test("Credential", "Credential"); + FF45 = "true") + public void _CSSRule_MozCSSKeyframesRule() throws Exception { + test("CSSRule", "MozCSSKeyframesRule"); } /** @@ -1265,10 +1283,9 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _Credential_FederatedCredential() throws Exception { - test("Credential", "FederatedCredential"); + @Alerts("true") + public void _CSSRuleList_CSSRuleList() throws Exception { + test("CSSRuleList", "CSSRuleList"); } /** @@ -1276,9 +1293,9 @@ */ @Test @Alerts(DEFAULT = "false", - CHROME = "true") - public void _Credential_PasswordCredential() throws Exception { - test("Credential", "PasswordCredential"); + FF = "true") + public void _CSSStyleDeclaration_CSS2Properties() throws Exception { + test("CSSStyleDeclaration", "CSS2Properties"); } /** @@ -1285,10 +1302,9 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _CredentialsContainer_CredentialsContainer() throws Exception { - test("CredentialsContainer", "CredentialsContainer"); + @Alerts("true") + public void _CSSStyleDeclaration_CSSStyleDeclaration() throws Exception { + test("CSSStyleDeclaration", "CSSStyleDeclaration"); } /** @@ -1295,10 +1311,9 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "false", - FF45 = "true") - public void _CSSRule_MozCSSKeyframesRule() throws Exception { - test("CSSRule", "MozCSSKeyframesRule"); + @Alerts("true") + public void _CSSStyleRule_CSSStyleRule() throws Exception { + test("CSSStyleRule", "CSSStyleRule"); } /** @@ -1305,10 +1320,9 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "false", - IE = "true") - public void _ANGLE_instanced_arrays_ANGLE_instanced_arrays() throws Exception { - test("ANGLE_instanced_arrays", "ANGLE_instanced_arrays"); + @Alerts("true") + public void _CSSStyleSheet_CSSStyleSheet() throws Exception { + test("CSSStyleSheet", "CSSStyleSheet"); } /** @@ -1315,12 +1329,10 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "false", - FF52 = "true", - CHROME = "true") - @NotYetImplemented(FF52) - public void _AudioNode_ConstantSourceNode() throws Exception { - test("AudioNode", "ConstantSourceNode"); + @Alerts(DEFAULT = "true", + IE = "false") + public void _CSSSupportsRule_CSSSupportsRule() throws Exception { + test("CSSSupportsRule", "CSSSupportsRule"); } /** @@ -1328,9 +1340,9 @@ */ @Test @Alerts(DEFAULT = "false", - CHROME = "true") - public void _BaseAudioContext_AudioContext() throws Exception { - test("BaseAudioContext", "AudioContext"); + FF = "true") + public void _CSSValue_CSSPrimitiveValue() throws Exception { + test("CSSValue", "CSSPrimitiveValue"); } /** @@ -1338,9 +1350,9 @@ */ @Test @Alerts(DEFAULT = "false", - CHROME = "true") - public void _BaseAudioContext_BaseAudioContext() throws Exception { - test("BaseAudioContext", "BaseAudioContext"); + FF = "true") + public void _CSSValue_CSSValue() throws Exception { + test("CSSValue", "CSSValue"); } /** @@ -1348,9 +1360,9 @@ */ @Test @Alerts(DEFAULT = "false", - CHROME = "true") - public void _BaseAudioContext_OfflineAudioContext() throws Exception { - test("BaseAudioContext", "OfflineAudioContext"); + FF = "true") + public void _CSSValue_CSSValueList() throws Exception { + test("CSSValue", "CSSValueList"); } /** @@ -1358,10 +1370,9 @@ */ @Test @Alerts(DEFAULT = "false", - FF52 = "true", - CHROME = "true") - public void _ConstantSourceNode_ConstantSourceNode() throws Exception { - test("ConstantSourceNode", "ConstantSourceNode"); + FF = "true") + public void _CSSValueList_CSSValueList() throws Exception { + test("CSSValueList", "CSSValueList"); } /** @@ -1370,8 +1381,8 @@ @Test @Alerts(DEFAULT = "false", CHROME = "true") - public void _Credential_SiteBoundCredential() throws Exception { - test("Credential", "SiteBoundCredential"); + public void _CSSViewportRule_CSSViewportRule() throws Exception { + test("CSSViewportRule", "CSSViewportRule"); } /** @@ -1388,19 +1399,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "false", - FF = "true") - public void _CSSValueList_CSSValueList() throws Exception { - test("CSSValueList", "CSSValueList"); + @Alerts("true") + public void _CustomEvent_CustomEvent() throws Exception { + test("CustomEvent", "CustomEvent"); } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - FF = "true") - public void _CSSValue_CSSValueList() throws Exception { - test("CSSValue", "CSSValueList"); - } } Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfDTest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfDTest.java 2017-05-31 06:53:27 UTC (rev 14501) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfDTest.java 2017-05-31 07:13:15 UTC (rev 14502) @@ -56,6 +56,37 @@ */ @Test @Alerts("true") + public void _DataTransfer_DataTransfer() throws Exception { + test("DataTransfer", "DataTransfer"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + CHROME = "true", + FF52 = "true") + public void _DataTransferItem_DataTransferItem() throws Exception { + test("DataTransferItem", "DataTransferItem"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + CHROME = "true", + FF52 = "true") + public void _DataTransferItemList_DataTransferItemList() throws Exception { + test("DataTransferItemList", "DataTransferItemList"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts("true") public void _DataView_DataView() throws Exception { test("DataView", "DataView"); } @@ -64,9 +95,10 @@ * @throws Exception if the test fails */ @Test - @Alerts("true") - public void _DOMException_DOMException() throws Exception { - test("DOMException", "DOMException"); + @Alerts(DEFAULT = "true", + IE = "false") + public void _DelayNode_DelayNode() throws Exception { + test("DelayNode", "DelayNode"); } /** @@ -73,9 +105,10 @@ * @throws Exception if the test fails */ @Test - @Alerts("true") - public void _DOMImplementation_DOMImplementation() throws Exception { - test("DOMImplementation", "DOMImplementation"); + @Alerts(DEFAULT = "false", + FF = "true") + public void _DeviceLightEvent_DeviceLightEvent() throws Exception { + test("DeviceLightEvent", "DeviceLightEvent"); } /** @@ -82,9 +115,10 @@ * @throws Exception if the test fails */ @Test - @Alerts("true") - public void _DOMParser_DOMParser() throws Exception { - test("DOMParser", "DOMParser"); + @Alerts(DEFAULT = "true", + IE = "false") + public void _DeviceMotionEvent_DeviceMotionEvent() throws Exception { + test("DeviceMotionEvent", "DeviceMotionEvent"); } /** @@ -91,10 +125,10 @@ * @throws Exception if the test fails */ @Test - @Alerts("true") - @NotYetImplemented - public void _DOMStringMap_DOMStringMap() throws Exception { - test("DOMStringMap", "DOMStringMap"); + @Alerts(DEFAULT = "true", + IE = "false") + public void _DeviceOrientationEvent_DeviceOrientationEvent() throws Exception { + test("DeviceOrientationEvent", "DeviceOrientationEvent"); } /** @@ -101,9 +135,10 @@ * @throws Exception if the test fails */ @Test - @Alerts("true") - public void _DOMTokenList_DOMTokenList() throws Exception { - test("DOMTokenList", "DOMTokenList"); + @Alerts(DEFAULT = "false", + FF = "true") + public void _DeviceProximityEvent_DeviceProximityEvent() throws Exception { + test("DeviceProximityEvent", "DeviceProximityEvent"); } /** @@ -120,6 +155,34 @@ */ @Test @Alerts("true") + public void _Document_HTMLDocument() throws Exception { + test("Document", "HTMLDocument"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + FF45 = "true") + public void _Document_SVGDocument() throws Exception { + test("Document", "SVGDocument"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts("true") + public void _Document_XMLDocument() throws Exception { + test("Document", "XMLDocument"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts("true") public void _DocumentFragment_DocumentFragment() throws Exception { test("DocumentFragment", "DocumentFragment"); } @@ -128,6 +191,16 @@ * @throws Exception if the test fails */ @Test + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _DocumentFragment_ShadowRoot() throws Exception { + test("DocumentFragment", "ShadowRoot"); + } + + /** + * @throws Exception if the test fails + */ + @Test @Alerts("true") public void _DocumentType_DocumentType() throws Exception { test("DocumentType", "DocumentType"); @@ -137,9 +210,19 @@ * @throws Exception if the test fails */ @Test + @Alerts(DEFAULT = "false", + FF = "true") + public void _DOMCursor_DOMCursor() throws Exception { + test("DOMCursor", "DOMCursor"); + } + + /** + * @throws Exception if the test fails + */ + @Test @Alerts("true") - public void _Element_Audio() throws Exception { - test("Element", "Audio"); + public void _DOMError_DOMError() throws Exception { + test("DOMError", "DOMError"); } /** @@ -147,8 +230,8 @@ */ @Test @Alerts("true") - public void _Element_Element() throws Exception { - test("Element", "Element"); + public void _DOMException_DOMException() throws Exception { + test("DOMException", ... [truncated message content] |
From: <rb...@us...> - 2017-07-30 06:35:31
|
Revision: 14741 http://sourceforge.net/p/htmlunit/code/14741 Author: rbri Date: 2017-07-30 06:35:29 +0000 (Sun, 30 Jul 2017) Log Message: ----------- latest Chrome (wip) Modified Paths: -------------- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfDTest.java trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfITest.java trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfMTest.java trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfPTest.java Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfDTest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfDTest.java 2017-07-29 06:01:45 UTC (rev 14740) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfDTest.java 2017-07-30 06:35:29 UTC (rev 14741) @@ -2175,8 +2175,8 @@ * @throws Exception if the test fails */ @Test - @Alerts(DEFAULT = "false", - FF = "true") + @Alerts(DEFAULT = "true", + IE = "false") public void _Event_InputEvent() throws Exception { test("Event", "InputEvent"); } @@ -4042,6 +4042,16 @@ * @throws Exception if the test fails */ @Test + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _EventTarget_PaymentRequest() throws Exception { + test("EventTarget", "PaymentRequest"); + } + + /** + * @throws Exception if the test fails + */ + @Test @Alerts(DEFAULT = "true", FF52 = "false", IE = "false") Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfITest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfITest.java 2017-07-29 06:01:45 UTC (rev 14740) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfITest.java 2017-07-30 06:35:29 UTC (rev 14741) @@ -217,8 +217,7 @@ * if the test fails */ @Test - @Alerts(DEFAULT = "true", - CHROME = "false") + @Alerts("true") public void _Image_HTMLImageElement() throws Exception { // although Image != HTMLImageElement, they seem to be synonyms!!! test("Image", "HTMLImageElement"); @@ -281,8 +280,8 @@ * if the test fails */ @Test - @Alerts(DEFAULT = "false", - FF = "true") + @Alerts(DEFAULT = "true", + IE = "false") public void _InputEvent_InputEvent() throws Exception { test("InputEvent", "InputEvent"); } Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfMTest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfMTest.java 2017-07-29 06:01:45 UTC (rev 14740) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfMTest.java 2017-07-30 06:35:29 UTC (rev 14741) @@ -15,7 +15,6 @@ package com.gargoylesoftware.htmlunit.general.huge; import static com.gargoylesoftware.htmlunit.BrowserRunner.TestedBrowser.CHROME; -import static com.gargoylesoftware.htmlunit.BrowserRunner.TestedBrowser.FF; import static com.gargoylesoftware.htmlunit.BrowserRunner.TestedBrowser.IE; import java.util.Collection; @@ -2540,9 +2539,8 @@ * if the test fails */ @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - @NotYetImplemented({FF, IE}) + @Alerts("false") + @NotYetImplemented public void _NodeFilter_NodeFilter() throws Exception { test("NodeFilter", "NodeFilter"); } Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfPTest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfPTest.java 2017-07-29 06:01:45 UTC (rev 14740) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfPTest.java 2017-07-30 06:35:29 UTC (rev 14741) @@ -99,6 +99,42 @@ * if the test fails */ @Test + @Alerts(DEFAULT = "false", + CHROME = "true") + @NotYetImplemented(CHROME) + public void _PaymentAddress_PaymentAddress() throws Exception { + test("PaymentAddress", "PaymentAddress"); + } + + /** + * @throws Exception + * if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + CHROME = "true") + @NotYetImplemented(CHROME) + public void _PaymentRequest_PaymentRequest() throws Exception { + test("PaymentRequest", "PaymentRequest"); + } + + /** + * @throws Exception + * if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + CHROME = "true") + @NotYetImplemented(CHROME) + public void _PaymentResponse_PaymentResponse() throws Exception { + test("PaymentResponse", "PaymentResponse"); + } + + /** + * @throws Exception + * if the test fails + */ + @Test @Alerts("true") public void _Performance_Performance() throws Exception { test("Performance", "Performance"); |
From: <rb...@us...> - 2017-08-04 06:26:40
|
Revision: 14761 http://sourceforge.net/p/htmlunit/code/14761 Author: rbri Date: 2017-08-04 06:26:38 +0000 (Fri, 04 Aug 2017) Log Message: ----------- split Modified Paths: -------------- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfDTest.java Added Paths: ----------- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfFTest.java Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfDTest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfDTest.java 2017-08-04 06:14:26 UTC (rev 14760) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfDTest.java 2017-08-04 06:26:38 UTC (rev 14761) @@ -31,7 +31,7 @@ /** * Tests two Host classes, if one prototype is parent of another. * - * This class handles all host names which starts by character 'D' to 'G'. + * This class handles all host names which starts by character 'D' to 'E'. * * @author Ahmed Ashour */ @@ -47,7 +47,7 @@ public static Collection<Object[]> data() throws Exception { return HostParentOf.data(input -> { final char ch = Character.toUpperCase(input.charAt(0)); - return ch >= 'D' && ch <= 'G'; + return ch >= 'D' && ch <= 'E'; }); } @@ -5183,197 +5183,4 @@ test("External", "External"); } - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _FederatedCredential_FederatedCredential() throws Exception { - test("FederatedCredential", "FederatedCredential"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _File_File() throws Exception { - test("File", "File"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _FileList_FileList() throws Exception { - test("FileList", "FileList"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _FileReader_FileReader() throws Exception { - test("FileReader", "FileReader"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - FF52 = "true") - public void _FileSystem_FileSystem() throws Exception { - test("FileSystem", "FileSystem"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - FF52 = "true") - public void _FileSystemDirectoryEntry_FileSystemDirectoryEntry() throws Exception { - test("FileSystemDirectoryEntry", "FileSystemDirectoryEntry"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - FF52 = "true") - public void _FileSystemDirectoryReader_FileSystemDirectoryReader() throws Exception { - test("FileSystemDirectoryReader", "FileSystemDirectoryReader"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - FF52 = "true") - public void _FileSystemEntry_FileSystemEntry() throws Exception { - test("FileSystemEntry", "FileSystemEntry"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - FF52 = "true") - public void _FileSystemFileEntry_FileSystemFileEntry() throws Exception { - test("FileSystemFileEntry", "FileSystemFileEntry"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Float32Array_Float32Array() throws Exception { - test("Float32Array", "Float32Array"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Float64Array_Float64Array() throws Exception { - test("Float64Array", "Float64Array"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _FocusEvent_FocusEvent() throws Exception { - test("FocusEvent", "FocusEvent"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _FontFace_FontFace() throws Exception { - test("FontFace", "FontFace"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - FF = "true") - public void _FontFaceSet_FontFaceSet() throws Exception { - test("FontFaceSet", "FontFaceSet"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _FormData_FormData() throws Exception { - test("FormData", "FormData"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _GainNode_GainNode() throws Exception { - test("GainNode", "GainNode"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _Gamepad_Gamepad() throws Exception { - test("Gamepad", "Gamepad"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _GamepadButton_GamepadButton() throws Exception { - test("GamepadButton", "GamepadButton"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _GamepadEvent_GamepadEvent() throws Exception { - test("GamepadEvent", "GamepadEvent"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - IE = "true") - public void _Geolocation_Geolocation() throws Exception { - test("Geolocation", "Geolocation"); - } - } Added: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfFTest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfFTest.java (rev 0) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfFTest.java 2017-08-04 06:26:38 UTC (rev 14761) @@ -0,0 +1,242 @@ +/* + * Copyright (c) 2002-2017 Gargoyle Software Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package com.gargoylesoftware.htmlunit.general.huge; + +import java.util.Collection; + +import org.junit.Test; +import org.junit.runner.RunWith; +import org.junit.runners.Parameterized.Parameters; + +import com.gargoylesoftware.htmlunit.BrowserParameterizedRunner; +import com.gargoylesoftware.htmlunit.BrowserRunner.Alerts; + +/** + * Tests two Host classes, if one prototype is parent of another. + * + * This class handles all host names which starts by character 'F' to 'G'. + * + * @author Ahmed Ashour + */ +@RunWith(BrowserParameterizedRunner.class) +public class HostParentOfFTest extends HostParentOf { + + /** + * Returns the parameterized data. + * @return the parameterized data + * @throws Exception if an error occurs + */ + @Parameters + public static Collection<Object[]> data() throws Exception { + return HostParentOf.data(input -> { + final char ch = Character.toUpperCase(input.charAt(0)); + return ch >= 'F' && ch <= 'G'; + }); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _FederatedCredential_FederatedCredential() throws Exception { + test("FederatedCredential", "FederatedCredential"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts("true") + public void _File_File() throws Exception { + test("File", "File"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts("true") + public void _FileList_FileList() throws Exception { + test("FileList", "FileList"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts("true") + public void _FileReader_FileReader() throws Exception { + test("FileReader", "FileReader"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + FF52 = "true") + public void _FileSystem_FileSystem() throws Exception { + test("FileSystem", "FileSystem"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + FF52 = "true") + public void _FileSystemDirectoryEntry_FileSystemDirectoryEntry() throws Exception { + test("FileSystemDirectoryEntry", "FileSystemDirectoryEntry"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + FF52 = "true") + public void _FileSystemDirectoryReader_FileSystemDirectoryReader() throws Exception { + test("FileSystemDirectoryReader", "FileSystemDirectoryReader"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + FF52 = "true") + public void _FileSystemEntry_FileSystemEntry() throws Exception { + test("FileSystemEntry", "FileSystemEntry"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + FF52 = "true") + public void _FileSystemFileEntry_FileSystemFileEntry() throws Exception { + test("FileSystemFileEntry", "FileSystemFileEntry"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts("true") + public void _Float32Array_Float32Array() throws Exception { + test("Float32Array", "Float32Array"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts("true") + public void _Float64Array_Float64Array() throws Exception { + test("Float64Array", "Float64Array"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts("true") + public void _FocusEvent_FocusEvent() throws Exception { + test("FocusEvent", "FocusEvent"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "true", + IE = "false") + public void _FontFace_FontFace() throws Exception { + test("FontFace", "FontFace"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + FF = "true") + public void _FontFaceSet_FontFaceSet() throws Exception { + test("FontFaceSet", "FontFaceSet"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts("true") + public void _FormData_FormData() throws Exception { + test("FormData", "FormData"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "true", + IE = "false") + public void _GainNode_GainNode() throws Exception { + test("GainNode", "GainNode"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "true", + IE = "false") + public void _Gamepad_Gamepad() throws Exception { + test("Gamepad", "Gamepad"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "true", + IE = "false") + public void _GamepadButton_GamepadButton() throws Exception { + test("GamepadButton", "GamepadButton"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "true", + IE = "false") + public void _GamepadEvent_GamepadEvent() throws Exception { + test("GamepadEvent", "GamepadEvent"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + IE = "true") + public void _Geolocation_Geolocation() throws Exception { + test("Geolocation", "Geolocation"); + } + +} Property changes on: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfFTest.java ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property |
From: <rb...@us...> - 2017-08-04 06:32:38
|
Revision: 14763 http://sourceforge.net/p/htmlunit/code/14763 Author: rbri Date: 2017-08-04 06:32:35 +0000 (Fri, 04 Aug 2017) Log Message: ----------- split Modified Paths: -------------- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java Added Paths: ----------- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfBTest.java Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java 2017-08-04 06:27:06 UTC (rev 14762) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java 2017-08-04 06:32:35 UTC (rev 14763) @@ -30,7 +30,7 @@ /** * Tests two Host classes, if one prototype is parent of another. * - * This class handles all host names which starts by character 'A' to 'C'. + * This class handles all host names which starts by character 'A'. * * @author Ahmed Ashour */ @@ -46,7 +46,7 @@ public static Collection<Object[]> data() throws Exception { return HostParentOf.data(input -> { final char ch = Character.toUpperCase(input.charAt(0)); - return ch >= 'A' && ch <= 'C'; + return ch == 'A'; }); } @@ -523,875 +523,4 @@ public void _AudioScheduledSourceNode_OscillatorNode() throws Exception { test("AudioScheduledSourceNode", "OscillatorNode"); } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _BarProp_BarProp() throws Exception { - test("BarProp", "BarProp"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _BaseAudioContext_AudioContext() throws Exception { - test("BaseAudioContext", "AudioContext"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _BaseAudioContext_BaseAudioContext() throws Exception { - test("BaseAudioContext", "BaseAudioContext"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _BaseAudioContext_OfflineAudioContext() throws Exception { - test("BaseAudioContext", "OfflineAudioContext"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _BatteryManager_BatteryManager() throws Exception { - test("BatteryManager", "BatteryManager"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _BeforeInstallPromptEvent_BeforeInstallPromptEvent() throws Exception { - test("BeforeInstallPromptEvent", "BeforeInstallPromptEvent"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _BeforeUnloadEvent_BeforeUnloadEvent() throws Exception { - test("BeforeUnloadEvent", "BeforeUnloadEvent"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _BiquadFilterNode_BiquadFilterNode() throws Exception { - test("BiquadFilterNode", "BiquadFilterNode"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Blob_Blob() throws Exception { - test("Blob", "Blob"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Blob_File() throws Exception { - test("Blob", "File"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _BlobEvent_BlobEvent() throws Exception { - test("BlobEvent", "BlobEvent"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _BroadcastChannel_BroadcastChannel() throws Exception { - test("BroadcastChannel", "BroadcastChannel"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _Cache_Cache() throws Exception { - test("Cache", "Cache"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _CacheStorage_CacheStorage() throws Exception { - test("CacheStorage", "CacheStorage"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - FF = "true") - public void _CanvasCaptureMediaStream_CanvasCaptureMediaStream() throws Exception { - test("CanvasCaptureMediaStream", "CanvasCaptureMediaStream"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _CanvasCaptureMediaStreamTrack_CanvasCaptureMediaStreamTrack() throws Exception { - test("CanvasCaptureMediaStreamTrack", "CanvasCaptureMediaStreamTrack"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _CanvasGradient_CanvasGradient() throws Exception { - test("CanvasGradient", "CanvasGradient"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _CanvasPattern_CanvasPattern() throws Exception { - test("CanvasPattern", "CanvasPattern"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _CanvasRenderingContext2D_CanvasRenderingContext2D() throws Exception { - test("CanvasRenderingContext2D", "CanvasRenderingContext2D"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - FF = "true") - public void _CaretPosition_CaretPosition() throws Exception { - test("CaretPosition", "CaretPosition"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _CDATASection_CDATASection() throws Exception { - test("CDATASection", "CDATASection"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _ChannelMergerNode_ChannelMergerNode() throws Exception { - test("ChannelMergerNode", "ChannelMergerNode"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _ChannelSplitterNode_ChannelSplitterNode() throws Exception { - test("ChannelSplitterNode", "ChannelSplitterNode"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _CharacterData_CDATASection() throws Exception { - test("CharacterData", "CDATASection"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _CharacterData_CharacterData() throws Exception { - test("CharacterData", "CharacterData"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _CharacterData_Comment() throws Exception { - test("CharacterData", "Comment"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _CharacterData_ProcessingInstruction() throws Exception { - test("CharacterData", "ProcessingInstruction"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _CharacterData_Text() throws Exception { - test("CharacterData", "Text"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - FF = "false") - public void _ClientRect_ClientRect() throws Exception { - test("ClientRect", "ClientRect"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - FF = "false") - public void _ClientRectList_ClientRectList() throws Exception { - test("ClientRectList", "ClientRectList"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _ClipboardEvent_ClipboardEvent() throws Exception { - test("ClipboardEvent", "ClipboardEvent"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _CloseEvent_CloseEvent() throws Exception { - test("CloseEvent", "CloseEvent"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Comment_Comment() throws Exception { - test("Comment", "Comment"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _CompositionEvent_CompositionEvent() throws Exception { - test("CompositionEvent", "CompositionEvent"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - IE = "true") - public void _Console_Console() throws Exception { - test("Console", "Console"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - FF52 = "true", - CHROME = "true") - public void _ConstantSourceNode_ConstantSourceNode() throws Exception { - test("ConstantSourceNode", "ConstantSourceNode"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _ConvolverNode_ConvolverNode() throws Exception { - test("ConvolverNode", "ConvolverNode"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - IE = "true") - public void _Coordinates_Coordinates() throws Exception { - test("Coordinates", "Coordinates"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _Credential_Credential() throws Exception { - test("Credential", "Credential"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _Credential_FederatedCredential() throws Exception { - test("Credential", "FederatedCredential"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _Credential_PasswordCredential() throws Exception { - test("Credential", "PasswordCredential"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _CredentialsContainer_CredentialsContainer() throws Exception { - test("CredentialsContainer", "CredentialsContainer"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _Crypto_Crypto() throws Exception { - test("Crypto", "Crypto"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _CryptoKey_CryptoKey() throws Exception { - test("CryptoKey", "CryptoKey"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - @NotYetImplemented(CHROME) - public void _CSS_CSS() throws Exception { - test("CSS", "CSS"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - FF = "true") - public void _CSS2Properties_CSS2Properties() throws Exception { - test("CSS2Properties", "CSS2Properties"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _CSSConditionRule_CSSConditionRule() throws Exception { - test("CSSConditionRule", "CSSConditionRule"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _CSSConditionRule_CSSMediaRule() throws Exception { - test("CSSConditionRule", "CSSMediaRule"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _CSSConditionRule_CSSSupportsRule() throws Exception { - test("CSSConditionRule", "CSSSupportsRule"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - FF = "true") - public void _CSSCounterStyleRule_CSSCounterStyleRule() throws Exception { - test("CSSCounterStyleRule", "CSSCounterStyleRule"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _CSSFontFaceRule_CSSFontFaceRule() throws Exception { - test("CSSFontFaceRule", "CSSFontFaceRule"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _CSSGroupingRule_CSSConditionRule() throws Exception { - test("CSSGroupingRule", "CSSConditionRule"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _CSSGroupingRule_CSSGroupingRule() throws Exception { - test("CSSGroupingRule", "CSSGroupingRule"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _CSSGroupingRule_CSSMediaRule() throws Exception { - test("CSSGroupingRule", "CSSMediaRule"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _CSSGroupingRule_CSSSupportsRule() throws Exception { - test("CSSGroupingRule", "CSSSupportsRule"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _CSSImportRule_CSSImportRule() throws Exception { - test("CSSImportRule", "CSSImportRule"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - FF45 = "false") - public void _CSSKeyframeRule_CSSKeyframeRule() throws Exception { - test("CSSKeyframeRule", "CSSKeyframeRule"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - FF45 = "false") - public void _CSSKeyframesRule_CSSKeyframesRule() throws Exception { - test("CSSKeyframesRule", "CSSKeyframesRule"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _CSSMediaRule_CSSMediaRule() throws Exception { - test("CSSMediaRule", "CSSMediaRule"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - FF = "false") - public void _CSSNamespaceRule_CSSNamespaceRule() throws Exception { - test("CSSNamespaceRule", "CSSNamespaceRule"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _CSSPageRule_CSSPageRule() throws Exception { - test("CSSPageRule", "CSSPageRule"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - FF = "true") - public void _CSSPrimitiveValue_CSSPrimitiveValue() throws Exception { - test("CSSPrimitiveValue", "CSSPrimitiveValue"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _CSSRule_CSSConditionRule() throws Exception { - test("CSSRule", "CSSConditionRule"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - FF = "true") - public void _CSSRule_CSSCounterStyleRule() throws Exception { - test("CSSRule", "CSSCounterStyleRule"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _CSSRule_CSSFontFaceRule() throws Exception { - test("CSSRule", "CSSFontFaceRule"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _CSSRule_CSSGroupingRule() throws Exception { - test("CSSRule", "CSSGroupingRule"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _CSSRule_CSSImportRule() throws Exception { - test("CSSRule", "CSSImportRule"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - FF45 = "false") - public void _CSSRule_CSSKeyframeRule() throws Exception { - test("CSSRule", "CSSKeyframeRule"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - FF45 = "false") - public void _CSSRule_CSSKeyframesRule() throws Exception { - test("CSSRule", "CSSKeyframesRule"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _CSSRule_CSSMediaRule() throws Exception { - test("CSSRule", "CSSMediaRule"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - FF = "false") - public void _CSSRule_CSSNamespaceRule() throws Exception { - test("CSSRule", "CSSNamespaceRule"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _CSSRule_CSSPageRule() throws Exception { - test("CSSRule", "CSSPageRule"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _CSSRule_CSSRule() throws Exception { - test("CSSRule", "CSSRule"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _CSSRule_CSSStyleRule() throws Exception { - test("CSSRule", "CSSStyleRule"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _CSSRule_CSSSupportsRule() throws Exception { - test("CSSRule", "CSSSupportsRule"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _CSSRule_CSSViewportRule() throws Exception { - test("CSSRule", "CSSViewportRule"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - FF45 = "true") - public void _CSSRule_MozCSSKeyframesRule() throws Exception { - test("CSSRule", "MozCSSKeyframesRule"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _CSSRuleList_CSSRuleList() throws Exception { - test("CSSRuleList", "CSSRuleList"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - FF = "true") - public void _CSSStyleDeclaration_CSS2Properties() throws Exception { - test("CSSStyleDeclaration", "CSS2Properties"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _CSSStyleDeclaration_CSSStyleDeclaration() throws Exception { - test("CSSStyleDeclaration", "CSSStyleDeclaration"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _CSSStyleRule_CSSStyleRule() throws Exception { - test("CSSStyleRule", "CSSStyleRule"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _CSSStyleSheet_CSSStyleSheet() throws Exception { - test("CSSStyleSheet", "CSSStyleSheet"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "true", - IE = "false") - public void _CSSSupportsRule_CSSSupportsRule() throws Exception { - test("CSSSupportsRule", "CSSSupportsRule"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - FF = "true") - public void _CSSValue_CSSPrimitiveValue() throws Exception { - test("CSSValue", "CSSPrimitiveValue"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - FF = "true") - public void _CSSValue_CSSValue() throws Exception { - test("CSSValue", "CSSValue"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - FF = "true") - public void _CSSValue_CSSValueList() throws Exception { - test("CSSValue", "CSSValueList"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - FF = "true") - public void _CSSValueList_CSSValueList() throws Exception { - test("CSSValueList", "CSSValueList"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _CSSViewportRule_CSSViewportRule() throws Exception { - test("CSSViewportRule", "CSSViewportRule"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts(DEFAULT = "false", - CHROME = "true") - public void _CustomElementRegistry_CustomElementRegistry() throws Exception { - test("CustomElementRegistry", "CustomElementRegistry"); - } - - /** - * @throws Exception if the test fails - */ - @Test - @Alerts("true") - public void _CustomEvent_CustomEvent() throws Exception { - test("CustomEvent", "CustomEvent"); - } } Added: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfBTest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfBTest.java (rev 0) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfBTest.java 2017-08-04 06:32:35 UTC (rev 14763) @@ -0,0 +1,922 @@ +/* + * Copyright (c) 2002-2017 Gargoyle Software Inc. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package com.gargoylesoftware.htmlunit.general.huge; + +import static com.gargoylesoftware.htmlunit.BrowserRunner.TestedBrowser.CHROME; + +import java.util.Collection; + +import org.junit.Test; +import org.junit.runner.RunWith; +import org.junit.runners.Parameterized.Parameters; + +import com.gargoylesoftware.htmlunit.BrowserParameterizedRunner; +import com.gargoylesoftware.htmlunit.BrowserRunner.Alerts; +import com.gargoylesoftware.htmlunit.BrowserRunner.NotYetImplemented; + +/** + * Tests two Host classes, if one prototype is parent of another. + * + * This class handles all host names which starts by character 'B' to 'C'. + * + * @author Ahmed Ashour + */ +@RunWith(BrowserParameterizedRunner.class) +public class HostParentOfBTest extends HostParentOf { + + /** + * Returns the parameterized data. + * @return the parameterized data + * @throws Exception if an error occurs + */ + @Parameters + public static Collection<Object[]> data() throws Exception { + return HostParentOf.data(input -> { + final char ch = Character.toUpperCase(input.charAt(0)); + return ch >= 'B' && ch <= 'C'; + }); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "true", + IE = "false") + public void _BarProp_BarProp() throws Exception { + test("BarProp", "BarProp"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _BaseAudioContext_AudioContext() throws Exception { + test("BaseAudioContext", "AudioContext"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _BaseAudioContext_BaseAudioContext() throws Exception { + test("BaseAudioContext", "BaseAudioContext"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _BaseAudioContext_OfflineAudioContext() throws Exception { + test("BaseAudioContext", "OfflineAudioContext"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "true", + IE = "false") + public void _BatteryManager_BatteryManager() throws Exception { + test("BatteryManager", "BatteryManager"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _BeforeInstallPromptEvent_BeforeInstallPromptEvent() throws Exception { + test("BeforeInstallPromptEvent", "BeforeInstallPromptEvent"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts("true") + public void _BeforeUnloadEvent_BeforeUnloadEvent() throws Exception { + test("BeforeUnloadEvent", "BeforeUnloadEvent"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "true", + IE = "false") + public void _BiquadFilterNode_BiquadFilterNode() throws Exception { + test("BiquadFilterNode", "BiquadFilterNode"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts("true") + public void _Blob_Blob() throws Exception { + test("Blob", "Blob"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts("true") + public void _Blob_File() throws Exception { + test("Blob", "File"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "true", + IE = "false") + public void _BlobEvent_BlobEvent() throws Exception { + test("BlobEvent", "BlobEvent"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "true", + IE = "false") + public void _BroadcastChannel_BroadcastChannel() throws Exception { + test("BroadcastChannel", "BroadcastChannel"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "true", + IE = "false") + public void _Cache_Cache() throws Exception { + test("Cache", "Cache"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "true", + IE = "false") + public void _CacheStorage_CacheStorage() throws Exception { + test("CacheStorage", "CacheStorage"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + FF = "true") + public void _CanvasCaptureMediaStream_CanvasCaptureMediaStream() throws Exception { + test("CanvasCaptureMediaStream", "CanvasCaptureMediaStream"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _CanvasCaptureMediaStreamTrack_CanvasCaptureMediaStreamTrack() throws Exception { + test("CanvasCaptureMediaStreamTrack", "CanvasCaptureMediaStreamTrack"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts("true") + public void _CanvasGradient_CanvasGradient() throws Exception { + test("CanvasGradient", "CanvasGradient"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts("true") + public void _CanvasPattern_CanvasPattern() throws Exception { + test("CanvasPattern", "CanvasPattern"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts("true") + public void _CanvasRenderingContext2D_CanvasRenderingContext2D() throws Exception { + test("CanvasRenderingContext2D", "CanvasRenderingContext2D"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + FF = "true") + public void _CaretPosition_CaretPosition() throws Exception { + test("CaretPosition", "CaretPosition"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts("true") + public void _CDATASection_CDATASection() throws Exception { + test("CDATASection", "CDATASection"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "true", + IE = "false") + public void _ChannelMergerNode_ChannelMergerNode() throws Exception { + test("ChannelMergerNode", "ChannelMergerNode"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "true", + IE = "false") + public void _ChannelSplitterNode_ChannelSplitterNode() throws Exception { + test("ChannelSplitterNode", "ChannelSplitterNode"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts("true") + public void _CharacterData_CDATASection() throws Exception { + test("CharacterData", "CDATASection"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts("true") + public void _CharacterData_CharacterData() throws Exception { + test("CharacterData", "CharacterData"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts("true") + public void _CharacterData_Comment() throws Exception { + test("CharacterData", "Comment"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts("true") + public void _CharacterData_ProcessingInstruction() throws Exception { + test("CharacterData", "ProcessingInstruction"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts("true") + public void _CharacterData_Text() throws Exception { + test("CharacterData", "Text"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "true", + FF = "false") + public void _ClientRect_ClientRect() throws Exception { + test("ClientRect", "ClientRect"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "true", + FF = "false") + public void _ClientRectList_ClientRectList() throws Exception { + test("ClientRectList", "ClientRectList"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "true", + IE = "false") + public void _ClipboardEvent_ClipboardEvent() throws Exception { + test("ClipboardEvent", "ClipboardEvent"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts("true") + public void _CloseEvent_CloseEvent() throws Exception { + test("CloseEvent", "CloseEvent"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts("true") + public void _Comment_Comment() throws Exception { + test("Comment", "Comment"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts("true") + public void _CompositionEvent_CompositionEvent() throws Exception { + test("CompositionEvent", "CompositionEvent"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + IE = "true") + public void _Console_Console() throws Exception { + test("Console", "Console"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + FF52 = "true", + CHROME = "true") + public void _ConstantSourceNode_ConstantSourceNode() throws Exception { + test("ConstantSourceNode", "ConstantSourceNode"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "true", + IE = "false") + public void _ConvolverNode_ConvolverNode() throws Exception { + test("ConvolverNode", "ConvolverNode"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + IE = "true") + public void _Coordinates_Coordinates() throws Exception { + test("Coordinates", "Coordinates"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _Credential_Credential() throws Exception { + test("Credential", "Credential"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _Credential_FederatedCredential() throws Exception { + test("Credential", "FederatedCredential"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _Credential_PasswordCredential() throws Exception { + test("Credential", "PasswordCredential"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _CredentialsContainer_CredentialsContainer() throws Exception { + test("CredentialsContainer", "CredentialsContainer"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts("true") + public void _Crypto_Crypto() throws Exception { + test("Crypto", "Crypto"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "true", + IE = "false") + public void _CryptoKey_CryptoKey() throws Exception { + test("CryptoKey", "CryptoKey"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + CHROME = "true") + @NotYetImplemented(CHROME) + public void _CSS_CSS() throws Exception { + test("CSS", "CSS"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + FF = "true") + public void _CSS2Properties_CSS2Properties() throws Exception { + test("CSS2Properties", "CSS2Properties"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "true", + IE = "false") + public void _CSSConditionRule_CSSConditionRule() throws Exception { + test("CSSConditionRule", "CSSConditionRule"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "true", + IE = "false") + public void _CSSConditionRule_CSSMediaRule() throws Exception { + test("CSSConditionRule", "CSSMediaRule"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "true", + IE = "false") + public void _CSSConditionRule_CSSSupportsRule() throws Exception { + test("CSSConditionRule", "CSSSupportsRule"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + FF = "true") + public void _CSSCounterStyleRule_CSSCounterStyleRule() throws Exception { + test("CSSCounterStyleRule", "CSSCounterStyleRule"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts("true") + public void _CSSFontFaceRule_CSSFontFaceRule() throws Exception { + test("CSSFontFaceRule", "CSSFontFaceRule"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "true", + IE = "false") + public void _CSSGroupingRule_CSSConditionRule() throws Exception { + test("CSSGroupingRule", "CSSConditionRule"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "true", + IE = "false") + public void _CSSGroupingRule_CSSGroupingRule() throws Exception { + test("CSSGroupingRule", "CSSGroupingRule"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "true", + IE = "false") + public void _CSSGroupingRule_CSSMediaRule() throws Exception { + test("CSSGroupingRule", "CSSMediaRule"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "true", + IE = "false") + public void _CSSGroupingRule_CSSSupportsRule() throws Exception { + test("CSSGroupingRule", "CSSSupportsRule"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts("true") + public void _CSSImportRule_CSSImportRule() throws Exception { + test("CSSImportRule", "CSSImportRule"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "true", + FF45 = "false") + public void _CSSKeyframeRule_CSSKeyframeRule() throws Exception { + test("CSSKeyframeRule", "CSSKeyframeRule"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "true", + FF45 = "false") + public void _CSSKeyframesRule_CSSKeyframesRule() throws Exception { + test("CSSKeyframesRule", "CSSKeyframesRule"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts("true") + public void _CSSMediaRule_CSSMediaRule() throws Exception { + test("CSSMediaRule", "CSSMediaRule"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "true", + FF = "false") + public void _CSSNamespaceRule_CSSNamespaceRule() throws Exception { + test("CSSNamespaceRule", "CSSNamespaceRule"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts("true") + public void _CSSPageRule_CSSPageRule() throws Exception { + test("CSSPageRule", "CSSPageRule"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + FF = "true") + public void _CSSPrimitiveValue_CSSPrimitiveValue() throws Exception { + test("CSSPrimitiveValue", "CSSPrimitiveValue"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "true", + IE = "false") + public void _CSSRule_CSSConditionRule() throws Exception { + test("CSSRule", "CSSConditionRule"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + FF = "true") + public void _CSSRule_CSSCounterStyleRule() throws Exception { + test("CSSRule", "CSSCounterStyleRule"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts("true") + public void _CSSRule_CSSFontFaceRule() throws Exception { + test("CSSRule", "CSSFontFaceRule"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "true", + IE = "false") + public void _CSSRule_CSSGroupingRule() throws Exception { + test("CSSRule", "CSSGroupingRule"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts("true") + public void _CSSRule_CSSImportRule() throws Exception { + test("CSSRule", "CSSImportRule"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "true", + FF45 = "false") + public void _CSSRule_CSSKeyframeRule() throws Exception { + test("CSSRule", "CSSKeyframeRule"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "true", + FF45 = "false") + public void _CSSRule_CSSKeyframesRule() throws Exception { + test("CSSRule", "CSSKeyframesRule"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts("true") + public void _CSSRule_CSSMediaRule() throws Exception { + test("CSSRule", "CSSMediaRule"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "true", + FF = "false") + public void _CSSRule_CSSNamespaceRule() throws Exception { + test("CSSRule", "CSSNamespaceRule"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts("true") + public void _CSSRule_CSSPageRule() throws Exception { + test("CSSRule", "CSSPageRule"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts("true") + public void _CSSRule_CSSRule() throws Exception { + test("CSSRule", "CSSRule"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts("true") + public void _CSSRule_CSSStyleRule() throws Exception { + test("CSSRule", "CSSStyleRule"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "true", + IE = "false") + public void _CSSRule_CSSSupportsRule() throws Exception { + test("CSSRule", "CSSSupportsRule"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _CSSRule_CSSViewportRule() throws Exception { + test("CSSRule", "CSSViewportRule"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + FF45 = "true") + public void _CSSRule_MozCSSKeyframesRule() throws Exception { + test("CSSRule", "MozCSSKeyframesRule"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts("true") + public void _CSSRuleList_CSSRuleList() throws Exception { + test("CSSRuleList", "CSSRuleList"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + FF = "true") + public void _CSSStyleDeclaration_CSS2Properties() throws Exception { + test("CSSStyleDeclaration", "CSS2Properties"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts("true") + public void _CSSStyleDeclaration_CSSStyleDeclaration() throws Exception { + test("CSSStyleDeclaration", "CSSStyleDeclaration"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts("true") + public void _CSSStyleRule_CSSStyleRule() throws Exception { + test("CSSStyleRule", "CSSStyleRule"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts("true") + public void _CSSStyleSheet_CSSStyleSheet() throws Exception { + test("CSSStyleSheet", "CSSStyleSheet"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "true", + IE = "false") + public void _CSSSupportsRule_CSSSupportsRule() throws Exception { + test("CSSSupportsRule", "CSSSupportsRule"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + FF = "true") + public void _CSSValue_CSSPrimitiveValue() throws Exception { + test("CSSValue", "CSSPrimitiveValue"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + FF = "true") + public void _CSSValue_CSSValue() throws Exception { + test("CSSValue", "CSSValue"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + FF = "true") + public void _CSSValue_CSSValueList() throws Exception { + test("CSSValue", "CSSValueList"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + FF = "true") + public void _CSSValueList_CSSValueList() throws Exception { + test("CSSValueList", "CSSValueList"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _CSSViewportRule_CSSViewportRule() throws Exception { + test("CSSViewportRule", "CSSViewportRule"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts(DEFAULT = "false", + CHROME = "true") + public void _CustomElementRegistry_CustomElementRegistry() throws Exception { + test("CustomElementRegistry", "CustomElementRegistry"); + } + + /** + * @throws Exception if the test fails + */ + @Test + @Alerts("true") + public void _CustomEvent_CustomEvent() throws Exception { + test("CustomEvent", "CustomEvent"); + } +} Property changes on: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfBTest.java ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property |