From: <rb...@us...> - 2018-05-29 19:04:13
|
Revision: 15293 http://sourceforge.net/p/htmlunit/code/15293 Author: rbri Date: 2018-05-29 19:04:06 +0000 (Tue, 29 May 2018) Log Message: ----------- FF60 adjust expectations (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/HostParentOfBTest.java trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfCTest.java trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfDTest.java trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfFTest.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/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/ElementClosesElementTest.java =================================================================== --- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/ElementClosesElementTest.java 2018-05-27 11:29:11 UTC (rev 15292) +++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/ElementClosesElementTest.java 2018-05-29 19:04:06 UTC (rev 15293) @@ -233,7 +233,8 @@ */ @Test @Alerts(DEFAULT = "2", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({IE, FF}) public void _a_isindex() throws Exception { test("a", "isindex"); @@ -416,7 +417,8 @@ */ @Test @Alerts(DEFAULT = "2", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({IE, FF}) public void _abbr_isindex() throws Exception { test("abbr", "isindex"); @@ -599,7 +601,8 @@ */ @Test @Alerts(DEFAULT = "2", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({IE, FF}) public void _acronym_isindex() throws Exception { test("acronym", "isindex"); @@ -782,7 +785,8 @@ */ @Test @Alerts(DEFAULT = "2", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({IE, FF}) public void _address_isindex() throws Exception { test("address", "isindex"); @@ -965,7 +969,8 @@ */ @Test @Alerts(DEFAULT = "2", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE}) public void _applet_isindex() throws Exception { test("applet", "isindex"); @@ -2408,7 +2413,8 @@ */ @Test @Alerts(DEFAULT = "2", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE}) public void _article_isindex() throws Exception { test("article", "isindex"); @@ -2591,7 +2597,8 @@ */ @Test @Alerts(DEFAULT = "2", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE}) public void _aside_isindex() throws Exception { test("aside", "isindex"); @@ -2774,7 +2781,8 @@ */ @Test @Alerts(DEFAULT = "2", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE}) public void _audio_isindex() throws Exception { test("audio", "isindex"); @@ -2957,7 +2965,8 @@ */ @Test @Alerts(DEFAULT = "2", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({IE, FF}) public void _b_isindex() throws Exception { test("b", "isindex"); @@ -5660,7 +5669,8 @@ */ @Test @Alerts(DEFAULT = "2", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE}) public void _bdi_isindex() throws Exception { test("bdi", "isindex"); @@ -5843,7 +5853,8 @@ */ @Test @Alerts(DEFAULT = "2", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({IE, FF}) public void _bdo_isindex() throws Exception { test("bdo", "isindex"); @@ -7286,7 +7297,8 @@ */ @Test @Alerts(DEFAULT = "2", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({IE, FF}) public void _big_isindex() throws Exception { test("big", "isindex"); @@ -7469,7 +7481,8 @@ */ @Test @Alerts(DEFAULT = "2", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({IE, FF}) public void _blink_isindex() throws Exception { test("blink", "isindex"); @@ -7652,7 +7665,8 @@ */ @Test @Alerts(DEFAULT = "2", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({IE, FF}) public void _blockquote_isindex() throws Exception { test("blockquote", "isindex"); @@ -8267,7 +8281,8 @@ */ @Test @Alerts(DEFAULT = "3", - CHROME = "2") + CHROME = "2", + FF60 = "2") @NotYetImplemented({FF, IE, EDGE}) public void _body_isindex() throws Exception { test("body", "isindex"); @@ -10250,7 +10265,8 @@ */ @Test @Alerts(DEFAULT = "2", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({IE, FF}) public void _button_isindex() throws Exception { test("button", "isindex"); @@ -10433,7 +10449,8 @@ */ @Test @Alerts(DEFAULT = "2", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE}) public void _canvas_isindex() throws Exception { test("canvas", "isindex"); @@ -11877,7 +11894,8 @@ */ @Test @Alerts(DEFAULT = "2", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({IE, FF}) public void _center_isindex() throws Exception { test("center", "isindex"); @@ -12060,7 +12078,8 @@ */ @Test @Alerts(DEFAULT = "2", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({IE, FF}) public void _cite_isindex() throws Exception { test("cite", "isindex"); @@ -12243,7 +12262,8 @@ */ @Test @Alerts(DEFAULT = "2", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({IE, FF}) public void _code_isindex() throws Exception { test("code", "isindex"); @@ -15518,7 +15538,8 @@ */ @Test @Alerts(DEFAULT = "0", - FF = "2") + FF52 = "2", + FF60 = "1") @NotYetImplemented({FF, EDGE}) public void _command_isindex() throws Exception { test("command", "isindex"); @@ -16350,7 +16371,8 @@ */ @Test @Alerts(DEFAULT = "2", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE}) public void _content_isindex() throws Exception { test("content", "isindex"); @@ -16533,7 +16555,8 @@ */ @Test @Alerts(DEFAULT = "2", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE}) public void _data_isindex() throws Exception { test("data", "isindex"); @@ -16716,7 +16739,8 @@ */ @Test @Alerts(DEFAULT = "2", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE}) public void _datalist_isindex() throws Exception { test("datalist", "isindex"); @@ -16917,7 +16941,8 @@ */ @Test @Alerts(DEFAULT = "2", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({IE, FF}) public void _dd_isindex() throws Exception { test("dd", "isindex"); @@ -17100,7 +17125,8 @@ */ @Test @Alerts(DEFAULT = "2", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({IE, FF}) public void _del_isindex() throws Exception { test("del", "isindex"); @@ -17283,7 +17309,8 @@ */ @Test @Alerts(DEFAULT = "2", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE}) public void _details_isindex() throws Exception { test("details", "isindex"); @@ -17466,7 +17493,8 @@ */ @Test @Alerts(DEFAULT = "2", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({IE, FF}) public void _dfn_isindex() throws Exception { test("dfn", "isindex"); @@ -17649,7 +17677,8 @@ */ @Test @Alerts(DEFAULT = "2", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE}) public void _dialog_isindex() throws Exception { test("dialog", "isindex"); @@ -17832,7 +17861,8 @@ */ @Test @Alerts(DEFAULT = "2", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({IE, FF}) public void _dir_isindex() throws Exception { test("dir", "isindex"); @@ -18015,7 +18045,8 @@ */ @Test @Alerts(DEFAULT = "2", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({IE, FF}) public void _div_isindex() throws Exception { test("div", "isindex"); @@ -18198,7 +18229,8 @@ */ @Test @Alerts(DEFAULT = "2", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({IE, FF}) public void _dl_isindex() throws Exception { test("dl", "isindex"); @@ -18399,7 +18431,8 @@ */ @Test @Alerts(DEFAULT = "2", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({IE, FF}) public void _dt_isindex() throws Exception { test("dt", "isindex"); @@ -18582,7 +18615,8 @@ */ @Test @Alerts(DEFAULT = "2", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({IE, FF}) public void _em_isindex() throws Exception { test("em", "isindex"); @@ -20026,7 +20060,8 @@ */ @Test @Alerts(DEFAULT = "2", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({IE, FF}) public void _fieldset_isindex() throws Exception { test("fieldset", "isindex"); @@ -20209,7 +20244,8 @@ */ @Test @Alerts(DEFAULT = "2", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE}) public void _figcaption_isindex() throws Exception { test("figcaption", "isindex"); @@ -20392,7 +20428,8 @@ */ @Test @Alerts(DEFAULT = "2", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE}) public void _figure_isindex() throws Exception { test("figure", "isindex"); @@ -20575,7 +20612,8 @@ */ @Test @Alerts(DEFAULT = "2", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({IE, FF}) public void _font_isindex() throws Exception { test("font", "isindex"); @@ -20758,7 +20796,8 @@ */ @Test @Alerts(DEFAULT = "2", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE}) public void _footer_isindex() throws Exception { test("footer", "isindex"); @@ -23689,7 +23728,8 @@ */ @Test @Alerts(DEFAULT = "2", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({IE, FF}) public void _h1_isindex() throws Exception { test("h1", "isindex"); @@ -23926,7 +23966,8 @@ */ @Test @Alerts(DEFAULT = "2", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({IE, FF}) public void _h2_isindex() throws Exception { test("h2", "isindex"); @@ -24163,7 +24204,8 @@ */ @Test @Alerts(DEFAULT = "2", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({IE, FF}) public void _h3_isindex() throws Exception { test("h3", "isindex"); @@ -24400,7 +24442,8 @@ */ @Test @Alerts(DEFAULT = "2", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({IE, FF}) public void _h4_isindex() throws Exception { test("h4", "isindex"); @@ -24637,7 +24680,8 @@ */ @Test @Alerts(DEFAULT = "2", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({IE, FF}) public void _h5_isindex() throws Exception { test("h5", "isindex"); @@ -24874,7 +24918,8 @@ */ @Test @Alerts(DEFAULT = "2", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({IE, FF}) public void _h6_isindex() throws Exception { test("h6", "isindex"); @@ -26318,7 +26363,8 @@ */ @Test @Alerts(DEFAULT = "2", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE}) public void _header_isindex() throws Exception { test("header", "isindex"); @@ -29023,7 +29069,8 @@ */ @Test @Alerts(DEFAULT = "2", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({IE, FF}) public void _i_isindex() throws Exception { test("i", "isindex"); @@ -32989,7 +33036,8 @@ */ @Test @Alerts(DEFAULT = "2", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({IE, FF}) public void _ins_isindex() throws Exception { test("ins", "isindex"); @@ -33072,7 +33120,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_a() throws Exception { test("isindex", "a"); @@ -33083,7 +33132,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_abbr() throws Exception { test("isindex", "abbr"); @@ -33094,7 +33144,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_acronym() throws Exception { test("isindex", "acronym"); @@ -33105,7 +33156,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_address() throws Exception { test("isindex", "address"); @@ -33116,7 +33168,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_applet() throws Exception { test("isindex", "applet"); @@ -33127,7 +33180,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "2") + CHROME = "2", + FF60 = "2") @NotYetImplemented({IE, FF, EDGE}) public void _isindex_area() throws Exception { test("isindex", "area"); @@ -33138,7 +33192,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_article() throws Exception { test("isindex", "article"); @@ -33149,7 +33204,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_aside() throws Exception { test("isindex", "aside"); @@ -33160,7 +33216,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_audio() throws Exception { test("isindex", "audio"); @@ -33171,7 +33228,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_b() throws Exception { test("isindex", "b"); @@ -33182,7 +33240,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "2") + CHROME = "2", + FF60 = "2") @NotYetImplemented({IE, FF, EDGE}) public void _isindex_base() throws Exception { test("isindex", "base"); @@ -33193,7 +33252,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "2") + CHROME = "2", + FF60 = "2") @NotYetImplemented({IE, FF, EDGE}) public void _isindex_basefont() throws Exception { test("isindex", "basefont"); @@ -33204,7 +33264,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_bdi() throws Exception { test("isindex", "bdi"); @@ -33215,7 +33276,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_bdo() throws Exception { test("isindex", "bdo"); @@ -33226,7 +33288,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "2") + CHROME = "2", + FF60 = "2") @NotYetImplemented({IE, FF, EDGE}) public void _isindex_bgsound() throws Exception { test("isindex", "bgsound"); @@ -33237,7 +33300,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_big() throws Exception { test("isindex", "big"); @@ -33248,7 +33312,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_blink() throws Exception { test("isindex", "blink"); @@ -33259,7 +33324,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_blockquote() throws Exception { test("isindex", "blockquote"); @@ -33270,7 +33336,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({IE, FF, EDGE}) public void _isindex_body() throws Exception { test("isindex", "body"); @@ -33281,7 +33348,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "2") + CHROME = "2", + FF60 = "2") @NotYetImplemented({IE, FF, EDGE}) public void _isindex_br() throws Exception { test("isindex", "br"); @@ -33292,7 +33360,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_button() throws Exception { test("isindex", "button"); @@ -33303,7 +33372,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_canvas() throws Exception { test("isindex", "canvas"); @@ -33314,7 +33384,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({IE, FF, EDGE}) public void _isindex_caption() throws Exception { test("isindex", "caption"); @@ -33325,7 +33396,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_center() throws Exception { test("isindex", "center"); @@ -33336,7 +33408,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_cite() throws Exception { test("isindex", "cite"); @@ -33347,7 +33420,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_code() throws Exception { test("isindex", "code"); @@ -33358,7 +33432,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({IE, FF, EDGE}) public void _isindex_col() throws Exception { test("isindex", "col"); @@ -33369,7 +33444,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({IE, FF, EDGE}) public void _isindex_colgroup() throws Exception { test("isindex", "colgroup"); @@ -33380,7 +33456,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "2") + CHROME = "2", + FF60 = "1") @NotYetImplemented({IE, FF, EDGE}) public void _isindex_command() throws Exception { test("isindex", "command"); @@ -33391,7 +33468,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_content() throws Exception { test("isindex", "content"); @@ -33402,7 +33480,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_data() throws Exception { test("isindex", "data"); @@ -33413,7 +33492,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_datalist() throws Exception { test("isindex", "datalist"); @@ -33424,7 +33504,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_dd() throws Exception { test("isindex", "dd"); @@ -33435,7 +33516,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_del() throws Exception { test("isindex", "del"); @@ -33446,7 +33528,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_details() throws Exception { test("isindex", "details"); @@ -33457,7 +33540,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_dfn() throws Exception { test("isindex", "dfn"); @@ -33468,7 +33552,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_dialog() throws Exception { test("isindex", "dialog"); @@ -33479,7 +33564,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_dir() throws Exception { test("isindex", "dir"); @@ -33490,7 +33576,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_div() throws Exception { test("isindex", "div"); @@ -33501,7 +33588,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_dl() throws Exception { test("isindex", "dl"); @@ -33512,7 +33600,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_dt() throws Exception { test("isindex", "dt"); @@ -33523,7 +33612,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_em() throws Exception { test("isindex", "em"); @@ -33534,7 +33624,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "2") + CHROME = "2", + FF60 = "2") @NotYetImplemented({IE, FF, EDGE}) public void _isindex_embed() throws Exception { test("isindex", "embed"); @@ -33545,7 +33636,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_fieldset() throws Exception { test("isindex", "fieldset"); @@ -33556,7 +33648,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_figcaption() throws Exception { test("isindex", "figcaption"); @@ -33567,7 +33660,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_figure() throws Exception { test("isindex", "figure"); @@ -33578,7 +33672,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_font() throws Exception { test("isindex", "font"); @@ -33589,7 +33684,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_footer() throws Exception { test("isindex", "footer"); @@ -33600,7 +33696,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_form() throws Exception { test("isindex", "form"); @@ -33611,7 +33708,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_frame() throws Exception { test("isindex", "frame"); @@ -33622,7 +33720,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_frameset() throws Exception { test("isindex", "frameset"); @@ -33633,7 +33732,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_h1() throws Exception { test("isindex", "h1"); @@ -33644,7 +33744,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_h2() throws Exception { test("isindex", "h2"); @@ -33655,7 +33756,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_h3() throws Exception { test("isindex", "h3"); @@ -33666,7 +33768,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_h4() throws Exception { test("isindex", "h4"); @@ -33677,7 +33780,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_h5() throws Exception { test("isindex", "h5"); @@ -33688,7 +33792,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_h6() throws Exception { test("isindex", "h6"); @@ -33699,7 +33804,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({IE, FF, EDGE}) public void _isindex_head() throws Exception { test("isindex", "head"); @@ -33710,7 +33816,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_header() throws Exception { test("isindex", "header"); @@ -33721,7 +33828,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "2") + CHROME = "2", + FF60 = "2") @NotYetImplemented({IE, FF, EDGE}) public void _isindex_hr() throws Exception { test("isindex", "hr"); @@ -33732,7 +33840,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({IE, FF, EDGE}) public void _isindex_html() throws Exception { test("isindex", "html"); @@ -33743,7 +33852,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_i() throws Exception { test("isindex", "i"); @@ -33754,7 +33864,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_iframe() throws Exception { test("isindex", "iframe"); @@ -33765,7 +33876,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "2") + CHROME = "2", + FF60 = "2") @NotYetImplemented({IE, FF, EDGE}) public void _isindex_image() throws Exception { test("isindex", "image"); @@ -33776,7 +33888,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "2") + CHROME = "2", + FF60 = "2") @NotYetImplemented({IE, FF, EDGE}) public void _isindex_img() throws Exception { test("isindex", "img"); @@ -33787,7 +33900,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "2") + CHROME = "2", + FF60 = "2") @NotYetImplemented({IE, FF, EDGE}) public void _isindex_input() throws Exception { test("isindex", "input"); @@ -33798,7 +33912,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_ins() throws Exception { test("isindex", "ins"); @@ -33809,7 +33924,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") public void _isindex_isindex() throws Exception { test("isindex", "isindex"); } @@ -33819,7 +33935,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_kbd() throws Exception { test("isindex", "kbd"); @@ -33830,7 +33947,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "2") + CHROME = "2", + FF60 = "2") @NotYetImplemented({IE, FF, EDGE}) public void _isindex_keygen() throws Exception { test("isindex", "keygen"); @@ -33841,7 +33959,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_label() throws Exception { test("isindex", "label"); @@ -33852,7 +33971,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_layer() throws Exception { test("isindex", "layer"); @@ -33863,7 +33983,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_legend() throws Exception { test("isindex", "legend"); @@ -33874,7 +33995,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_li() throws Exception { test("isindex", "li"); @@ -33885,7 +34007,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "2") + CHROME = "2", + FF60 = "2") @NotYetImplemented({IE, FF, EDGE}) public void _isindex_link() throws Exception { test("isindex", "link"); @@ -33896,7 +34019,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_listing() throws Exception { test("isindex", "listing"); @@ -33907,7 +34031,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_main() throws Exception { test("isindex", "main"); @@ -33918,7 +34043,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_map() throws Exception { test("isindex", "map"); @@ -33929,7 +34055,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_mark() throws Exception { test("isindex", "mark"); @@ -33940,7 +34067,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_marquee() throws Exception { test("isindex", "marquee"); @@ -33951,7 +34079,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_menu() throws Exception { test("isindex", "menu"); @@ -33962,7 +34091,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_menuitem() throws Exception { test("isindex", "menuitem"); @@ -33973,7 +34103,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "2") + CHROME = "2", + FF60 = "2") @NotYetImplemented({IE, FF, EDGE}) public void _isindex_meta() throws Exception { test("isindex", "meta"); @@ -33984,7 +34115,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_meter() throws Exception { test("isindex", "meter"); @@ -33995,7 +34127,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_multicol() throws Exception { test("isindex", "multicol"); @@ -34006,7 +34139,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_nav() throws Exception { test("isindex", "nav"); @@ -34017,7 +34151,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({IE, FF, EDGE}) public void _isindex_nextid() throws Exception { test("isindex", "nextid"); @@ -34028,7 +34163,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_nobr() throws Exception { test("isindex", "nobr"); @@ -34039,7 +34175,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_noembed() throws Exception { test("isindex", "noembed"); @@ -34050,7 +34187,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_noframes() throws Exception { test("isindex", "noframes"); @@ -34061,7 +34199,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_nolayer() throws Exception { test("isindex", "nolayer"); @@ -34072,7 +34211,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_noscript() throws Exception { test("isindex", "noscript"); @@ -34083,7 +34223,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_object() throws Exception { test("isindex", "object"); @@ -34094,7 +34235,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_ol() throws Exception { test("isindex", "ol"); @@ -34105,7 +34247,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({IE, FF, EDGE}) public void _isindex_optgroup() throws Exception { test("isindex", "optgroup"); @@ -34116,7 +34259,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({IE, FF, EDGE}) public void _isindex_option() throws Exception { test("isindex", "option"); @@ -34127,7 +34271,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_output() throws Exception { test("isindex", "output"); @@ -34138,7 +34283,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_p() throws Exception { test("isindex", "p"); @@ -34149,7 +34295,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "2") + CHROME = "2", + FF60 = "2") @NotYetImplemented({IE, FF, EDGE}) public void _isindex_param() throws Exception { test("isindex", "param"); @@ -34160,7 +34307,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({IE, FF, EDGE}) public void _isindex_picture() throws Exception { test("isindex", "picture"); @@ -34171,7 +34319,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE}) public void _isindex_plaintext() throws Exception { test("isindex", "plaintext"); @@ -34182,7 +34331,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_pre() throws Exception { test("isindex", "pre"); @@ -34193,7 +34343,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_progress() throws Exception { test("isindex", "progress"); @@ -34204,7 +34355,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_q() throws Exception { test("isindex", "q"); @@ -34215,7 +34367,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_rp() throws Exception { test("isindex", "rp"); @@ -34226,7 +34379,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_rt() throws Exception { test("isindex", "rt"); @@ -34237,7 +34391,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_ruby() throws Exception { test("isindex", "ruby"); @@ -34248,7 +34403,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_s() throws Exception { test("isindex", "s"); @@ -34259,7 +34415,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_samp() throws Exception { test("isindex", "samp"); @@ -34270,7 +34427,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "2") + CHROME = "2", + FF60 = "2") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_script() throws Exception { test("isindex", "script"); @@ -34281,7 +34439,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_section() throws Exception { test("isindex", "section"); @@ -34292,7 +34451,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_select() throws Exception { test("isindex", "select"); @@ -34303,7 +34463,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE}) public void _isindex_slot() throws Exception { test("isindex", "slot"); @@ -34314,7 +34475,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_small() throws Exception { test("isindex", "small"); @@ -34325,7 +34487,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "2") + CHROME = "2", + FF60 = "2") @NotYetImplemented({IE, FF, EDGE}) public void _isindex_source() throws Exception { test("isindex", "source"); @@ -34336,7 +34499,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_span() throws Exception { test("isindex", "span"); @@ -34347,7 +34511,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_strike() throws Exception { test("isindex", "strike"); @@ -34358,7 +34523,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_strong() throws Exception { test("isindex", "strong"); @@ -34369,7 +34535,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_style() throws Exception { test("isindex", "style"); @@ -34380,7 +34547,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_sub() throws Exception { test("isindex", "sub"); @@ -34391,7 +34559,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_summary() throws Exception { test("isindex", "summary"); @@ -34402,7 +34571,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_sup() throws Exception { test("isindex", "sup"); @@ -34413,7 +34583,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_table() throws Exception { test("isindex", "table"); @@ -34424,7 +34595,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({IE, FF, EDGE}) public void _isindex_tbody() throws Exception { test("isindex", "tbody"); @@ -34435,7 +34607,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({IE, FF, EDGE}) public void _isindex_td() throws Exception { test("isindex", "td"); @@ -34446,7 +34619,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({IE, FF, EDGE}) public void _isindex_template() throws Exception { test("isindex", "template"); @@ -34457,7 +34631,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_textarea() throws Exception { test("isindex", "textarea"); @@ -34468,7 +34643,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({IE, FF, EDGE}) public void _isindex_tfoot() throws Exception { test("isindex", "tfoot"); @@ -34479,7 +34655,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({IE, FF, EDGE}) public void _isindex_th() throws Exception { test("isindex", "th"); @@ -34490,7 +34667,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({IE, FF, EDGE}) public void _isindex_thead() throws Exception { test("isindex", "thead"); @@ -34501,7 +34679,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_time() throws Exception { test("isindex", "time"); @@ -34512,7 +34691,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({IE, FF, EDGE}) public void _isindex_title() throws Exception { test("isindex", "title"); @@ -34523,7 +34703,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({IE, FF, EDGE}) public void _isindex_tr() throws Exception { test("isindex", "tr"); @@ -34534,7 +34715,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "2") + CHROME = "2", + FF60 = "2") @NotYetImplemented({IE, FF, EDGE}) public void _isindex_track() throws Exception { test("isindex", "track"); @@ -34545,7 +34727,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_tt() throws Exception { test("isindex", "tt"); @@ -34556,7 +34739,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_u() throws Exception { test("isindex", "u"); @@ -34567,7 +34751,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_ul() throws Exception { test("isindex", "ul"); @@ -34578,7 +34763,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_var() throws Exception { test("isindex", "var"); @@ -34589,7 +34775,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_video() throws Exception { test("isindex", "video"); @@ -34600,7 +34787,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "2") + CHROME = "2", + FF60 = "2") @NotYetImplemented({IE, FF, EDGE}) public void _isindex_wbr() throws Exception { test("isindex", "wbr"); @@ -34611,7 +34799,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE, EDGE}) public void _isindex_xmp() throws Exception { test("isindex", "xmp"); @@ -34722,7 +34911,8 @@ */ @Test @Alerts(DEFAULT = "2", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({IE, FF}) public void _kbd_isindex() throws Exception { test("kbd", "isindex"); @@ -36306,7 +36496,8 @@ */ @Test @Alerts(DEFAULT = "2", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({IE, FF}) public void _label_isindex() throws Exception { test("label", "isindex"); @@ -36489,7 +36680,8 @@ */ @Test @Alerts(DEFAULT = "2", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE}) public void _layer_isindex() throws Exception { test("layer", "isindex"); @@ -36672,7 +36864,8 @@ */ @Test @Alerts(DEFAULT = "2", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE}) public void _legend_isindex() throws Exception { test("legend", "isindex"); @@ -36855,7 +37048,8 @@ */ @Test @Alerts(DEFAULT = "2", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({IE, FF}) public void _li_isindex() throws Exception { test("li", "isindex"); @@ -38308,7 +38502,8 @@ */ @Test @Alerts(DEFAULT = "2", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE}) public void _listing_isindex() throws Exception { test("listing", "isindex"); @@ -38491,7 +38686,8 @@ */ @Test @Alerts(DEFAULT = "2", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE}) public void _main_isindex() throws Exception { test("main", "isindex"); @@ -38674,7 +38870,8 @@ */ @Test @Alerts(DEFAULT = "2", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({IE, FF}) public void _map_isindex() throws Exception { test("map", "isindex"); @@ -38857,7 +39054,8 @@ */ @Test @Alerts(DEFAULT = "2", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE}) public void _mark_isindex() throws Exception { test("mark", "isindex"); @@ -39040,7 +39238,8 @@ */ @Test @Alerts(DEFAULT = "2", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({IE, FF}) public void _marquee_isindex() throws Exception { test("marquee", "isindex"); @@ -39223,7 +39422,8 @@ */ @Test @Alerts(DEFAULT = "2", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({IE, FF}) public void _menu_isindex() throws Exception { test("menu", "isindex"); @@ -39406,7 +39606,8 @@ */ @Test @Alerts(DEFAULT = "2", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE}) public void _menuitem_isindex() throws Exception { test("menuitem", "isindex"); @@ -40850,7 +41051,8 @@ */ @Test @Alerts(DEFAULT = "2", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE}) public void _meter_isindex() throws Exception { test("meter", "isindex"); @@ -41033,7 +41235,8 @@ */ @Test @Alerts(DEFAULT = "2", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE}) public void _multicol_isindex() throws Exception { test("multicol", "isindex"); @@ -41216,7 +41419,8 @@ */ @Test @Alerts(DEFAULT = "2", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE}) public void _nav_isindex() throws Exception { test("nav", "isindex"); @@ -41399,7 +41603,8 @@ */ @Test @Alerts(DEFAULT = "2", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE}) public void _nextid_isindex() throws Exception { test("nextid", "isindex"); @@ -41582,7 +41787,8 @@ */ @Test @Alerts(DEFAULT = "2", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({IE, FF}) public void _nobr_isindex() throws Exception { test("nobr", "isindex"); @@ -41964,7 +42170,8 @@ */ @Test @Alerts(DEFAULT = "2", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE}) public void _nolayer_isindex() throws Exception { test("nolayer", "isindex"); @@ -42147,7 +42354,8 @@ */ @Test @Alerts(DEFAULT = "2", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE}) public void _object_isindex() throws Exception { test("object", "isindex"); @@ -42330,7 +42538,8 @@ */ @Test @Alerts(DEFAULT = "2", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({IE, FF}) public void _ol_isindex() throws Exception { test("ol", "isindex"); @@ -42513,7 +42722,8 @@ */ @Test @Alerts(DEFAULT = "2", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE}) public void _optgroup_isindex() throws Exception { test("optgroup", "isindex"); @@ -42696,7 +42906,8 @@ */ @Test @Alerts(DEFAULT = "2", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE}) public void _option_isindex() throws Exception { test("option", "isindex"); @@ -42897,7 +43108,8 @@ */ @Test @Alerts(DEFAULT = "2", - CHROME = "1") + CHROME = "1", + FF60 = "1") @NotYetImplemented({FF, IE}) public void _output_isindex() throws Exception { test("output", "isindex"); @@ -43098,6 +43310,16 @@ * @throws Exception if the test fails */ @Test + @Alerts(DEFAULT = "1", + FF60 = "0") + public void _p_dialog() throws Exception { + test("p", "dialog"); + } + + /** + * @throws Exception if the test fails + */ + @Test @Alerts("0") public void _p_dir() throws Exception { test("p", "dir"); @@ -43288,7 +43510,8 @@ */ @Test @Alerts(DEFAULT = "0", - CHROME = "1") + CHROME = "1", + ... [truncated message content] |