[prev in list] [next in list] [prev in thread] [next in thread] 

List:       htmlunit-develop
Subject:    [HtmlUnit] SVN: [11699] trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/ general/huge
From:       rbri () users ! sourceforge ! net
Date:       2015-12-31 14:24:34
Message-ID: E1aEe9e-0003Gi-QL () sfs-ml-1 ! v29 ! ch3 ! sourceforge ! com
[Download RAW message or body]

Revision: 11699
          http://sourceforge.net/p/htmlunit/code/11699
Author:   rbri
Date:     2015-12-31 14:24:33 +0000 (Thu, 31 Dec 2015)
Log Message:
-----------
more cleanup after IE8 removal

Modified Paths:
--------------
    trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/ElementClosesElementTest.java
  trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfATest.java
  trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfITest.java
  trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfSTest.java


Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/ElementClosesElementTest.java
 ===================================================================
--- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/ElementClosesElementTest.java	2015-12-31 \
                14:22:10 UTC (rev 11698)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/ElementClosesElementTest.java	2015-12-31 \
14:24:33 UTC (rev 11699) @@ -19,7 +19,6 @@
 import static com.gargoylesoftware.htmlunit.BrowserRunner.Browser.FF31;
 import static com.gargoylesoftware.htmlunit.BrowserRunner.Browser.FF38;
 import static com.gargoylesoftware.htmlunit.BrowserRunner.Browser.IE;
-import static com.gargoylesoftware.htmlunit.BrowserRunner.Browser.IE11;
 
 import java.util.ArrayList;
 import java.util.Collection;
@@ -111,7 +110,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _abbr_area() throws Exception {
         test("abbr", "area");
     }
@@ -160,7 +159,7 @@
             IE = "2",
             FF31 = "1",
             FF38 = "1")
-    @NotYetImplemented({ CHROME, IE11 })
+    @NotYetImplemented({ CHROME, IE })
     public void _abbr_command() throws Exception {
         test("abbr", "command");
     }
@@ -234,7 +233,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ CHROME, IE11, FF })
+    @NotYetImplemented({ CHROME, IE, FF })
     public void _abbr_param() throws Exception {
         test("abbr", "param");
     }
@@ -244,7 +243,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _abbr_source() throws Exception {
         test("abbr", "source");
     }
@@ -254,7 +253,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _abbr_track() throws Exception {
         test("abbr", "track");
     }
@@ -273,7 +272,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _acronym_area() throws Exception {
         test("acronym", "area");
     }
@@ -322,7 +321,7 @@
             IE = "2",
             FF31 = "1",
             FF38 = "1")
-    @NotYetImplemented({ CHROME, IE11 })
+    @NotYetImplemented({ CHROME, IE })
     public void _acronym_command() throws Exception {
         test("acronym", "command");
     }
@@ -396,7 +395,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ CHROME, IE11, FF })
+    @NotYetImplemented({ CHROME, IE, FF })
     public void _acronym_param() throws Exception {
         test("acronym", "param");
     }
@@ -406,7 +405,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _acronym_source() throws Exception {
         test("acronym", "source");
     }
@@ -416,7 +415,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _acronym_track() throws Exception {
         test("acronym", "track");
     }
@@ -444,7 +443,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _a_area() throws Exception {
         test("a", "area");
     }
@@ -493,7 +492,7 @@
             IE = "2",
             FF31 = "1",
             FF38 = "1")
-    @NotYetImplemented({ CHROME, IE11 })
+    @NotYetImplemented({ CHROME, IE })
     public void _a_command() throws Exception {
         test("a", "command");
     }
@@ -567,7 +566,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ CHROME, IE11, FF })
+    @NotYetImplemented({ CHROME, IE, FF })
     public void _a_param() throws Exception {
         test("a", "param");
     }
@@ -577,7 +576,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _a_source() throws Exception {
         test("a", "source");
     }
@@ -587,7 +586,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _a_track() throws Exception {
         test("a", "track");
     }
@@ -606,7 +605,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _address_area() throws Exception {
         test("address", "area");
     }
@@ -655,7 +654,7 @@
             IE = "2",
             FF31 = "1",
             FF38 = "1")
-    @NotYetImplemented({ CHROME, IE11 })
+    @NotYetImplemented({ CHROME, IE })
     public void _address_command() throws Exception {
         test("address", "command");
     }
@@ -729,7 +728,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _address_param() throws Exception {
         test("address", "param");
     }
@@ -739,7 +738,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _address_source() throws Exception {
         test("address", "source");
     }
@@ -749,7 +748,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _address_track() throws Exception {
         test("address", "track");
     }
@@ -6828,7 +6827,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _bdo_area() throws Exception {
         test("bdo", "area");
     }
@@ -6877,7 +6876,7 @@
             IE = "2",
             FF31 = "1",
             FF38 = "1")
-    @NotYetImplemented({ CHROME, IE11 })
+    @NotYetImplemented({ CHROME, IE })
     public void _bdo_command() throws Exception {
         test("bdo", "command");
     }
@@ -6951,7 +6950,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ CHROME, IE11, FF })
+    @NotYetImplemented({ CHROME, IE, FF })
     public void _bdo_param() throws Exception {
         test("bdo", "param");
     }
@@ -6961,7 +6960,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _bdo_source() throws Exception {
         test("bdo", "source");
     }
@@ -6971,7 +6970,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _bdo_track() throws Exception {
         test("bdo", "track");
     }
@@ -6990,7 +6989,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _big_area() throws Exception {
         test("big", "area");
     }
@@ -7039,7 +7038,7 @@
             IE = "2",
             FF31 = "1",
             FF38 = "1")
-    @NotYetImplemented({ CHROME, IE11 })
+    @NotYetImplemented({ CHROME, IE })
     public void _big_command() throws Exception {
         test("big", "command");
     }
@@ -7113,7 +7112,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ CHROME, IE11, FF })
+    @NotYetImplemented({ CHROME, IE, FF })
     public void _big_param() throws Exception {
         test("big", "param");
     }
@@ -7123,7 +7122,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _big_source() throws Exception {
         test("big", "source");
     }
@@ -7133,7 +7132,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _big_track() throws Exception {
         test("big", "track");
     }
@@ -7152,7 +7151,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _blink_area() throws Exception {
         test("blink", "area");
     }
@@ -7201,7 +7200,7 @@
             IE = "2",
             FF31 = "1",
             FF38 = "1")
-    @NotYetImplemented({ CHROME, IE11 })
+    @NotYetImplemented({ CHROME, IE })
     public void _blink_command() throws Exception {
         test("blink", "command");
     }
@@ -7275,7 +7274,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ CHROME, IE11, FF })
+    @NotYetImplemented({ CHROME, IE, FF })
     public void _blink_param() throws Exception {
         test("blink", "param");
     }
@@ -7285,7 +7284,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _blink_source() throws Exception {
         test("blink", "source");
     }
@@ -7295,7 +7294,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _blink_track() throws Exception {
         test("blink", "track");
     }
@@ -7314,7 +7313,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _blockquote_area() throws Exception {
         test("blockquote", "area");
     }
@@ -7363,7 +7362,7 @@
             IE = "2",
             FF31 = "1",
             FF38 = "1")
-    @NotYetImplemented({ CHROME, IE11 })
+    @NotYetImplemented({ CHROME, IE })
     public void _blockquote_command() throws Exception {
         test("blockquote", "command");
     }
@@ -7437,7 +7436,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _blockquote_param() throws Exception {
         test("blockquote", "param");
     }
@@ -7447,7 +7446,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _blockquote_source() throws Exception {
         test("blockquote", "source");
     }
@@ -7457,7 +7456,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _blockquote_track() throws Exception {
         test("blockquote", "track");
     }
@@ -7524,7 +7523,7 @@
             IE = "3",
             FF31 = "3",
             FF38 = "3")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _body_area() throws Exception {
         test("body", "area");
     }
@@ -7710,7 +7709,7 @@
     @Alerts(CHROME = "3",
             IE = "3",
             FF = "2")
-    @NotYetImplemented({ CHROME, IE11 })
+    @NotYetImplemented({ CHROME, IE })
     public void _body_command() throws Exception {
         test("body", "command");
     }
@@ -8015,7 +8014,7 @@
             IE = "3",
             FF31 = "3",
             FF38 = "3")
-    @NotYetImplemented({ FF, IE11 })
+    @NotYetImplemented({ FF, IE })
     public void _body_isindex() throws Exception {
         test("body", "isindex");
     }
@@ -8205,7 +8204,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _body_nextid() throws Exception {
         test("body", "nextid");
     }
@@ -8319,7 +8318,7 @@
             IE = "3",
             FF31 = "3",
             FF38 = "3")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _body_param() throws Exception {
         test("body", "param");
     }
@@ -8441,7 +8440,7 @@
             IE = "3",
             FF31 = "3",
             FF38 = "3")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _body_source() throws Exception {
         test("body", "source");
     }
@@ -8550,7 +8549,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _body_title() throws Exception {
         test("body", "title");
     }
@@ -8563,7 +8562,7 @@
             IE = "3",
             FF31 = "3",
             FF38 = "3")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _body_track() throws Exception {
         test("body", "track");
     }
@@ -8630,7 +8629,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _b_area() throws Exception {
         test("b", "area");
     }
@@ -8679,7 +8678,7 @@
             IE = "2",
             FF31 = "1",
             FF38 = "1")
-    @NotYetImplemented({ CHROME, IE11 })
+    @NotYetImplemented({ CHROME, IE })
     public void _b_command() throws Exception {
         test("b", "command");
     }
@@ -8753,7 +8752,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ CHROME, IE11, FF })
+    @NotYetImplemented({ CHROME, IE, FF })
     public void _b_param() throws Exception {
         test("b", "param");
     }
@@ -8763,7 +8762,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _b_source() throws Exception {
         test("b", "source");
     }
@@ -8773,7 +8772,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _b_track() throws Exception {
         test("b", "track");
     }
@@ -10008,7 +10007,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _button_area() throws Exception {
         test("button", "area");
     }
@@ -10066,7 +10065,7 @@
             IE = "2",
             FF31 = "1",
             FF38 = "1")
-    @NotYetImplemented({ CHROME, IE11 })
+    @NotYetImplemented({ CHROME, IE })
     public void _button_command() throws Exception {
         test("button", "command");
     }
@@ -10103,7 +10102,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _button_image() throws Exception {
         test("button", "image");
     }
@@ -10140,7 +10139,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ CHROME, IE11, FF })
+    @NotYetImplemented({ CHROME, IE, FF })
     public void _button_param() throws Exception {
         test("button", "param");
     }
@@ -10150,7 +10149,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _button_source() throws Exception {
         test("button", "source");
     }
@@ -10160,7 +10159,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _button_track() throws Exception {
         test("button", "track");
     }
@@ -11557,7 +11556,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _center_area() throws Exception {
         test("center", "area");
     }
@@ -11606,7 +11605,7 @@
             IE = "2",
             FF31 = "1",
             FF38 = "1")
-    @NotYetImplemented({ CHROME, IE11 })
+    @NotYetImplemented({ CHROME, IE })
     public void _center_command() throws Exception {
         test("center", "command");
     }
@@ -11680,7 +11679,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _center_param() throws Exception {
         test("center", "param");
     }
@@ -11690,7 +11689,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _center_source() throws Exception {
         test("center", "source");
     }
@@ -11700,7 +11699,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _center_track() throws Exception {
         test("center", "track");
     }
@@ -11719,7 +11718,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _cite_area() throws Exception {
         test("cite", "area");
     }
@@ -11768,7 +11767,7 @@
             IE = "2",
             FF31 = "1",
             FF38 = "1")
-    @NotYetImplemented({ CHROME, IE11 })
+    @NotYetImplemented({ CHROME, IE })
     public void _cite_command() throws Exception {
         test("cite", "command");
     }
@@ -11842,7 +11841,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ CHROME, IE11, FF })
+    @NotYetImplemented({ CHROME, IE, FF })
     public void _cite_param() throws Exception {
         test("cite", "param");
     }
@@ -11852,7 +11851,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _cite_source() throws Exception {
         test("cite", "source");
     }
@@ -11862,7 +11861,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _cite_track() throws Exception {
         test("cite", "track");
     }
@@ -11881,7 +11880,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _code_area() throws Exception {
         test("code", "area");
     }
@@ -11930,7 +11929,7 @@
             IE = "2",
             FF31 = "1",
             FF38 = "1")
-    @NotYetImplemented({ CHROME, IE11 })
+    @NotYetImplemented({ CHROME, IE })
     public void _code_command() throws Exception {
         test("code", "command");
     }
@@ -12004,7 +12003,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ CHROME, IE11, FF })
+    @NotYetImplemented({ CHROME, IE, FF })
     public void _code_param() throws Exception {
         test("code", "param");
     }
@@ -12014,7 +12013,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _code_source() throws Exception {
         test("code", "source");
     }
@@ -12024,7 +12023,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _code_track() throws Exception {
         test("code", "track");
     }
@@ -12263,7 +12262,7 @@
             IE = "0",
             FF31 = "1",
             FF38 = "1")
-    @NotYetImplemented({ CHROME, IE11 })
+    @NotYetImplemented({ CHROME, IE })
     public void _command_body() throws Exception {
         test("command", "body");
     }
@@ -12327,7 +12326,7 @@
             IE = "0",
             FF31 = "1",
             FF38 = "1")
-    @NotYetImplemented({ CHROME, IE11 })
+    @NotYetImplemented({ CHROME, IE })
     public void _command_caption() throws Exception {
         test("command", "caption");
     }
@@ -12651,7 +12650,7 @@
             IE = "0",
             FF31 = "1",
             FF38 = "1")
-    @NotYetImplemented({ CHROME, IE11 })
+    @NotYetImplemented({ CHROME, IE })
     public void _command_head() throws Exception {
         test("command", "head");
     }
@@ -12767,7 +12766,7 @@
             IE = "0",
             FF31 = "1",
             FF38 = "1")
-    @NotYetImplemented({ CHROME, IE11 })
+    @NotYetImplemented({ CHROME, IE })
     public void _command_html() throws Exception {
         test("command", "html");
     }
@@ -13203,7 +13202,7 @@
             IE = "0",
             FF31 = "1",
             FF38 = "1")
-    @NotYetImplemented({ CHROME, IE11 })
+    @NotYetImplemented({ CHROME, IE })
     public void _command_optgroup() throws Exception {
         test("command", "optgroup");
     }
@@ -13216,7 +13215,7 @@
             IE = "0",
             FF31 = "1",
             FF38 = "1")
-    @NotYetImplemented({ CHROME, IE11 })
+    @NotYetImplemented({ CHROME, IE })
     public void _command_option() throws Exception {
         test("command", "option");
     }
@@ -13539,7 +13538,7 @@
             IE = "0",
             FF31 = "1",
             FF38 = "1")
-    @NotYetImplemented({ CHROME, IE11 })
+    @NotYetImplemented({ CHROME, IE })
     public void _command_col() throws Exception {
         test("command", "col");
     }
@@ -13552,7 +13551,7 @@
             IE = "0",
             FF31 = "1",
             FF38 = "1")
-    @NotYetImplemented({ CHROME, IE11 })
+    @NotYetImplemented({ CHROME, IE })
     public void _command_colgroup() throws Exception {
         test("command", "colgroup");
     }
@@ -13565,7 +13564,7 @@
             IE = "0",
             FF31 = "1",
             FF38 = "1")
-    @NotYetImplemented({ CHROME, IE11 })
+    @NotYetImplemented({ CHROME, IE })
     public void _command_tbody() throws Exception {
         test("command", "tbody");
     }
@@ -13578,7 +13577,7 @@
             IE = "0",
             FF31 = "1",
             FF38 = "1")
-    @NotYetImplemented({ CHROME, IE11 })
+    @NotYetImplemented({ CHROME, IE })
     public void _command_td() throws Exception {
         test("command", "td");
     }
@@ -13591,7 +13590,7 @@
             IE = "0",
             FF31 = "1",
             FF38 = "1")
-    @NotYetImplemented({ CHROME, IE11 })
+    @NotYetImplemented({ CHROME, IE })
     public void _command_th() throws Exception {
         test("command", "th");
     }
@@ -13604,7 +13603,7 @@
             IE = "0",
             FF31 = "1",
             FF38 = "1")
-    @NotYetImplemented({ CHROME, IE11 })
+    @NotYetImplemented({ CHROME, IE })
     public void _command_tr() throws Exception {
         test("command", "tr");
     }
@@ -13630,7 +13629,7 @@
             IE = "0",
             FF31 = "1",
             FF38 = "1")
-    @NotYetImplemented({ CHROME, IE11 })
+    @NotYetImplemented({ CHROME, IE })
     public void _command_tfoot() throws Exception {
         test("command", "tfoot");
     }
@@ -13643,7 +13642,7 @@
             IE = "0",
             FF31 = "1",
             FF38 = "1")
-    @NotYetImplemented({ CHROME, IE11 })
+    @NotYetImplemented({ CHROME, IE })
     public void _command_thead() throws Exception {
         test("command", "thead");
     }
@@ -13943,7 +13942,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _dfn_area() throws Exception {
         test("dfn", "area");
     }
@@ -13992,7 +13991,7 @@
             IE = "2",
             FF31 = "1",
             FF38 = "1")
-    @NotYetImplemented({ CHROME, IE11 })
+    @NotYetImplemented({ CHROME, IE })
     public void _dfn_command() throws Exception {
         test("dfn", "command");
     }
@@ -14066,7 +14065,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ CHROME, IE11, FF })
+    @NotYetImplemented({ CHROME, IE, FF })
     public void _dfn_param() throws Exception {
         test("dfn", "param");
     }
@@ -14076,7 +14075,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _dfn_source() throws Exception {
         test("dfn", "source");
     }
@@ -14086,7 +14085,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _dfn_track() throws Exception {
         test("dfn", "track");
     }
@@ -14105,7 +14104,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _dd_area() throws Exception {
         test("dd", "area");
     }
@@ -14154,7 +14153,7 @@
             IE = "2",
             FF31 = "1",
             FF38 = "1")
-    @NotYetImplemented({ CHROME, IE11 })
+    @NotYetImplemented({ CHROME, IE })
     public void _dd_command() throws Exception {
         test("dd", "command");
     }
@@ -14246,7 +14245,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _dd_param() throws Exception {
         test("dd", "param");
     }
@@ -14256,7 +14255,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _dd_source() throws Exception {
         test("dd", "source");
     }
@@ -14266,7 +14265,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _dd_track() throws Exception {
         test("dd", "track");
     }
@@ -14285,7 +14284,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _del_area() throws Exception {
         test("del", "area");
     }
@@ -14334,7 +14333,7 @@
             IE = "2",
             FF31 = "1",
             FF38 = "1")
-    @NotYetImplemented({ CHROME, IE11 })
+    @NotYetImplemented({ CHROME, IE })
     public void _del_command() throws Exception {
         test("del", "command");
     }
@@ -14408,7 +14407,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _del_param() throws Exception {
         test("del", "param");
     }
@@ -14418,7 +14417,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _del_source() throws Exception {
         test("del", "source");
     }
@@ -14428,7 +14427,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _del_track() throws Exception {
         test("del", "track");
     }
@@ -14771,7 +14770,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _dir_area() throws Exception {
         test("dir", "area");
     }
@@ -14820,7 +14819,7 @@
             IE = "2",
             FF31 = "1",
             FF38 = "1")
-    @NotYetImplemented({ CHROME, IE11 })
+    @NotYetImplemented({ CHROME, IE })
     public void _dir_command() throws Exception {
         test("dir", "command");
     }
@@ -14894,7 +14893,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _dir_param() throws Exception {
         test("dir", "param");
     }
@@ -14904,7 +14903,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _dir_source() throws Exception {
         test("dir", "source");
     }
@@ -14914,7 +14913,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _dir_track() throws Exception {
         test("dir", "track");
     }
@@ -14933,7 +14932,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _div_area() throws Exception {
         test("div", "area");
     }
@@ -14982,7 +14981,7 @@
             IE = "2",
             FF31 = "1",
             FF38 = "1")
-    @NotYetImplemented({ CHROME, IE11 })
+    @NotYetImplemented({ CHROME, IE })
     public void _div_command() throws Exception {
         test("div", "command");
     }
@@ -15056,7 +15055,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _div_param() throws Exception {
         test("div", "param");
     }
@@ -15066,7 +15065,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _div_source() throws Exception {
         test("div", "source");
     }
@@ -15076,7 +15075,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _div_track() throws Exception {
         test("div", "track");
     }
@@ -15095,7 +15094,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _dl_area() throws Exception {
         test("dl", "area");
     }
@@ -15144,7 +15143,7 @@
             IE = "2",
             FF31 = "1",
             FF38 = "1")
-    @NotYetImplemented({ CHROME, IE11 })
+    @NotYetImplemented({ CHROME, IE })
     public void _dl_command() throws Exception {
         test("dl", "command");
     }
@@ -15218,7 +15217,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _dl_param() throws Exception {
         test("dl", "param");
     }
@@ -15228,7 +15227,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _dl_source() throws Exception {
         test("dl", "source");
     }
@@ -15238,7 +15237,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _dl_track() throws Exception {
         test("dl", "track");
     }
@@ -15257,7 +15256,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _dt_area() throws Exception {
         test("dt", "area");
     }
@@ -15306,7 +15305,7 @@
             IE = "2",
             FF31 = "1",
             FF38 = "1")
-    @NotYetImplemented({ CHROME, IE11 })
+    @NotYetImplemented({ CHROME, IE })
     public void _dt_command() throws Exception {
         test("dt", "command");
     }
@@ -15398,7 +15397,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _dt_param() throws Exception {
         test("dt", "param");
     }
@@ -15408,7 +15407,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _dt_source() throws Exception {
         test("dt", "source");
     }
@@ -15418,7 +15417,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _dt_track() throws Exception {
         test("dt", "track");
     }
@@ -16653,7 +16652,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _em_area() throws Exception {
         test("em", "area");
     }
@@ -16702,7 +16701,7 @@
             IE = "2",
             FF31 = "1",
             FF38 = "1")
-    @NotYetImplemented({ CHROME, IE11 })
+    @NotYetImplemented({ CHROME, IE })
     public void _em_command() throws Exception {
         test("em", "command");
     }
@@ -16776,7 +16775,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ CHROME, IE11, FF })
+    @NotYetImplemented({ CHROME, IE, FF })
     public void _em_param() throws Exception {
         test("em", "param");
     }
@@ -16786,7 +16785,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _em_source() throws Exception {
         test("em", "source");
     }
@@ -16796,7 +16795,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _em_track() throws Exception {
         test("em", "track");
     }
@@ -16815,7 +16814,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _fieldset_area() throws Exception {
         test("fieldset", "area");
     }
@@ -16864,7 +16863,7 @@
             IE = "2",
             FF31 = "1",
             FF38 = "1")
-    @NotYetImplemented({ CHROME, IE11 })
+    @NotYetImplemented({ CHROME, IE })
     public void _fieldset_command() throws Exception {
         test("fieldset", "command");
     }
@@ -16938,7 +16937,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _fieldset_param() throws Exception {
         test("fieldset", "param");
     }
@@ -16948,7 +16947,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _fieldset_source() throws Exception {
         test("fieldset", "source");
     }
@@ -16958,7 +16957,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _fieldset_track() throws Exception {
         test("fieldset", "track");
     }
@@ -17301,7 +17300,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _font_area() throws Exception {
         test("font", "area");
     }
@@ -17350,7 +17349,7 @@
             IE = "2",
             FF31 = "1",
             FF38 = "1")
-    @NotYetImplemented({ CHROME, IE11 })
+    @NotYetImplemented({ CHROME, IE })
     public void _font_command() throws Exception {
         test("font", "command");
     }
@@ -17424,7 +17423,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _font_param() throws Exception {
         test("font", "param");
     }
@@ -17434,7 +17433,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _font_source() throws Exception {
         test("font", "source");
     }
@@ -17444,7 +17443,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _font_track() throws Exception {
         test("font", "track");
     }
@@ -17463,7 +17462,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _form_area() throws Exception {
         test("form", "area");
     }
@@ -17512,7 +17511,7 @@
             IE = "2",
             FF31 = "1",
             FF38 = "1")
-    @NotYetImplemented({ CHROME, IE11 })
+    @NotYetImplemented({ CHROME, IE })
     public void _form_command() throws Exception {
         test("form", "command");
     }
@@ -17586,7 +17585,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _form_param() throws Exception {
         test("form", "param");
     }
@@ -17596,7 +17595,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _form_source() throws Exception {
         test("form", "source");
     }
@@ -17606,7 +17605,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _form_track() throws Exception {
         test("form", "track");
     }
@@ -17787,7 +17786,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_abbr() throws Exception {
         test("frame", "abbr");
     }
@@ -17797,7 +17796,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_acronym() throws Exception {
         test("frame", "acronym");
     }
@@ -17807,7 +17806,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_a() throws Exception {
         test("frame", "a");
     }
@@ -17817,7 +17816,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_address() throws Exception {
         test("frame", "address");
     }
@@ -17827,7 +17826,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_applet() throws Exception {
         test("frame", "applet");
     }
@@ -17837,7 +17836,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_area() throws Exception {
         test("frame", "area");
     }
@@ -17847,7 +17846,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_article() throws Exception {
         test("frame", "article");
     }
@@ -17857,7 +17856,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_aside() throws Exception {
         test("frame", "aside");
     }
@@ -17867,7 +17866,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_audio() throws Exception {
         test("frame", "audio");
     }
@@ -17877,7 +17876,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_bgsound() throws Exception {
         test("frame", "bgsound");
     }
@@ -17887,7 +17886,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_base() throws Exception {
         test("frame", "base");
     }
@@ -17897,7 +17896,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_basefont() throws Exception {
         test("frame", "basefont");
     }
@@ -17907,7 +17906,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_bdi() throws Exception {
         test("frame", "bdi");
     }
@@ -17917,7 +17916,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_bdo() throws Exception {
         test("frame", "bdo");
     }
@@ -17927,7 +17926,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_big() throws Exception {
         test("frame", "big");
     }
@@ -17937,7 +17936,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_blink() throws Exception {
         test("frame", "blink");
     }
@@ -17947,7 +17946,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_blockquote() throws Exception {
         test("frame", "blockquote");
     }
@@ -17957,7 +17956,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_body() throws Exception {
         test("frame", "body");
     }
@@ -17967,7 +17966,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_b() throws Exception {
         test("frame", "b");
     }
@@ -17977,7 +17976,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_br() throws Exception {
         test("frame", "br");
     }
@@ -17987,7 +17986,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_button() throws Exception {
         test("frame", "button");
     }
@@ -17997,7 +17996,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_canvas() throws Exception {
         test("frame", "canvas");
     }
@@ -18007,7 +18006,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_caption() throws Exception {
         test("frame", "caption");
     }
@@ -18017,7 +18016,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_center() throws Exception {
         test("frame", "center");
     }
@@ -18027,7 +18026,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_cite() throws Exception {
         test("frame", "cite");
     }
@@ -18037,7 +18036,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_code() throws Exception {
         test("frame", "code");
     }
@@ -18047,7 +18046,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_command() throws Exception {
         test("frame", "command");
     }
@@ -18057,7 +18056,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_datalist() throws Exception {
         test("frame", "datalist");
     }
@@ -18067,7 +18066,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_dfn() throws Exception {
         test("frame", "dfn");
     }
@@ -18077,7 +18076,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_dd() throws Exception {
         test("frame", "dd");
     }
@@ -18087,7 +18086,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_del() throws Exception {
         test("frame", "del");
     }
@@ -18097,7 +18096,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_details() throws Exception {
         test("frame", "details");
     }
@@ -18107,7 +18106,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_dialog() throws Exception {
         test("frame", "dialog");
     }
@@ -18117,7 +18116,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_dir() throws Exception {
         test("frame", "dir");
     }
@@ -18127,7 +18126,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_div() throws Exception {
         test("frame", "div");
     }
@@ -18137,7 +18136,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_dl() throws Exception {
         test("frame", "dl");
     }
@@ -18147,7 +18146,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_dt() throws Exception {
         test("frame", "dt");
     }
@@ -18157,7 +18156,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_embed() throws Exception {
         test("frame", "embed");
     }
@@ -18167,7 +18166,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_em() throws Exception {
         test("frame", "em");
     }
@@ -18177,7 +18176,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_fieldset() throws Exception {
         test("frame", "fieldset");
     }
@@ -18187,7 +18186,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_figcaption() throws Exception {
         test("frame", "figcaption");
     }
@@ -18197,7 +18196,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_figure() throws Exception {
         test("frame", "figure");
     }
@@ -18207,7 +18206,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_font() throws Exception {
         test("frame", "font");
     }
@@ -18217,7 +18216,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_form() throws Exception {
         test("frame", "form");
     }
@@ -18227,7 +18226,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_footer() throws Exception {
         test("frame", "footer");
     }
@@ -18237,7 +18236,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_frame() throws Exception {
         test("frame", "frame");
     }
@@ -18247,7 +18246,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_frameset() throws Exception {
         test("frame", "frameset");
     }
@@ -18257,7 +18256,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_head() throws Exception {
         test("frame", "head");
     }
@@ -18267,7 +18266,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_header() throws Exception {
         test("frame", "header");
     }
@@ -18277,7 +18276,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_h1() throws Exception {
         test("frame", "h1");
     }
@@ -18287,7 +18286,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_h2() throws Exception {
         test("frame", "h2");
     }
@@ -18297,7 +18296,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_h3() throws Exception {
         test("frame", "h3");
     }
@@ -18307,7 +18306,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_h4() throws Exception {
         test("frame", "h4");
     }
@@ -18317,7 +18316,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_h5() throws Exception {
         test("frame", "h5");
     }
@@ -18327,7 +18326,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_h6() throws Exception {
         test("frame", "h6");
     }
@@ -18337,7 +18336,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_hr() throws Exception {
         test("frame", "hr");
     }
@@ -18347,7 +18346,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_html() throws Exception {
         test("frame", "html");
     }
@@ -18357,7 +18356,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_iframe() throws Exception {
         test("frame", "iframe");
     }
@@ -18367,7 +18366,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_q() throws Exception {
         test("frame", "q");
     }
@@ -18377,7 +18376,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_img() throws Exception {
         test("frame", "img");
     }
@@ -18387,7 +18386,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_image() throws Exception {
         test("frame", "image");
     }
@@ -18397,7 +18396,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_ins() throws Exception {
         test("frame", "ins");
     }
@@ -18407,7 +18406,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_isindex() throws Exception {
         test("frame", "isindex");
     }
@@ -18417,7 +18416,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_i() throws Exception {
         test("frame", "i");
     }
@@ -18427,7 +18426,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_kbd() throws Exception {
         test("frame", "kbd");
     }
@@ -18437,7 +18436,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_keygen() throws Exception {
         test("frame", "keygen");
     }
@@ -18447,7 +18446,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_label() throws Exception {
         test("frame", "label");
     }
@@ -18457,7 +18456,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_layer() throws Exception {
         test("frame", "layer");
     }
@@ -18467,7 +18466,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_legend() throws Exception {
         test("frame", "legend");
     }
@@ -18477,7 +18476,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_listing() throws Exception {
         test("frame", "listing");
     }
@@ -18487,7 +18486,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_li() throws Exception {
         test("frame", "li");
     }
@@ -18497,7 +18496,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_link() throws Exception {
         test("frame", "link");
     }
@@ -18507,7 +18506,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_main() throws Exception {
         test("frame", "main");
     }
@@ -18517,7 +18516,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_map() throws Exception {
         test("frame", "map");
     }
@@ -18527,7 +18526,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_mark() throws Exception {
         test("frame", "mark");
     }
@@ -18537,7 +18536,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_marquee() throws Exception {
         test("frame", "marquee");
     }
@@ -18547,7 +18546,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_menu() throws Exception {
         test("frame", "menu");
     }
@@ -18557,7 +18556,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_menuitem() throws Exception {
         test("frame", "menuitem");
     }
@@ -18567,7 +18566,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_meta() throws Exception {
         test("frame", "meta");
     }
@@ -18577,7 +18576,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_meter() throws Exception {
         test("frame", "meter");
     }
@@ -18587,7 +18586,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_multicol() throws Exception {
         test("frame", "multicol");
     }
@@ -18597,7 +18596,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_nav() throws Exception {
         test("frame", "nav");
     }
@@ -18607,7 +18606,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_nextid() throws Exception {
         test("frame", "nextid");
     }
@@ -18617,7 +18616,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_nobr() throws Exception {
         test("frame", "nobr");
     }
@@ -18627,7 +18626,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_noembed() throws Exception {
         test("frame", "noembed");
     }
@@ -18637,7 +18636,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_noframes() throws Exception {
         test("frame", "noframes");
     }
@@ -18647,7 +18646,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_nolayer() throws Exception {
         test("frame", "nolayer");
     }
@@ -18657,7 +18656,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_noscript() throws Exception {
         test("frame", "noscript");
     }
@@ -18667,7 +18666,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_object() throws Exception {
         test("frame", "object");
     }
@@ -18677,7 +18676,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_ol() throws Exception {
         test("frame", "ol");
     }
@@ -18687,7 +18686,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_optgroup() throws Exception {
         test("frame", "optgroup");
     }
@@ -18697,7 +18696,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_option() throws Exception {
         test("frame", "option");
     }
@@ -18707,7 +18706,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_output() throws Exception {
         test("frame", "output");
     }
@@ -18717,7 +18716,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_p() throws Exception {
         test("frame", "p");
     }
@@ -18727,7 +18726,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_param() throws Exception {
         test("frame", "param");
     }
@@ -18737,7 +18736,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_plaintext() throws Exception {
         test("frame", "plaintext");
     }
@@ -18747,7 +18746,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_pre() throws Exception {
         test("frame", "pre");
     }
@@ -18757,7 +18756,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_progress() throws Exception {
         test("frame", "progress");
     }
@@ -18767,7 +18766,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_rp() throws Exception {
         test("frame", "rp");
     }
@@ -18777,7 +18776,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_rt() throws Exception {
         test("frame", "rt");
     }
@@ -18787,7 +18786,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_ruby() throws Exception {
         test("frame", "ruby");
     }
@@ -18797,7 +18796,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_s() throws Exception {
         test("frame", "s");
     }
@@ -18807,7 +18806,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_samp() throws Exception {
         test("frame", "samp");
     }
@@ -18817,7 +18816,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_script() throws Exception {
         test("frame", "script");
     }
@@ -18827,7 +18826,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_section() throws Exception {
         test("frame", "section");
     }
@@ -18837,7 +18836,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_select() throws Exception {
         test("frame", "select");
     }
@@ -18847,7 +18846,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_small() throws Exception {
         test("frame", "small");
     }
@@ -18857,7 +18856,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_source() throws Exception {
         test("frame", "source");
     }
@@ -18867,7 +18866,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_span() throws Exception {
         test("frame", "span");
     }
@@ -18877,7 +18876,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_strike() throws Exception {
         test("frame", "strike");
     }
@@ -18887,7 +18886,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_strong() throws Exception {
         test("frame", "strong");
     }
@@ -18897,7 +18896,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_style() throws Exception {
         test("frame", "style");
     }
@@ -18907,7 +18906,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_sub() throws Exception {
         test("frame", "sub");
     }
@@ -18917,7 +18916,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_summary() throws Exception {
         test("frame", "summary");
     }
@@ -18927,7 +18926,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_sup() throws Exception {
         test("frame", "sup");
     }
@@ -18937,7 +18936,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_table() throws Exception {
         test("frame", "table");
     }
@@ -18947,7 +18946,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_col() throws Exception {
         test("frame", "col");
     }
@@ -18957,7 +18956,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_colgroup() throws Exception {
         test("frame", "colgroup");
     }
@@ -18967,7 +18966,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_tbody() throws Exception {
         test("frame", "tbody");
     }
@@ -18977,7 +18976,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_td() throws Exception {
         test("frame", "td");
     }
@@ -18987,7 +18986,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_th() throws Exception {
         test("frame", "th");
     }
@@ -18997,7 +18996,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_tr() throws Exception {
         test("frame", "tr");
     }
@@ -19007,7 +19006,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_textarea() throws Exception {
         test("frame", "textarea");
     }
@@ -19017,7 +19016,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_tfoot() throws Exception {
         test("frame", "tfoot");
     }
@@ -19027,7 +19026,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_thead() throws Exception {
         test("frame", "thead");
     }
@@ -19037,7 +19036,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_tt() throws Exception {
         test("frame", "tt");
     }
@@ -19047,7 +19046,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_time() throws Exception {
         test("frame", "time");
     }
@@ -19057,7 +19056,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_title() throws Exception {
         test("frame", "title");
     }
@@ -19067,7 +19066,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_track() throws Exception {
         test("frame", "track");
     }
@@ -19077,7 +19076,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_u() throws Exception {
         test("frame", "u");
     }
@@ -19087,7 +19086,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_ul() throws Exception {
         test("frame", "ul");
     }
@@ -19097,7 +19096,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_var() throws Exception {
         test("frame", "var");
     }
@@ -19107,7 +19106,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_video() throws Exception {
         test("frame", "video");
     }
@@ -19117,7 +19116,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_wbr() throws Exception {
         test("frame", "wbr");
     }
@@ -19127,7 +19126,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frame_xmp() throws Exception {
         test("frame", "xmp");
     }
@@ -19137,7 +19136,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_abbr() throws Exception {
         test("frameset", "abbr");
     }
@@ -19147,7 +19146,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_acronym() throws Exception {
         test("frameset", "acronym");
     }
@@ -19157,7 +19156,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_a() throws Exception {
         test("frameset", "a");
     }
@@ -19167,7 +19166,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_address() throws Exception {
         test("frameset", "address");
     }
@@ -19177,7 +19176,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_applet() throws Exception {
         test("frameset", "applet");
     }
@@ -19187,7 +19186,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_area() throws Exception {
         test("frameset", "area");
     }
@@ -19197,7 +19196,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_article() throws Exception {
         test("frameset", "article");
     }
@@ -19207,7 +19206,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_aside() throws Exception {
         test("frameset", "aside");
     }
@@ -19217,7 +19216,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_audio() throws Exception {
         test("frameset", "audio");
     }
@@ -19227,7 +19226,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_bgsound() throws Exception {
         test("frameset", "bgsound");
     }
@@ -19237,7 +19236,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_base() throws Exception {
         test("frameset", "base");
     }
@@ -19247,7 +19246,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_basefont() throws Exception {
         test("frameset", "basefont");
     }
@@ -19257,7 +19256,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_bdi() throws Exception {
         test("frameset", "bdi");
     }
@@ -19267,7 +19266,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_bdo() throws Exception {
         test("frameset", "bdo");
     }
@@ -19277,7 +19276,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_big() throws Exception {
         test("frameset", "big");
     }
@@ -19287,7 +19286,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_blink() throws Exception {
         test("frameset", "blink");
     }
@@ -19297,7 +19296,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_blockquote() throws Exception {
         test("frameset", "blockquote");
     }
@@ -19307,7 +19306,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_body() throws Exception {
         test("frameset", "body");
     }
@@ -19317,7 +19316,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_b() throws Exception {
         test("frameset", "b");
     }
@@ -19327,7 +19326,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_br() throws Exception {
         test("frameset", "br");
     }
@@ -19337,7 +19336,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_button() throws Exception {
         test("frameset", "button");
     }
@@ -19347,7 +19346,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_canvas() throws Exception {
         test("frameset", "canvas");
     }
@@ -19357,7 +19356,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_caption() throws Exception {
         test("frameset", "caption");
     }
@@ -19367,7 +19366,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_center() throws Exception {
         test("frameset", "center");
     }
@@ -19377,7 +19376,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_cite() throws Exception {
         test("frameset", "cite");
     }
@@ -19387,7 +19386,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_code() throws Exception {
         test("frameset", "code");
     }
@@ -19397,7 +19396,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_command() throws Exception {
         test("frameset", "command");
     }
@@ -19407,7 +19406,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_datalist() throws Exception {
         test("frameset", "datalist");
     }
@@ -19417,7 +19416,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_dfn() throws Exception {
         test("frameset", "dfn");
     }
@@ -19427,7 +19426,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_dd() throws Exception {
         test("frameset", "dd");
     }
@@ -19437,7 +19436,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_del() throws Exception {
         test("frameset", "del");
     }
@@ -19447,7 +19446,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_details() throws Exception {
         test("frameset", "details");
     }
@@ -19457,7 +19456,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_dialog() throws Exception {
         test("frameset", "dialog");
     }
@@ -19467,7 +19466,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_dir() throws Exception {
         test("frameset", "dir");
     }
@@ -19477,7 +19476,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_div() throws Exception {
         test("frameset", "div");
     }
@@ -19487,7 +19486,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_dl() throws Exception {
         test("frameset", "dl");
     }
@@ -19497,7 +19496,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_dt() throws Exception {
         test("frameset", "dt");
     }
@@ -19507,7 +19506,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_embed() throws Exception {
         test("frameset", "embed");
     }
@@ -19517,7 +19516,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_em() throws Exception {
         test("frameset", "em");
     }
@@ -19527,7 +19526,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_fieldset() throws Exception {
         test("frameset", "fieldset");
     }
@@ -19537,7 +19536,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_figcaption() throws Exception {
         test("frameset", "figcaption");
     }
@@ -19547,7 +19546,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_figure() throws Exception {
         test("frameset", "figure");
     }
@@ -19557,7 +19556,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_font() throws Exception {
         test("frameset", "font");
     }
@@ -19567,7 +19566,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_form() throws Exception {
         test("frameset", "form");
     }
@@ -19577,7 +19576,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_footer() throws Exception {
         test("frameset", "footer");
     }
@@ -19607,7 +19606,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_head() throws Exception {
         test("frameset", "head");
     }
@@ -19617,7 +19616,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_header() throws Exception {
         test("frameset", "header");
     }
@@ -19627,7 +19626,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_h1() throws Exception {
         test("frameset", "h1");
     }
@@ -19637,7 +19636,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_h2() throws Exception {
         test("frameset", "h2");
     }
@@ -19647,7 +19646,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_h3() throws Exception {
         test("frameset", "h3");
     }
@@ -19657,7 +19656,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_h4() throws Exception {
         test("frameset", "h4");
     }
@@ -19667,7 +19666,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_h5() throws Exception {
         test("frameset", "h5");
     }
@@ -19677,7 +19676,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_h6() throws Exception {
         test("frameset", "h6");
     }
@@ -19687,7 +19686,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_hr() throws Exception {
         test("frameset", "hr");
     }
@@ -19697,7 +19696,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_html() throws Exception {
         test("frameset", "html");
     }
@@ -19707,7 +19706,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_iframe() throws Exception {
         test("frameset", "iframe");
     }
@@ -19717,7 +19716,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_q() throws Exception {
         test("frameset", "q");
     }
@@ -19727,7 +19726,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_img() throws Exception {
         test("frameset", "img");
     }
@@ -19737,7 +19736,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_image() throws Exception {
         test("frameset", "image");
     }
@@ -19747,7 +19746,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_ins() throws Exception {
         test("frameset", "ins");
     }
@@ -19757,7 +19756,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_isindex() throws Exception {
         test("frameset", "isindex");
     }
@@ -19767,7 +19766,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_i() throws Exception {
         test("frameset", "i");
     }
@@ -19777,7 +19776,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_kbd() throws Exception {
         test("frameset", "kbd");
     }
@@ -19787,7 +19786,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_keygen() throws Exception {
         test("frameset", "keygen");
     }
@@ -19797,7 +19796,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_label() throws Exception {
         test("frameset", "label");
     }
@@ -19807,7 +19806,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_layer() throws Exception {
         test("frameset", "layer");
     }
@@ -19817,7 +19816,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_legend() throws Exception {
         test("frameset", "legend");
     }
@@ -19827,7 +19826,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_listing() throws Exception {
         test("frameset", "listing");
     }
@@ -19837,7 +19836,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_li() throws Exception {
         test("frameset", "li");
     }
@@ -19847,7 +19846,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_link() throws Exception {
         test("frameset", "link");
     }
@@ -19857,7 +19856,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_main() throws Exception {
         test("frameset", "main");
     }
@@ -19867,7 +19866,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_map() throws Exception {
         test("frameset", "map");
     }
@@ -19877,7 +19876,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_mark() throws Exception {
         test("frameset", "mark");
     }
@@ -19887,7 +19886,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_marquee() throws Exception {
         test("frameset", "marquee");
     }
@@ -19897,7 +19896,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_menu() throws Exception {
         test("frameset", "menu");
     }
@@ -19907,7 +19906,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_menuitem() throws Exception {
         test("frameset", "menuitem");
     }
@@ -19917,7 +19916,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_meta() throws Exception {
         test("frameset", "meta");
     }
@@ -19927,7 +19926,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_meter() throws Exception {
         test("frameset", "meter");
     }
@@ -19937,7 +19936,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_multicol() throws Exception {
         test("frameset", "multicol");
     }
@@ -19947,7 +19946,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_nav() throws Exception {
         test("frameset", "nav");
     }
@@ -19957,7 +19956,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_nextid() throws Exception {
         test("frameset", "nextid");
     }
@@ -19967,7 +19966,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_nobr() throws Exception {
         test("frameset", "nobr");
     }
@@ -19977,7 +19976,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_noembed() throws Exception {
         test("frameset", "noembed");
     }
@@ -19997,7 +19996,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_nolayer() throws Exception {
         test("frameset", "nolayer");
     }
@@ -20017,7 +20016,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_object() throws Exception {
         test("frameset", "object");
     }
@@ -20027,7 +20026,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_ol() throws Exception {
         test("frameset", "ol");
     }
@@ -20037,7 +20036,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_optgroup() throws Exception {
         test("frameset", "optgroup");
     }
@@ -20047,7 +20046,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_option() throws Exception {
         test("frameset", "option");
     }
@@ -20057,7 +20056,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_output() throws Exception {
         test("frameset", "output");
     }
@@ -20067,7 +20066,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_p() throws Exception {
         test("frameset", "p");
     }
@@ -20077,7 +20076,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_param() throws Exception {
         test("frameset", "param");
     }
@@ -20097,7 +20096,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_pre() throws Exception {
         test("frameset", "pre");
     }
@@ -20107,7 +20106,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_progress() throws Exception {
         test("frameset", "progress");
     }
@@ -20117,7 +20116,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_rp() throws Exception {
         test("frameset", "rp");
     }
@@ -20127,7 +20126,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_rt() throws Exception {
         test("frameset", "rt");
     }
@@ -20137,7 +20136,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_ruby() throws Exception {
         test("frameset", "ruby");
     }
@@ -20147,7 +20146,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_s() throws Exception {
         test("frameset", "s");
     }
@@ -20157,7 +20156,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_samp() throws Exception {
         test("frameset", "samp");
     }
@@ -20177,7 +20176,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_section() throws Exception {
         test("frameset", "section");
     }
@@ -20187,7 +20186,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_select() throws Exception {
         test("frameset", "select");
     }
@@ -20197,7 +20196,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_small() throws Exception {
         test("frameset", "small");
     }
@@ -20207,7 +20206,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_source() throws Exception {
         test("frameset", "source");
     }
@@ -20217,7 +20216,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_span() throws Exception {
         test("frameset", "span");
     }
@@ -20227,7 +20226,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_strike() throws Exception {
         test("frameset", "strike");
     }
@@ -20237,7 +20236,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_strong() throws Exception {
         test("frameset", "strong");
     }
@@ -20257,7 +20256,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_sub() throws Exception {
         test("frameset", "sub");
     }
@@ -20267,7 +20266,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_summary() throws Exception {
         test("frameset", "summary");
     }
@@ -20277,7 +20276,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_sup() throws Exception {
         test("frameset", "sup");
     }
@@ -20287,7 +20286,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_table() throws Exception {
         test("frameset", "table");
     }
@@ -20297,7 +20296,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_col() throws Exception {
         test("frameset", "col");
     }
@@ -20307,7 +20306,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_colgroup() throws Exception {
         test("frameset", "colgroup");
     }
@@ -20317,7 +20316,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_tbody() throws Exception {
         test("frameset", "tbody");
     }
@@ -20327,7 +20326,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_td() throws Exception {
         test("frameset", "td");
     }
@@ -20337,7 +20336,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_th() throws Exception {
         test("frameset", "th");
     }
@@ -20347,7 +20346,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_tr() throws Exception {
         test("frameset", "tr");
     }
@@ -20367,7 +20366,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_tfoot() throws Exception {
         test("frameset", "tfoot");
     }
@@ -20377,7 +20376,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_thead() throws Exception {
         test("frameset", "thead");
     }
@@ -20387,7 +20386,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_tt() throws Exception {
         test("frameset", "tt");
     }
@@ -20397,7 +20396,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_time() throws Exception {
         test("frameset", "time");
     }
@@ -20407,7 +20406,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_title() throws Exception {
         test("frameset", "title");
     }
@@ -20417,7 +20416,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_track() throws Exception {
         test("frameset", "track");
     }
@@ -20427,7 +20426,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_u() throws Exception {
         test("frameset", "u");
     }
@@ -20437,7 +20436,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_ul() throws Exception {
         test("frameset", "ul");
     }
@@ -20447,7 +20446,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_var() throws Exception {
         test("frameset", "var");
     }
@@ -20457,7 +20456,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_video() throws Exception {
         test("frameset", "video");
     }
@@ -20467,7 +20466,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _frameset_wbr() throws Exception {
         test("frameset", "wbr");
     }
@@ -21414,7 +21413,7 @@
      */
     @Test
     @Alerts("null")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _head_script() throws Exception {
         test("head", "script");
     }
@@ -21865,7 +21864,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _h1_area() throws Exception {
         test("h1", "area");
     }
@@ -21914,7 +21913,7 @@
             IE = "2",
             FF31 = "1",
             FF38 = "1")
-    @NotYetImplemented({ CHROME, IE11 })
+    @NotYetImplemented({ CHROME, IE })
     public void _h1_command() throws Exception {
         test("h1", "command");
     }
@@ -22060,7 +22059,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _h1_param() throws Exception {
         test("h1", "param");
     }
@@ -22070,7 +22069,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _h1_source() throws Exception {
         test("h1", "source");
     }
@@ -22080,7 +22079,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _h1_track() throws Exception {
         test("h1", "track");
     }
@@ -22099,7 +22098,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _h2_area() throws Exception {
         test("h2", "area");
     }
@@ -22148,7 +22147,7 @@
             IE = "2",
             FF31 = "1",
             FF38 = "1")
-    @NotYetImplemented({ CHROME, IE11 })
+    @NotYetImplemented({ CHROME, IE })
     public void _h2_command() throws Exception {
         test("h2", "command");
     }
@@ -22294,7 +22293,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _h2_param() throws Exception {
         test("h2", "param");
     }
@@ -22304,7 +22303,7 @@
      */
     @Test
     @Alerts("2")
-    @NotYetImplemented({ FF, CHROME, IE11 })
+    @NotYetImplemented({ FF, CHROME, IE })
     public void _h2_source() throws Exception {
         test("h2", "source");
     }

@@ Diff output truncated at 100000 characters. @@

------------------------------------------------------------------------------
_______________________________________________
HtmlUnit-develop mailing list
HtmlUnit-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/htmlunit-develop


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic