[HtmlUnit] SVN: [15419] trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/ general/huge/ElementClosesElementTest.java

rbri--- via HtmlUnit-develop <[email protected]>
Newsgroups gmane.comp.java.htmlunit.devel
Message-ID <[email protected]>
Revision: 15419
          http://sourceforge.net/p/htmlunit/code/15419
Author:   rbri
Date:     2018-06-29 20:48:01 +0000 (Fri, 29 Jun 2018)
Log Message:
-----------
ff60 support (wip)

Modified Paths:
--------------
    trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/ElementClosesElementTest.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-06-29 19:51:23 UTC (rev 15418)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/ElementClosesElementTest.java	2018-06-29 20:48:01 UTC (rev 15419)
@@ -17,6 +17,8 @@
 import static com.gargoylesoftware.htmlunit.BrowserRunner.TestedBrowser.CHROME;
 import static com.gargoylesoftware.htmlunit.BrowserRunner.TestedBrowser.EDGE;
 import static com.gargoylesoftware.htmlunit.BrowserRunner.TestedBrowser.FF;
+import static com.gargoylesoftware.htmlunit.BrowserRunner.TestedBrowser.FF52;
+import static com.gargoylesoftware.htmlunit.BrowserRunner.TestedBrowser.FF60;
 import static com.gargoylesoftware.htmlunit.BrowserRunner.TestedBrowser.IE;
 
 import java.util.ArrayList;
@@ -235,7 +237,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({IE, FF})
+    @NotYetImplemented({IE, FF52})
     public void _a_isindex() throws Exception {
         test("a", "isindex");
     }
@@ -419,7 +421,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({IE, FF})
+    @NotYetImplemented({IE, FF52})
     public void _abbr_isindex() throws Exception {
         test("abbr", "isindex");
     }
@@ -603,7 +605,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({IE, FF})
+    @NotYetImplemented({IE, FF52})
     public void _acronym_isindex() throws Exception {
         test("acronym", "isindex");
     }
@@ -787,7 +789,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({IE, FF})
+    @NotYetImplemented({IE, FF52})
     public void _address_isindex() throws Exception {
         test("address", "isindex");
     }
@@ -971,7 +973,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE})
+    @NotYetImplemented({FF52, IE})
     public void _applet_isindex() throws Exception {
         test("applet", "isindex");
     }
@@ -2415,7 +2417,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE})
+    @NotYetImplemented({FF52, IE})
     public void _article_isindex() throws Exception {
         test("article", "isindex");
     }
@@ -2599,7 +2601,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE})
+    @NotYetImplemented({FF52, IE})
     public void _aside_isindex() throws Exception {
         test("aside", "isindex");
     }
@@ -2783,7 +2785,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE})
+    @NotYetImplemented({FF52, IE})
     public void _audio_isindex() throws Exception {
         test("audio", "isindex");
     }
@@ -2967,7 +2969,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({IE, FF})
+    @NotYetImplemented({IE, FF52})
     public void _b_isindex() throws Exception {
         test("b", "isindex");
     }
@@ -5671,7 +5673,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE})
+    @NotYetImplemented({FF52, IE})
     public void _bdi_isindex() throws Exception {
         test("bdi", "isindex");
     }
@@ -5855,7 +5857,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({IE, FF})
+    @NotYetImplemented({IE, FF52})
     public void _bdo_isindex() throws Exception {
         test("bdo", "isindex");
     }
@@ -7299,7 +7301,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({IE, FF})
+    @NotYetImplemented({IE, FF52})
     public void _big_isindex() throws Exception {
         test("big", "isindex");
     }
@@ -7483,7 +7485,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({IE, FF})
+    @NotYetImplemented({IE, FF52})
     public void _blink_isindex() throws Exception {
         test("blink", "isindex");
     }
@@ -7667,7 +7669,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({IE, FF})
+    @NotYetImplemented({IE, FF52})
     public void _blockquote_isindex() throws Exception {
         test("blockquote", "isindex");
     }
@@ -8283,7 +8285,7 @@
     @Alerts(DEFAULT = "3",
             CHROME = "2",
             FF60 = "2")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _body_isindex() throws Exception {
         test("body", "isindex");
     }
@@ -10267,7 +10269,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({IE, FF})
+    @NotYetImplemented({IE, FF52})
     public void _button_isindex() throws Exception {
         test("button", "isindex");
     }
@@ -10451,7 +10453,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE})
+    @NotYetImplemented({FF52, IE})
     public void _canvas_isindex() throws Exception {
         test("canvas", "isindex");
     }
@@ -11896,7 +11898,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({IE, FF})
+    @NotYetImplemented({IE, FF52})
     public void _center_isindex() throws Exception {
         test("center", "isindex");
     }
@@ -12080,7 +12082,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({IE, FF})
+    @NotYetImplemented({IE, FF52})
     public void _cite_isindex() throws Exception {
         test("cite", "isindex");
     }
@@ -12264,7 +12266,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({IE, FF})
+    @NotYetImplemented({IE, FF52})
     public void _code_isindex() throws Exception {
         test("code", "isindex");
     }
@@ -15540,7 +15542,7 @@
     @Alerts(DEFAULT = "0",
             FF52 = "2",
             FF60 = "1")
-    @NotYetImplemented({FF, EDGE})
+    @NotYetImplemented({FF52, EDGE})
     public void _command_isindex() throws Exception {
         test("command", "isindex");
     }
@@ -16373,7 +16375,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE})
+    @NotYetImplemented({FF52, IE})
     public void _content_isindex() throws Exception {
         test("content", "isindex");
     }
@@ -16557,7 +16559,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE})
+    @NotYetImplemented({FF52, IE})
     public void _data_isindex() throws Exception {
         test("data", "isindex");
     }
@@ -16741,7 +16743,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE})
+    @NotYetImplemented({FF52, IE})
     public void _datalist_isindex() throws Exception {
         test("datalist", "isindex");
     }
@@ -16943,7 +16945,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({IE, FF})
+    @NotYetImplemented({IE, FF52})
     public void _dd_isindex() throws Exception {
         test("dd", "isindex");
     }
@@ -17127,7 +17129,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({IE, FF})
+    @NotYetImplemented({IE, FF52})
     public void _del_isindex() throws Exception {
         test("del", "isindex");
     }
@@ -17311,7 +17313,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE})
+    @NotYetImplemented({FF52, IE})
     public void _details_isindex() throws Exception {
         test("details", "isindex");
     }
@@ -17495,7 +17497,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({IE, FF})
+    @NotYetImplemented({IE, FF52})
     public void _dfn_isindex() throws Exception {
         test("dfn", "isindex");
     }
@@ -17679,7 +17681,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE})
+    @NotYetImplemented({FF52, IE})
     public void _dialog_isindex() throws Exception {
         test("dialog", "isindex");
     }
@@ -17863,7 +17865,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({IE, FF})
+    @NotYetImplemented({IE, FF52})
     public void _dir_isindex() throws Exception {
         test("dir", "isindex");
     }
@@ -18047,7 +18049,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({IE, FF})
+    @NotYetImplemented({IE, FF52})
     public void _div_isindex() throws Exception {
         test("div", "isindex");
     }
@@ -18231,7 +18233,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({IE, FF})
+    @NotYetImplemented({IE, FF52})
     public void _dl_isindex() throws Exception {
         test("dl", "isindex");
     }
@@ -18433,7 +18435,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({IE, FF})
+    @NotYetImplemented({IE, FF52})
     public void _dt_isindex() throws Exception {
         test("dt", "isindex");
     }
@@ -18617,7 +18619,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({IE, FF})
+    @NotYetImplemented({IE, FF52})
     public void _em_isindex() throws Exception {
         test("em", "isindex");
     }
@@ -20062,7 +20064,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({IE, FF})
+    @NotYetImplemented({IE, FF52})
     public void _fieldset_isindex() throws Exception {
         test("fieldset", "isindex");
     }
@@ -20246,7 +20248,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE})
+    @NotYetImplemented({FF52, IE})
     public void _figcaption_isindex() throws Exception {
         test("figcaption", "isindex");
     }
@@ -20430,7 +20432,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE})
+    @NotYetImplemented({FF52, IE})
     public void _figure_isindex() throws Exception {
         test("figure", "isindex");
     }
@@ -20614,7 +20616,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({IE, FF})
+    @NotYetImplemented({IE, FF52})
     public void _font_isindex() throws Exception {
         test("font", "isindex");
     }
@@ -20798,7 +20800,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE})
+    @NotYetImplemented({FF52, IE})
     public void _footer_isindex() throws Exception {
         test("footer", "isindex");
     }
@@ -23730,7 +23732,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({IE, FF})
+    @NotYetImplemented({IE, FF52})
     public void _h1_isindex() throws Exception {
         test("h1", "isindex");
     }
@@ -23968,7 +23970,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({IE, FF})
+    @NotYetImplemented({IE, FF52})
     public void _h2_isindex() throws Exception {
         test("h2", "isindex");
     }
@@ -24206,7 +24208,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({IE, FF})
+    @NotYetImplemented({IE, FF52})
     public void _h3_isindex() throws Exception {
         test("h3", "isindex");
     }
@@ -24444,7 +24446,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({IE, FF})
+    @NotYetImplemented({IE, FF52})
     public void _h4_isindex() throws Exception {
         test("h4", "isindex");
     }
@@ -24682,7 +24684,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({IE, FF})
+    @NotYetImplemented({IE, FF52})
     public void _h5_isindex() throws Exception {
         test("h5", "isindex");
     }
@@ -24920,7 +24922,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({IE, FF})
+    @NotYetImplemented({IE, FF52})
     public void _h6_isindex() throws Exception {
         test("h6", "isindex");
     }
@@ -26365,7 +26367,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE})
+    @NotYetImplemented({FF52, IE})
     public void _header_isindex() throws Exception {
         test("header", "isindex");
     }
@@ -29071,7 +29073,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({IE, FF})
+    @NotYetImplemented({IE, FF52})
     public void _i_isindex() throws Exception {
         test("i", "isindex");
     }
@@ -33038,7 +33040,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({IE, FF})
+    @NotYetImplemented({IE, FF52})
     public void _ins_isindex() throws Exception {
         test("ins", "isindex");
     }
@@ -33122,7 +33124,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_a() throws Exception {
         test("isindex", "a");
     }
@@ -33134,7 +33136,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_abbr() throws Exception {
         test("isindex", "abbr");
     }
@@ -33146,7 +33148,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_acronym() throws Exception {
         test("isindex", "acronym");
     }
@@ -33158,7 +33160,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_address() throws Exception {
         test("isindex", "address");
     }
@@ -33170,7 +33172,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_applet() throws Exception {
         test("isindex", "applet");
     }
@@ -33182,7 +33184,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "2",
             FF60 = "2")
-    @NotYetImplemented({IE, FF, EDGE})
+    @NotYetImplemented({IE, FF52, EDGE})
     public void _isindex_area() throws Exception {
         test("isindex", "area");
     }
@@ -33194,7 +33196,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_article() throws Exception {
         test("isindex", "article");
     }
@@ -33206,7 +33208,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_aside() throws Exception {
         test("isindex", "aside");
     }
@@ -33218,7 +33220,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_audio() throws Exception {
         test("isindex", "audio");
     }
@@ -33230,7 +33232,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_b() throws Exception {
         test("isindex", "b");
     }
@@ -33242,7 +33244,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "2",
             FF60 = "2")
-    @NotYetImplemented({IE, FF, EDGE})
+    @NotYetImplemented({IE, FF52, EDGE})
     public void _isindex_base() throws Exception {
         test("isindex", "base");
     }
@@ -33254,7 +33256,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "2",
             FF60 = "2")
-    @NotYetImplemented({IE, FF, EDGE})
+    @NotYetImplemented({IE, FF52, EDGE})
     public void _isindex_basefont() throws Exception {
         test("isindex", "basefont");
     }
@@ -33266,7 +33268,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_bdi() throws Exception {
         test("isindex", "bdi");
     }
@@ -33278,7 +33280,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_bdo() throws Exception {
         test("isindex", "bdo");
     }
@@ -33290,7 +33292,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "2",
             FF60 = "2")
-    @NotYetImplemented({IE, FF, EDGE})
+    @NotYetImplemented({IE, FF52, EDGE})
     public void _isindex_bgsound() throws Exception {
         test("isindex", "bgsound");
     }
@@ -33302,7 +33304,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_big() throws Exception {
         test("isindex", "big");
     }
@@ -33314,7 +33316,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_blink() throws Exception {
         test("isindex", "blink");
     }
@@ -33326,7 +33328,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_blockquote() throws Exception {
         test("isindex", "blockquote");
     }
@@ -33338,7 +33340,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({IE, FF, EDGE})
+    @NotYetImplemented({IE, FF52, EDGE})
     public void _isindex_body() throws Exception {
         test("isindex", "body");
     }
@@ -33350,7 +33352,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "2",
             FF60 = "2")
-    @NotYetImplemented({IE, FF, EDGE})
+    @NotYetImplemented({IE, FF52, EDGE})
     public void _isindex_br() throws Exception {
         test("isindex", "br");
     }
@@ -33362,7 +33364,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_button() throws Exception {
         test("isindex", "button");
     }
@@ -33374,7 +33376,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_canvas() throws Exception {
         test("isindex", "canvas");
     }
@@ -33386,7 +33388,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({IE, FF, EDGE})
+    @NotYetImplemented({IE, FF52, EDGE})
     public void _isindex_caption() throws Exception {
         test("isindex", "caption");
     }
@@ -33398,7 +33400,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_center() throws Exception {
         test("isindex", "center");
     }
@@ -33410,7 +33412,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_cite() throws Exception {
         test("isindex", "cite");
     }
@@ -33422,7 +33424,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_code() throws Exception {
         test("isindex", "code");
     }
@@ -33434,7 +33436,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({IE, FF, EDGE})
+    @NotYetImplemented({IE, FF52, EDGE})
     public void _isindex_col() throws Exception {
         test("isindex", "col");
     }
@@ -33446,7 +33448,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({IE, FF, EDGE})
+    @NotYetImplemented({IE, FF52, EDGE})
     public void _isindex_colgroup() throws Exception {
         test("isindex", "colgroup");
     }
@@ -33458,7 +33460,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "2",
             FF60 = "1")
-    @NotYetImplemented({IE, FF, EDGE})
+    @NotYetImplemented({IE, FF52, EDGE})
     public void _isindex_command() throws Exception {
         test("isindex", "command");
     }
@@ -33470,7 +33472,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_content() throws Exception {
         test("isindex", "content");
     }
@@ -33482,7 +33484,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_data() throws Exception {
         test("isindex", "data");
     }
@@ -33494,7 +33496,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_datalist() throws Exception {
         test("isindex", "datalist");
     }
@@ -33506,7 +33508,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_dd() throws Exception {
         test("isindex", "dd");
     }
@@ -33518,7 +33520,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_del() throws Exception {
         test("isindex", "del");
     }
@@ -33530,7 +33532,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_details() throws Exception {
         test("isindex", "details");
     }
@@ -33542,7 +33544,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_dfn() throws Exception {
         test("isindex", "dfn");
     }
@@ -33554,7 +33556,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_dialog() throws Exception {
         test("isindex", "dialog");
     }
@@ -33566,7 +33568,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_dir() throws Exception {
         test("isindex", "dir");
     }
@@ -33578,7 +33580,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_div() throws Exception {
         test("isindex", "div");
     }
@@ -33590,7 +33592,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_dl() throws Exception {
         test("isindex", "dl");
     }
@@ -33602,7 +33604,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_dt() throws Exception {
         test("isindex", "dt");
     }
@@ -33614,7 +33616,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_em() throws Exception {
         test("isindex", "em");
     }
@@ -33626,7 +33628,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "2",
             FF60 = "2")
-    @NotYetImplemented({IE, FF, EDGE})
+    @NotYetImplemented({IE, FF52, EDGE})
     public void _isindex_embed() throws Exception {
         test("isindex", "embed");
     }
@@ -33638,7 +33640,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_fieldset() throws Exception {
         test("isindex", "fieldset");
     }
@@ -33650,7 +33652,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_figcaption() throws Exception {
         test("isindex", "figcaption");
     }
@@ -33662,7 +33664,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_figure() throws Exception {
         test("isindex", "figure");
     }
@@ -33674,7 +33676,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_font() throws Exception {
         test("isindex", "font");
     }
@@ -33686,7 +33688,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_footer() throws Exception {
         test("isindex", "footer");
     }
@@ -33698,7 +33700,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_form() throws Exception {
         test("isindex", "form");
     }
@@ -33710,7 +33712,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_frame() throws Exception {
         test("isindex", "frame");
     }
@@ -33722,7 +33724,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_frameset() throws Exception {
         test("isindex", "frameset");
     }
@@ -33734,7 +33736,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_h1() throws Exception {
         test("isindex", "h1");
     }
@@ -33746,7 +33748,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_h2() throws Exception {
         test("isindex", "h2");
     }
@@ -33758,7 +33760,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_h3() throws Exception {
         test("isindex", "h3");
     }
@@ -33770,7 +33772,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_h4() throws Exception {
         test("isindex", "h4");
     }
@@ -33782,7 +33784,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_h5() throws Exception {
         test("isindex", "h5");
     }
@@ -33794,7 +33796,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_h6() throws Exception {
         test("isindex", "h6");
     }
@@ -33806,7 +33808,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({IE, FF, EDGE})
+    @NotYetImplemented({IE, FF52, EDGE})
     public void _isindex_head() throws Exception {
         test("isindex", "head");
     }
@@ -33818,7 +33820,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_header() throws Exception {
         test("isindex", "header");
     }
@@ -33830,7 +33832,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "2",
             FF60 = "2")
-    @NotYetImplemented({IE, FF, EDGE})
+    @NotYetImplemented({IE, FF52, EDGE})
     public void _isindex_hr() throws Exception {
         test("isindex", "hr");
     }
@@ -33842,7 +33844,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({IE, FF, EDGE})
+    @NotYetImplemented({IE, FF52, EDGE})
     public void _isindex_html() throws Exception {
         test("isindex", "html");
     }
@@ -33854,7 +33856,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_i() throws Exception {
         test("isindex", "i");
     }
@@ -33866,7 +33868,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_iframe() throws Exception {
         test("isindex", "iframe");
     }
@@ -33878,7 +33880,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "2",
             FF60 = "2")
-    @NotYetImplemented({IE, FF, EDGE})
+    @NotYetImplemented({IE, FF52, EDGE})
     public void _isindex_image() throws Exception {
         test("isindex", "image");
     }
@@ -33890,7 +33892,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "2",
             FF60 = "2")
-    @NotYetImplemented({IE, FF, EDGE})
+    @NotYetImplemented({IE, FF52, EDGE})
     public void _isindex_img() throws Exception {
         test("isindex", "img");
     }
@@ -33902,7 +33904,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "2",
             FF60 = "2")
-    @NotYetImplemented({IE, FF, EDGE})
+    @NotYetImplemented({IE, FF52, EDGE})
     public void _isindex_input() throws Exception {
         test("isindex", "input");
     }
@@ -33914,7 +33916,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_ins() throws Exception {
         test("isindex", "ins");
     }
@@ -33937,7 +33939,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_kbd() throws Exception {
         test("isindex", "kbd");
     }
@@ -33949,7 +33951,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "2",
             FF60 = "2")
-    @NotYetImplemented({IE, FF, EDGE})
+    @NotYetImplemented({IE, FF52, EDGE})
     public void _isindex_keygen() throws Exception {
         test("isindex", "keygen");
     }
@@ -33961,7 +33963,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_label() throws Exception {
         test("isindex", "label");
     }
@@ -33973,7 +33975,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_layer() throws Exception {
         test("isindex", "layer");
     }
@@ -33985,7 +33987,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_legend() throws Exception {
         test("isindex", "legend");
     }
@@ -33997,7 +33999,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_li() throws Exception {
         test("isindex", "li");
     }
@@ -34009,7 +34011,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "2",
             FF60 = "2")
-    @NotYetImplemented({IE, FF, EDGE})
+    @NotYetImplemented({IE, FF52, EDGE})
     public void _isindex_link() throws Exception {
         test("isindex", "link");
     }
@@ -34021,7 +34023,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_listing() throws Exception {
         test("isindex", "listing");
     }
@@ -34033,7 +34035,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_main() throws Exception {
         test("isindex", "main");
     }
@@ -34045,7 +34047,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_map() throws Exception {
         test("isindex", "map");
     }
@@ -34057,7 +34059,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_mark() throws Exception {
         test("isindex", "mark");
     }
@@ -34069,7 +34071,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_marquee() throws Exception {
         test("isindex", "marquee");
     }
@@ -34081,7 +34083,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_menu() throws Exception {
         test("isindex", "menu");
     }
@@ -34093,7 +34095,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_menuitem() throws Exception {
         test("isindex", "menuitem");
     }
@@ -34105,7 +34107,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "2",
             FF60 = "2")
-    @NotYetImplemented({IE, FF, EDGE})
+    @NotYetImplemented({IE, FF52, EDGE})
     public void _isindex_meta() throws Exception {
         test("isindex", "meta");
     }
@@ -34117,7 +34119,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_meter() throws Exception {
         test("isindex", "meter");
     }
@@ -34129,7 +34131,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_multicol() throws Exception {
         test("isindex", "multicol");
     }
@@ -34141,7 +34143,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_nav() throws Exception {
         test("isindex", "nav");
     }
@@ -34153,7 +34155,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({IE, FF, EDGE})
+    @NotYetImplemented({IE, FF52, EDGE})
     public void _isindex_nextid() throws Exception {
         test("isindex", "nextid");
     }
@@ -34165,7 +34167,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_nobr() throws Exception {
         test("isindex", "nobr");
     }
@@ -34177,7 +34179,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_noembed() throws Exception {
         test("isindex", "noembed");
     }
@@ -34189,7 +34191,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_noframes() throws Exception {
         test("isindex", "noframes");
     }
@@ -34201,7 +34203,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_nolayer() throws Exception {
         test("isindex", "nolayer");
     }
@@ -34213,7 +34215,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_noscript() throws Exception {
         test("isindex", "noscript");
     }
@@ -34225,7 +34227,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_object() throws Exception {
         test("isindex", "object");
     }
@@ -34237,7 +34239,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_ol() throws Exception {
         test("isindex", "ol");
     }
@@ -34249,7 +34251,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({IE, FF, EDGE})
+    @NotYetImplemented({IE, FF52, EDGE})
     public void _isindex_optgroup() throws Exception {
         test("isindex", "optgroup");
     }
@@ -34261,7 +34263,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({IE, FF, EDGE})
+    @NotYetImplemented({IE, FF52, EDGE})
     public void _isindex_option() throws Exception {
         test("isindex", "option");
     }
@@ -34273,7 +34275,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_output() throws Exception {
         test("isindex", "output");
     }
@@ -34285,7 +34287,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_p() throws Exception {
         test("isindex", "p");
     }
@@ -34297,7 +34299,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "2",
             FF60 = "2")
-    @NotYetImplemented({IE, FF, EDGE})
+    @NotYetImplemented({IE, FF52, EDGE})
     public void _isindex_param() throws Exception {
         test("isindex", "param");
     }
@@ -34309,7 +34311,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({IE, FF, EDGE})
+    @NotYetImplemented({IE, FF52, EDGE})
     public void _isindex_picture() throws Exception {
         test("isindex", "picture");
     }
@@ -34321,7 +34323,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE})
+    @NotYetImplemented({FF52, IE})
     public void _isindex_plaintext() throws Exception {
         test("isindex", "plaintext");
     }
@@ -34333,7 +34335,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_pre() throws Exception {
         test("isindex", "pre");
     }
@@ -34345,7 +34347,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_progress() throws Exception {
         test("isindex", "progress");
     }
@@ -34357,7 +34359,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_q() throws Exception {
         test("isindex", "q");
     }
@@ -34369,7 +34371,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_rp() throws Exception {
         test("isindex", "rp");
     }
@@ -34381,7 +34383,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_rt() throws Exception {
         test("isindex", "rt");
     }
@@ -34393,7 +34395,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_ruby() throws Exception {
         test("isindex", "ruby");
     }
@@ -34405,7 +34407,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_s() throws Exception {
         test("isindex", "s");
     }
@@ -34417,7 +34419,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_samp() throws Exception {
         test("isindex", "samp");
     }
@@ -34429,7 +34431,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "2",
             FF60 = "2")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_script() throws Exception {
         test("isindex", "script");
     }
@@ -34441,7 +34443,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_section() throws Exception {
         test("isindex", "section");
     }
@@ -34453,7 +34455,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_select() throws Exception {
         test("isindex", "select");
     }
@@ -34465,7 +34467,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE})
+    @NotYetImplemented({FF52, IE})
     public void _isindex_slot() throws Exception {
         test("isindex", "slot");
     }
@@ -34477,7 +34479,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_small() throws Exception {
         test("isindex", "small");
     }
@@ -34489,7 +34491,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "2",
             FF60 = "2")
-    @NotYetImplemented({IE, FF, EDGE})
+    @NotYetImplemented({IE, FF52, EDGE})
     public void _isindex_source() throws Exception {
         test("isindex", "source");
     }
@@ -34501,7 +34503,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_span() throws Exception {
         test("isindex", "span");
     }
@@ -34513,7 +34515,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_strike() throws Exception {
         test("isindex", "strike");
     }
@@ -34525,7 +34527,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_strong() throws Exception {
         test("isindex", "strong");
     }
@@ -34537,7 +34539,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_style() throws Exception {
         test("isindex", "style");
     }
@@ -34549,7 +34551,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_sub() throws Exception {
         test("isindex", "sub");
     }
@@ -34561,7 +34563,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_summary() throws Exception {
         test("isindex", "summary");
     }
@@ -34573,7 +34575,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_sup() throws Exception {
         test("isindex", "sup");
     }
@@ -34585,7 +34587,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_table() throws Exception {
         test("isindex", "table");
     }
@@ -34597,7 +34599,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({IE, FF, EDGE})
+    @NotYetImplemented({IE, FF52, EDGE})
     public void _isindex_tbody() throws Exception {
         test("isindex", "tbody");
     }
@@ -34609,7 +34611,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({IE, FF, EDGE})
+    @NotYetImplemented({IE, FF52, EDGE})
     public void _isindex_td() throws Exception {
         test("isindex", "td");
     }
@@ -34621,7 +34623,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({IE, FF, EDGE})
+    @NotYetImplemented({IE, FF52, EDGE})
     public void _isindex_template() throws Exception {
         test("isindex", "template");
     }
@@ -34633,7 +34635,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_textarea() throws Exception {
         test("isindex", "textarea");
     }
@@ -34645,7 +34647,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({IE, FF, EDGE})
+    @NotYetImplemented({IE, FF52, EDGE})
     public void _isindex_tfoot() throws Exception {
         test("isindex", "tfoot");
     }
@@ -34657,7 +34659,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({IE, FF, EDGE})
+    @NotYetImplemented({IE, FF52, EDGE})
     public void _isindex_th() throws Exception {
         test("isindex", "th");
     }
@@ -34669,7 +34671,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({IE, FF, EDGE})
+    @NotYetImplemented({IE, FF52, EDGE})
     public void _isindex_thead() throws Exception {
         test("isindex", "thead");
     }
@@ -34681,7 +34683,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_time() throws Exception {
         test("isindex", "time");
     }
@@ -34693,7 +34695,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({IE, FF, EDGE})
+    @NotYetImplemented({IE, FF52, EDGE})
     public void _isindex_title() throws Exception {
         test("isindex", "title");
     }
@@ -34705,7 +34707,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({IE, FF, EDGE})
+    @NotYetImplemented({IE, FF52, EDGE})
     public void _isindex_tr() throws Exception {
         test("isindex", "tr");
     }
@@ -34717,7 +34719,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "2",
             FF60 = "2")
-    @NotYetImplemented({IE, FF, EDGE})
+    @NotYetImplemented({IE, FF52, EDGE})
     public void _isindex_track() throws Exception {
         test("isindex", "track");
     }
@@ -34729,7 +34731,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_tt() throws Exception {
         test("isindex", "tt");
     }
@@ -34741,7 +34743,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_u() throws Exception {
         test("isindex", "u");
     }
@@ -34753,7 +34755,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_ul() throws Exception {
         test("isindex", "ul");
     }
@@ -34765,7 +34767,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_var() throws Exception {
         test("isindex", "var");
     }
@@ -34777,7 +34779,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_video() throws Exception {
         test("isindex", "video");
     }
@@ -34789,7 +34791,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "2",
             FF60 = "2")
-    @NotYetImplemented({IE, FF, EDGE})
+    @NotYetImplemented({IE, FF52, EDGE})
     public void _isindex_wbr() throws Exception {
         test("isindex", "wbr");
     }
@@ -34801,7 +34803,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE, EDGE})
+    @NotYetImplemented({FF52, IE, EDGE})
     public void _isindex_xmp() throws Exception {
         test("isindex", "xmp");
     }
@@ -34913,7 +34915,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({IE, FF})
+    @NotYetImplemented({IE, FF52})
     public void _kbd_isindex() throws Exception {
         test("kbd", "isindex");
     }
@@ -36498,7 +36500,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({IE, FF})
+    @NotYetImplemented({IE, FF52})
     public void _label_isindex() throws Exception {
         test("label", "isindex");
     }
@@ -36682,7 +36684,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE})
+    @NotYetImplemented({FF52, IE})
     public void _layer_isindex() throws Exception {
         test("layer", "isindex");
     }
@@ -36866,7 +36868,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE})
+    @NotYetImplemented({FF52, IE})
     public void _legend_isindex() throws Exception {
         test("legend", "isindex");
     }
@@ -37050,7 +37052,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({IE, FF})
+    @NotYetImplemented({IE, FF52})
     public void _li_isindex() throws Exception {
         test("li", "isindex");
     }
@@ -38504,7 +38506,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE})
+    @NotYetImplemented({FF52, IE})
     public void _listing_isindex() throws Exception {
         test("listing", "isindex");
     }
@@ -38688,7 +38690,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE})
+    @NotYetImplemented({FF52, IE})
     public void _main_isindex() throws Exception {
         test("main", "isindex");
     }
@@ -38872,7 +38874,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({IE, FF})
+    @NotYetImplemented({IE, FF52})
     public void _map_isindex() throws Exception {
         test("map", "isindex");
     }
@@ -39056,7 +39058,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE})
+    @NotYetImplemented({FF52, IE})
     public void _mark_isindex() throws Exception {
         test("mark", "isindex");
     }
@@ -39240,7 +39242,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({IE, FF})
+    @NotYetImplemented({IE, FF52})
     public void _marquee_isindex() throws Exception {
         test("marquee", "isindex");
     }
@@ -39424,7 +39426,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({IE, FF})
+    @NotYetImplemented({IE, FF52})
     public void _menu_isindex() throws Exception {
         test("menu", "isindex");
     }
@@ -39608,7 +39610,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE})
+    @NotYetImplemented({FF52, IE})
     public void _menuitem_isindex() throws Exception {
         test("menuitem", "isindex");
     }
@@ -41053,7 +41055,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE})
+    @NotYetImplemented({FF52, IE})
     public void _meter_isindex() throws Exception {
         test("meter", "isindex");
     }
@@ -41237,7 +41239,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE})
+    @NotYetImplemented({FF52, IE})
     public void _multicol_isindex() throws Exception {
         test("multicol", "isindex");
     }
@@ -41421,7 +41423,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE})
+    @NotYetImplemented({FF52, IE})
     public void _nav_isindex() throws Exception {
         test("nav", "isindex");
     }
@@ -41605,7 +41607,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE})
+    @NotYetImplemented({FF52, IE})
     public void _nextid_isindex() throws Exception {
         test("nextid", "isindex");
     }
@@ -41789,7 +41791,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({IE, FF})
+    @NotYetImplemented({IE, FF52})
     public void _nobr_isindex() throws Exception {
         test("nobr", "isindex");
     }
@@ -42172,7 +42174,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE})
+    @NotYetImplemented({FF52, IE})
     public void _nolayer_isindex() throws Exception {
         test("nolayer", "isindex");
     }
@@ -42356,7 +42358,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE})
+    @NotYetImplemented({FF52, IE})
     public void _object_isindex() throws Exception {
         test("object", "isindex");
     }
@@ -42540,7 +42542,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({IE, FF})
+    @NotYetImplemented({IE, FF52})
     public void _ol_isindex() throws Exception {
         test("ol", "isindex");
     }
@@ -42724,7 +42726,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE})
+    @NotYetImplemented({FF52, IE})
     public void _optgroup_isindex() throws Exception {
         test("optgroup", "isindex");
     }
@@ -42908,7 +42910,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE})
+    @NotYetImplemented({FF52, IE})
     public void _option_isindex() throws Exception {
         test("option", "isindex");
     }
@@ -43110,7 +43112,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE})
+    @NotYetImplemented({FF52, IE})
     public void _output_isindex() throws Exception {
         test("output", "isindex");
     }
@@ -43312,6 +43314,7 @@
     @Test
     @Alerts(DEFAULT = "1",
             FF60 = "0")
+    @NotYetImplemented(FF60)
     public void _p_dialog() throws Exception {
         test("p", "dialog");
     }
@@ -45076,7 +45079,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE})
+    @NotYetImplemented({FF52, IE})
     public void _picture_isindex() throws Exception {
         test("picture", "isindex");
     }
@@ -45261,7 +45264,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE})
+    @NotYetImplemented({FF52, IE})
     public void _pre_isindex() throws Exception {
         test("pre", "isindex");
     }
@@ -45446,7 +45449,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE})
+    @NotYetImplemented({FF52, IE})
     public void _progress_isindex() throws Exception {
         test("progress", "isindex");
     }
@@ -45631,7 +45634,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE})
+    @NotYetImplemented({FF52, IE})
     public void _q_isindex() throws Exception {
         test("q", "isindex");
     }
@@ -45816,7 +45819,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE})
+    @NotYetImplemented({FF52, IE})
     public void _rp_isindex() throws Exception {
         test("rp", "isindex");
     }
@@ -46011,7 +46014,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE})
+    @NotYetImplemented({FF52, IE})
     public void _rt_isindex() throws Exception {
         test("rt", "isindex");
     }
@@ -46196,7 +46199,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE})
+    @NotYetImplemented({FF52, IE})
     public void _ruby_isindex() throws Exception {
         test("ruby", "isindex");
     }
@@ -46381,7 +46384,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE})
+    @NotYetImplemented({FF52, IE})
     public void _s_isindex() throws Exception {
         test("s", "isindex");
     }
@@ -46566,7 +46569,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE})
+    @NotYetImplemented({FF52, IE})
     public void _samp_isindex() throws Exception {
         test("samp", "isindex");
     }
@@ -46771,7 +46774,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE})
+    @NotYetImplemented({FF52, IE})
     public void _section_isindex() throws Exception {
         test("section", "isindex");
     }
@@ -47174,7 +47177,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE})
+    @NotYetImplemented({FF52, IE})
     public void _small_isindex() throws Exception {
         test("small", "isindex");
     }
@@ -48620,7 +48623,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE})
+    @NotYetImplemented({FF52, IE})
     public void _span_isindex() throws Exception {
         test("span", "isindex");
     }
@@ -48805,7 +48808,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE})
+    @NotYetImplemented({FF52, IE})
     public void _strike_isindex() throws Exception {
         test("strike", "isindex");
     }
@@ -48990,7 +48993,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE})
+    @NotYetImplemented({FF52, IE})
     public void _strong_isindex() throws Exception {
         test("strong", "isindex");
     }
@@ -49175,7 +49178,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE})
+    @NotYetImplemented({FF52, IE})
     public void _sub_isindex() throws Exception {
         test("sub", "isindex");
     }
@@ -49360,7 +49363,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE})
+    @NotYetImplemented({FF52, IE})
     public void _summary_isindex() throws Exception {
         test("summary", "isindex");
     }
@@ -49545,7 +49548,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE})
+    @NotYetImplemented({FF52, IE})
     public void _sup_isindex() throws Exception {
         test("sup", "isindex");
     }
@@ -50084,7 +50087,7 @@
     @Alerts(DEFAULT = "1",
             CHROME = "0",
             FF60 = "0")
-    @NotYetImplemented({FF, EDGE})
+    @NotYetImplemented({FF52, EDGE})
     public void _table_isindex() throws Exception {
         test("table", "isindex");
     }
@@ -58466,7 +58469,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE})
+    @NotYetImplemented({FF52, IE})
     public void _time_isindex() throws Exception {
         test("time", "isindex");
     }
@@ -61374,7 +61377,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE})
+    @NotYetImplemented({FF52, IE})
     public void _tt_isindex() throws Exception {
         test("tt", "isindex");
     }
@@ -61559,7 +61562,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE})
+    @NotYetImplemented({FF52, IE})
     public void _u_isindex() throws Exception {
         test("u", "isindex");
     }
@@ -61744,7 +61747,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE})
+    @NotYetImplemented({FF52, IE})
     public void _ul_isindex() throws Exception {
         test("ul", "isindex");
     }
@@ -61929,7 +61932,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE})
+    @NotYetImplemented({FF52, IE})
     public void _var_isindex() throws Exception {
         test("var", "isindex");
     }
@@ -62114,7 +62117,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE})
+    @NotYetImplemented({FF52, IE})
     public void _video_isindex() throws Exception {
         test("video", "isindex");
     }
@@ -63859,7 +63862,7 @@
     @Alerts(DEFAULT = "2",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE})
+    @NotYetImplemented({FF52, IE})
     public void _slot_isindex() throws Exception {
         test("slot", "isindex");
     }
@@ -64115,7 +64118,7 @@
     @Alerts(DEFAULT = "0",
             CHROME = "1",
             FF60 = "1")
-    @NotYetImplemented({FF, IE})
+    @NotYetImplemented({FF52, IE})
     public void _isindex_svg() throws Exception {
         test("isindex", "svg");
     }


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.