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

List:       htmlunit-develop
Subject:    [HtmlUnit] SVN: [11694] trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit
From:       rbri () users ! sourceforge ! net
Date:       2015-12-31 14:10:22
Message-ID: E1aEdvt-0003xs-1P () sfs-ml-2 ! v29 ! ch3 ! sourceforge ! com
[Download RAW message or body]

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

Modified Paths:
--------------
    trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/NativeArrayTest.java
  trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/ElementTest.java
  trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/NavigatorTest.java
  trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/Window2Test.java
  trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/EnumeratorTest.java
  trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLBaseFontElementTest.java
  trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLBodyElementTest.java
  trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLCollectionTest.java
  trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLDocumentTest.java
  trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLElementTest.java
  trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLEmbedElementTest.java
  trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLFormElementTest.java
  trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLImageElementTest.java
  trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLPhraseElementTest.java
  trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLTableCellElementTest.java
  trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLTableElementTest.java
  trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLTableRowElementTest.java
  trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLTableSectionElementTest.java
  trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/xml/XMLDocumentTest.java
  trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/xml/XmlPage2Test.java

Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/NativeArrayTest.java
 ===================================================================
--- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/NativeArrayTest.java	2015-12-31 \
                14:00:27 UTC (rev 11693)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/NativeArrayTest.java	2015-12-31 \
14:10:21 UTC (rev 11694) @@ -42,8 +42,7 @@
     @Test
     @Alerts(DEFAULT = { "1<>5", "5<>2", "1<>2", "5<>1", "2<>1", "1<>1", "5<>9" },
             FF = { "1<>5", "5<>2", "1<>2", "1<>9", "5<>1", "1<>1", "2<>1", "2<>9", \
                "5<>9" },
-            IE = { "1<>9", "9<>5", "9<>2", "9<>1", "1<>5", "5<>1", "5<>2", "5<>1", \
                "1<>1", "1<>2", "2<>1", "1<>1" },
-            IE11 = { "5<>1", "2<>5", "2<>1", "2<>5", "1<>5", "1<>2", "1<>1", "9<>5" \
}) +            IE = { "5<>1", "2<>5", "2<>1", "2<>5", "1<>5", "1<>2", "1<>1", "9<>5" \
})  @NotYetImplemented({ FF, IE })
     public void sort() throws Exception {
         final String html

Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/ElementTest.java
 ===================================================================
--- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/ElementTest.java	2015-12-31 \
                14:00:27 UTC (rev 11693)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/ElementTest.java	2015-12-31 \
14:10:21 UTC (rev 11694) @@ -900,8 +900,7 @@
     @Alerts(CHROME = { "", "a b c" },
             FF31 = { "null", "a b c" },
             FF38 = { "", "a b c" },
-            IE = { "undefined", "undefined" },
-            IE11 = { "undefined", "a b c" })
+            IE = { "undefined", "a b c" })
     public void classList() throws Exception {
         final String html = HtmlPageTest.STANDARDS_MODE_PREFIX_ + \
"<html><head><title>foo</title><script>\n"  + "function test() {\n"
@@ -1089,7 +1088,7 @@
             "[object ElementPrototype]", "function Element() {\n    [native \
                code]\n}" },
             CHROME = { "function Element() { [native code] }", "[object Object]",
             "function Element() { [native code] }" },
-            IE11 = { "[object Element]", "[object ElementPrototype]", "[object \
Element]" }) +            IE = { "[object Element]", "[object ElementPrototype]", \
"[object Element]" })  @NotYetImplemented({ FF, CHROME, IE })
     public void prototypConstructor() throws Exception {
         final String html
@@ -1123,7 +1122,7 @@
             "[object ElementPrototype]", "function Element() {\n    [native \
                code]\n}" },
             CHROME = { "function Element() { [native code] }", "[object Object]",
             "function Element() { [native code] }" },
-            IE11 = { "[object Element]", "[object ElementPrototype]", "[object \
Element]" }) +            IE = { "[object Element]", "[object ElementPrototype]", \
"[object Element]" })  @NotYetImplemented
     public void prototypConstructorStandards() throws Exception {
         final String html = HtmlPageTest.STANDARDS_MODE_PREFIX_

Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/NavigatorTest.java
 ===================================================================
--- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/NavigatorTest.java	2015-12-31 \
                14:00:27 UTC (rev 11693)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/NavigatorTest.java	2015-12-31 \
14:10:21 UTC (rev 11694) @@ -208,7 +208,7 @@
     @Alerts(FF31 = {"Shockwave Flash", "Shockwave Flash 18.0 r0", "18.0.0.209", \
                "NPSWF32_18_0_0_209.dll"},
             FF38 = {"Shockwave Flash", "Shockwave Flash 20.0 r0", "20.0.0.235", \
                "NPSWF32_20_0_0_235.dll"},
             CHROME = { "Shockwave Flash", "Shockwave Flash 18.0 r0", "undefined", \
                "pepflashplayer.dll"},
-            IE11 = {"Shockwave Flash, Shockwave Flash 18.0 r0", "18.0.0.209", \
"Flash32_18_0_0_209.ocx"}, +            IE = {"Shockwave Flash, Shockwave Flash 18.0 \
                r0", "18.0.0.209", "Flash32_18_0_0_209.ocx"},
             EDGE = {"Shockwave Flash, Shockwave Flash 18.0 r0", "18.0.0.232", \
"Flash.ocx"})  public void pluginsShockwaveFlash() throws Exception {
         final String html = "<html>\n"
@@ -393,8 +393,7 @@
     @Test
     @Alerts(CHROME = { "Google Inc.", "" },
             FF = { "", "" },
-            IE = { "undefined", "undefined" },
-            IE11 = { "", "undefined" },
+            IE = { "", "undefined" },
             EDGE = { "", "" })
     public void vendor() throws Exception {
         final String html

Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/Window2Test.java
 ===================================================================
--- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/Window2Test.java	2015-12-31 \
                14:00:27 UTC (rev 11693)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/Window2Test.java	2015-12-31 \
14:10:21 UTC (rev 11694) @@ -283,7 +283,7 @@
     @Test
     @Alerts(DEFAULT = { "function Node() {\n    [native code]\n}", "function \
                Element() {\n    [native code]\n}" },
             CHROME = { "function Node() { [native code] }", "function Element() { \
                [native code] }" },
-            IE11 = { "[object Node]", "[object Element]" })
+            IE = { "[object Node]", "[object Element]" })
     public void windowProperties() throws Exception {
         final String html = "<html><head><title>foo</title><script>\n"
             + "  function test() {\n"
@@ -587,7 +587,7 @@
     @Test
     @Alerts(DEFAULT = { "[object Window]", "[object Window] (true)", "1234 (true)", \
                "null (true)", "undefined (true)",
                     "[object Window] (true)", "[object Window] (true)", "[object \
                Window] (true)" },
-            IE11 = { "[object Window]", "[object Window] (true)", "exception", "null \
(true)", "undefined (true)", +            IE = { "[object Window]", "[object Window] \
                (true)", "exception", "null (true)", "undefined (true)",
                 "[object Window] (true)", "[object Window] (true)", "[object Window] \
(true)" })  public void set_opener() throws Exception {
         final String html = "<html><head><script>\n"
@@ -627,7 +627,7 @@
      */
     @Test
     @Alerts(DEFAULT = { "exception", "exception", "exception", "exception" },
-            IE11 = { "JScript", "11", "0", "number" })
+            IE = { "JScript", "11", "0", "number" })
     public void IEScriptEngineXxx() throws Exception {
         final String html = "<html><head><script>\n"
             + "try { alert(ScriptEngine()); } catch(e) { alert('exception') }\n"
@@ -647,7 +647,7 @@
     @Test
     @Alerts(CHROME = { "true", "true", "89", "true", "true", "16" },
             FF = { "true", "true", "94", "true", "true", "14" },
-            IE11 = { "true", "true", "63", "true", "true", "16" })
+            IE = { "true", "true", "63", "true", "true", "16" })
     public void heightsAndWidths() throws Exception {
         final String html
             = "<html><body onload='test()'><script>\n"
@@ -671,7 +671,7 @@
     @Test
     @Alerts(CHROME = { "679", "1256", "662", "1239" },
             FF = { "674", "1258", "657", "1241" },
-            IE11 = { "705", "1256", "688", "1239" })
+            IE = { "705", "1256", "688", "1239" })
     @NotYetImplemented({ FF, IE, CHROME })
     // TODO width and height calculation needs to be reworked in HtmlUnit
     // but as the calculation might be effected by e.g. current windows style it is \
not that simple @@ -775,7 +775,7 @@
      */
     @Test
     @Alerts(DEFAULT = { "0", "0", "0", "0" },
-            IE11 = { "0", "0", "undefined", "undefined" })
+            IE = { "0", "0", "undefined", "undefined" })
     public void pageXOffset() throws Exception {
         final String html
             = "<html><body onload='test()'><script>\n"
@@ -1246,9 +1246,7 @@
                 "origin: ", "source: [object Window]", "lastEventId: " },
             CHROME = { "type: message", "bubbles: false", "cancelable: false", \
"data: hello",  "origin: ", "source: [object Window]", "lastEventId: " },
-            IE = { "type: message", "bubbles: undefined", "cancelable: undefined", \
                "data: hello",
-                "origin: ", "source: [object]", "lastEventId: undefined" },
-            IE11 = { "type: message", "bubbles: false", "cancelable: false", "data: \
hello", +            IE = { "type: message", "bubbles: false", "cancelable: false", \
                "data: hello",
                 "origin: ", "source: [object Window]", "lastEventId: undefined" })
     public void postMessage() throws Exception {
         final String[] expectedAlerts = getExpectedAlerts();
@@ -1368,7 +1366,7 @@
     @Test
     @Alerts(DEFAULT = { "received", "posted" },
             CHROME = { "posted", "received" },
-            IE11 = { "posted", "received" })
+            IE = { "posted", "received" })
     @BuggyWebDriver(FF)
     @NotYetImplemented(FF)
     public void postMessage_exactURL() throws Exception {

Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/EnumeratorTest.java
 ===================================================================
--- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/EnumeratorTest.java	2015-12-31 \
                14:00:27 UTC (rev 11693)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/EnumeratorTest.java	2015-12-31 \
14:10:21 UTC (rev 11694) @@ -123,8 +123,7 @@
      */
     @Test
     @Alerts(DEFAULT = { "f t1 t2", "Enumerator not supported" },
-            IE = { "f t1 t2", "t1", "t2" },
-            IE11 = { "f t1 t2", "exception" })
+            IE = { "f t1 t2", "exception" })
     public void formEnumerator() throws Exception {
         final String html
             = "<html>\n"
@@ -157,8 +156,7 @@
      */
     @Test
     @Alerts(DEFAULT = { "undefined", "Enumerator not supported" },
-            IE = { "undefined", "text" },
-            IE11 = { "undefined", "exception" })
+            IE = { "undefined", "exception" })
     public void item() throws Exception {
         final String html
             = "<html><head>\n"

Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLBaseFontElementTest.java
 ===================================================================
--- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLBaseFontElementTest.java	2015-12-31 \
                14:00:27 UTC (rev 11693)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLBaseFontElementTest.java	2015-12-31 \
14:10:21 UTC (rev 11694) @@ -37,8 +37,7 @@
     @Alerts(DEFAULT = { "[object HTMLSpanElement]", "undefined", "undefined", \
                "undefined" },
             CHROME = { "[object HTMLElement]", "undefined", "undefined", "undefined" \
                },
             FF38 = { "[object HTMLElement]", "undefined", "undefined", "undefined" \
                },
-            IE = { "[object]", "", "3", "" },
-            IE11 = { "[object HTMLBaseFontElement]", "", "3", "" })
+            IE = { "[object HTMLBaseFontElement]", "", "3", "" })
     public void defaults() throws Exception {
         final String html =
             "<html>\n"
@@ -122,8 +121,7 @@
      */
     @Test
     @Alerts(DEFAULT = { "undefined", "blue" },
-            IE = { "#ff0000", "#0000ff" },
-            IE11 = { "red", "blue" })
+            IE = { "red", "blue" })
     public void color() throws Exception {
         final String html =
             "<html>\n"

Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLBodyElementTest.java
 ===================================================================
--- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLBodyElementTest.java	2015-12-31 \
                14:00:27 UTC (rev 11693)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLBodyElementTest.java	2015-12-31 \
14:10:21 UTC (rev 11694) @@ -129,8 +129,7 @@
      */
     @Test
     @Alerts(DEFAULT = {"", "#0000aa", "x" },
-            IE = {"", "#0000aa", "#000000" },
-            IE11 = {"", "#0000aa", "#0" })
+            IE = {"", "#0000aa", "#0" })
     public void aLink() throws Exception {
         final String html =
             "<html>\n"
@@ -181,8 +180,7 @@
      */
     @Test
     @Alerts(DEFAULT = {"", "#0000aa", "x" },
-            IE = {"", "#0000aa", "#000000" },
-            IE11 = {"", "#0000aa", "#0" })
+            IE = {"", "#0000aa", "#0" })
     public void bgColor() throws Exception {
         final String html =
             "<html>\n"
@@ -208,8 +206,7 @@
      */
     @Test
     @Alerts(DEFAULT = {"", "#0000aa", "x" },
-            IE = {"", "#0000aa", "#000000" },
-            IE11 = {"", "#0000aa", "#0" })
+            IE = {"", "#0000aa", "#0" })
     public void link() throws Exception {
         final String html =
             "<html>\n"
@@ -235,8 +232,7 @@
      */
     @Test
     @Alerts(DEFAULT = {"", "#0000aa", "x" },
-            IE = {"", "#0000aa", "#000000" },
-            IE11 = {"", "#0000aa", "#0" })
+            IE = {"", "#0000aa", "#0" })
     public void text() throws Exception {
         final String html =
             "<html>\n"
@@ -262,8 +258,7 @@
      */
     @Test
     @Alerts(DEFAULT = {"", "#0000aa", "x" },
-            IE = {"", "#0000aa", "#000000" },
-            IE11 = {"", "#0000aa", "#0" })
+            IE = {"", "#0000aa", "#0" })
     public void vLink() throws Exception {
         final String html =
             "<html>\n"

Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLCollectionTest.java
 ===================================================================
--- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLCollectionTest.java	2015-12-31 \
                14:00:27 UTC (rev 11693)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLCollectionTest.java	2015-12-31 \
14:10:21 UTC (rev 11694) @@ -104,8 +104,7 @@
     @Alerts(FF31 = { "string 0", "string @@iterator", "string item", "string \
                length", "string namedItem" },
             FF38 = { "string 0", "string item", "string length", "string namedItem" \
                },
             CHROME = { "string 0", "string item", "string length", "string myForm", \
                "string namedItem" },
-            IE = { "string length", "string myForm" },
-            IE11 = { "string item", "string length", "string myForm", "string \
namedItem" }) +            IE = { "string item", "string length", "string myForm", \
"string namedItem" })  @NotYetImplemented({  FF31, IE, CHROME })
     public void for_in() throws Exception {
         final String html = "<html><head><title>foo</title><script>\n"
@@ -139,7 +138,7 @@
                  "string action", "string first_submit", "string id1", "string \
                input_disabled",
                  "string item", "string length", "string namedItem", "string \
second_submit",  "string val1, string val2" },
-            IE11 = { "string 1", "string action", "string first_submit", "string \
item", +            IE = { "string 1", "string action", "string first_submit", \
                "string item",
                 "string length", "string namedItem", "string second_submit", "string \
val1",  "string val2" })
     @NotYetImplemented({ FF31, IE, CHROME })
@@ -198,8 +197,7 @@
     @Test
     @NotYetImplemented({ FF, CHROME })
     @Alerts(DEFAULT = { "null", "null", "undefined", "exception" },
-            IE = { "null", "null", "undefined", "null" },
-            IE11 = { "null", "null", "undefined", "undefined" })
+            IE = { "null", "null", "undefined", "undefined" })
     public void outOfBoundAccess() throws Exception {
         final String html = "<html><head><title>foo</title><script>\n"
             + "  function test() {\n"

Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLDocumentTest.java
 ===================================================================
--- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLDocumentTest.java	2015-12-31 \
                14:00:27 UTC (rev 11693)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLDocumentTest.java	2015-12-31 \
14:10:21 UTC (rev 11694) @@ -537,8 +537,7 @@
      */
     @Test
     @Alerts(DEFAULT = {"", "", "#0000aa", "#0000aa", "x", "x" },
-            IE = {"#ffffff", "", "#0000aa", "#0000aa", "#000000", "#000000" },
-            IE11 = {"#ffffff", "", "#0000aa", "#0000aa", "#000000", "#0" })
+            IE = {"#ffffff", "", "#0000aa", "#0000aa", "#000000", "#0" })
     public void bgColor() throws Exception {
         final String html =
             "<html>\n"
@@ -793,8 +792,7 @@
      */
     @Test
     @Alerts(DEFAULT = "not defined",
-            IE = { "false", "1", "about:blank", "about:blank" },
-            IE11 = { "true", "1" })
+            IE = { "true", "1" })
     @NotYetImplemented(IE)
     public void frames() throws Exception {
         final String html = "<html><head><script>\n"
@@ -1770,8 +1768,7 @@
      */
     @Test
     @Alerts(DEFAULT = {"", "", "#0000aa", "#0000aa", "x", "x" },
-            IE = {"#0000ff", "", "#0000aa", "#0000aa", "#000000", "#000000" },
-            IE11 = {"#0000ff", "", "#0000aa", "#0000aa", "#000000", "#0" })
+            IE = {"#0000ff", "", "#0000aa", "#0000aa", "#000000", "#0" })
     public void alinkColor() throws Exception {
         final String html =
             "<html>\n"
@@ -1800,8 +1797,7 @@
      */
     @Test
     @Alerts(DEFAULT = {"", "", "#0000aa", "#0000aa", "x", "x" },
-            IE = {"#0000ff", "", "#0000aa", "#0000aa", "#000000", "#000000" },
-            IE11 = {"#0000ff", "", "#0000aa", "#0000aa", "#000000", "#0" })
+            IE = {"#0000ff", "", "#0000aa", "#0000aa", "#000000", "#0" })
     public void linkColor() throws Exception {
         final String html =
             "<html>\n"
@@ -1830,8 +1826,7 @@
      */
     @Test
     @Alerts(DEFAULT = {"", "", "#0000aa", "#0000aa", "x", "x" },
-            IE = {"#800080", "", "#0000aa", "#0000aa", "#000000", "#000000" },
-            IE11 = {"#800080", "", "#0000aa", "#0000aa", "#000000", "#0" })
+            IE = {"#800080", "", "#0000aa", "#0000aa", "#000000", "#0" })
     public void vlinkColor() throws Exception {
         final String html =
             "<html>\n"
@@ -1860,8 +1855,7 @@
      */
     @Test
     @Alerts(DEFAULT = {"", "", "#0000aa", "#0000aa", "x", "x" },
-            IE = {"#000000", "", "#0000aa", "#0000aa", "#000000", "#000000" },
-            IE11 = {"#000000", "", "#0000aa", "#0000aa", "#000000", "#0" })
+            IE = {"#000000", "", "#0000aa", "#0000aa", "#000000", "#0" })
     public void fgColor() throws Exception {
         final String html =
             "<html>\n"
@@ -1913,8 +1907,7 @@
      */
     @Test
     @Alerts(DEFAULT = { "true", "undefined", "false" },
-            IE = { "true", "[object]", "true" },
-            IE11 = { "true", "[object HTMLFormElement]", "true" })
+            IE = { "true", "[object HTMLFormElement]", "true" })
     public void document_xxx_formAccess() throws Exception {
         final String html = "<html>\n"
             + "<head>\n"
@@ -1941,8 +1934,7 @@
     @Test
     @Alerts(CHROME = { "windows-1252", "windows-1252", "windows-1252", \
                "windows-1252" },
             FF = { "windows-1252", "windows-1252", "undefined", "undefined" },
-            IE = { "undefined", "undefined", "iso-8859-1", "windows-1252" },
-            IE11 = { "ISO-8859-1", "iso-8859-1", "iso-8859-1", "windows-1252" })
+            IE = { "ISO-8859-1", "iso-8859-1", "iso-8859-1", "windows-1252" })
     public void encoding() throws Exception {
         final String html = "<html>\n"
             + "<head>\n"
@@ -1966,8 +1958,7 @@
     @Test
     @Alerts(CHROME = { "windows-1252", "windows-1252", "windows-1252", \
                "windows-1252" },
             FF = { "windows-1252", "windows-1252", "undefined", "undefined" },
-            IE = { "undefined", "undefined", "iso-8859-1", "windows-1252" },
-            IE11 = { "ISO-8859-1", "iso-8859-1", "iso-8859-1", "windows-1252" })
+            IE = { "ISO-8859-1", "iso-8859-1", "iso-8859-1", "windows-1252" })
     public void encoding2() throws Exception {
         final String html = "<html>\n"
             + "<head>\n"
@@ -1992,8 +1983,7 @@
     @Test
     @Alerts(CHROME = { "windows-1252", "windows-1252", "windows-1252", \
                "windows-1252" },
             FF = { "windows-1252", "windows-1252", "undefined", "undefined" },
-            IE = { "undefined", "undefined", "iso-8859-1", "windows-1252" },
-            IE11 = { "ISO-8859-1", "iso-8859-1", "iso-8859-1", "windows-1252" })
+            IE = { "ISO-8859-1", "iso-8859-1", "iso-8859-1", "windows-1252" })
     public void encoding3() throws Exception {
         final String html = "<html>\n"
             + "<head>\n"
@@ -2020,8 +2010,7 @@
     @Test
     @Alerts(CHROME = { "UTF-8", "UTF-8", "UTF-8", "windows-1252" },
             FF = { "UTF-8", "UTF-8", "undefined", "undefined" },
-            IE = { "undefined", "undefined", "utf-8", "windows-1252" },
-            IE11 = { "UTF-8", "utf-8", "utf-8", "windows-1252" })
+            IE = { "UTF-8", "utf-8", "utf-8", "windows-1252" })
     public void encoding4() throws Exception {
         final String html = "<html>\n"
             + "<head>\n"
@@ -2048,8 +2037,7 @@
     @Test
     @Alerts(CHROME = { "UTF-8", "UTF-8", "UTF-8", "windows-1252" },
             FF = { "UTF-8", "UTF-8", "undefined", "undefined" },
-            IE = { "undefined", "undefined", "utf-8", "windows-1252" },
-            IE11 = { "UTF-8", "utf-8", "utf-8", "windows-1252" })
+            IE = { "UTF-8", "utf-8", "utf-8", "windows-1252" })
     public void encoding5() throws Exception {
         final String html = "<html>\n"
             + "<head>\n"
@@ -2076,8 +2064,7 @@
     @Test
     @Alerts(CHROME = { "UTF-8", "UTF-8", "UTF-8", "windows-1252" },
             FF = { "UTF-8", "UTF-8", "undefined", "undefined" },
-            IE = { "undefined", "undefined", "utf-8", "windows-1252" },
-            IE11 = { "UTF-8", "utf-8", "utf-8", "windows-1252" })
+            IE = { "UTF-8", "utf-8", "utf-8", "windows-1252" })
     public void encoding6() throws Exception {
         final String html = "<html>\n"
             + "<head>\n"
@@ -2125,7 +2112,7 @@
      */
     @Test
     @Alerts(DEFAULT = { "undefined", "BackCompat", "function", "function" },
-            IE11 = { "11", "BackCompat", "function", "function" })
+            IE = { "11", "BackCompat", "function", "function" })
     public void documentMode() throws Exception {
         documentMode("", "");
     }
@@ -2135,7 +2122,7 @@
      */
     @Test
     @Alerts(DEFAULT = { "undefined", "CSS1Compat", "function", "function" },
-            IE11 = { "11", "CSS1Compat", "function", "function" })
+            IE = { "11", "CSS1Compat", "function", "function" })
     public void documentMode_doctypeStrict() throws Exception {
         documentMode(HtmlPageTest.STANDARDS_MODE_PREFIX_, "");
     }
@@ -2145,7 +2132,7 @@
      */
     @Test
     @Alerts(DEFAULT = { "undefined", "BackCompat", "function", "function" },
-            IE11 = { "11", "BackCompat", "function", "function" })
+            IE = { "11", "BackCompat", "function", "function" })
     public void documentMode_doctypeTransitional() throws Exception {
         documentMode("<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0 \
Transitional//EN\""  + " \"http://www.w3.org/TR/html4/loose.dtd\">\n", "");
@@ -2156,7 +2143,7 @@
      */
     @Test
     @Alerts(DEFAULT = { "undefined", "CSS1Compat", "function", "function" },
-            IE11 = { "11", "CSS1Compat", "function", "function" })
+            IE = { "11", "CSS1Compat", "function", "function" })
     public void documentMode_doctypeHTML5() throws Exception {
         documentMode("<!DOCTYPE html>\n", "");
     }
@@ -2198,7 +2185,7 @@
      */
     @Test
     @Alerts(DEFAULT = { "undefined", "BackCompat", "function", "function" },
-            IE11 = { "11", "BackCompat", "function", "function" })
+            IE = { "11", "BackCompat", "function", "function" })
     public void documentMode_metaEmulateIE8() throws Exception {
         documentMode("", "  <meta http-equiv='X-UA-Compatible' \
content='IE=Emulate8'>\n");  }
@@ -2208,7 +2195,7 @@
      */
     @Test
     @Alerts(DEFAULT = { "undefined", "CSS1Compat", "function", "function" },
-            IE11 = { "11", "CSS1Compat", "function", "function" })
+            IE = { "11", "CSS1Compat", "function", "function" })
     public void documentMode_metaEmulateIE8_doctypeStrict() throws Exception {
         documentMode(HtmlPageTest.STANDARDS_MODE_PREFIX_,
                 "  <meta http-equiv='X-UA-Compatible' content='IE=Emulate8'>\n");
@@ -2229,7 +2216,7 @@
      */
     @Test
     @Alerts(DEFAULT = { "undefined", "BackCompat", "function", "function" },
-            IE11 = { "11", "CSS1Compat", "function", "function" })
+            IE = { "11", "CSS1Compat", "function", "function" })
     public void documentMode_metaIEEdge() throws Exception {
         documentMode("", "  <meta http-equiv='X-UA-Compatible' \
content='IE=edge'>\n");  }

Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLElementTest.java
 ===================================================================
--- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLElementTest.java	2015-12-31 \
                14:00:27 UTC (rev 11693)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLElementTest.java	2015-12-31 \
14:10:21 UTC (rev 11694) @@ -192,7 +192,7 @@
      */
     @Test
     @Alerts(DEFAULT = { "null", "bla", "true" },
-            IE11 = { "", "bla", "true" })
+            IE = { "", "bla", "true" })
     public void getSetAttributeNS() throws Exception {
         final String html = "<html>\n"
                 + "<head>\n"
@@ -223,7 +223,7 @@
      */
     @Test
     @Alerts(DEFAULT = { "text", "i", "i", "[object CSS2Properties]", "function", \
                "undefined", "undefined" },
-            IE11 = { "text", "i", "i", "[object MSStyleCSSProperties]", "function", \
"undefined", "undefined" }, +            IE = { "text", "i", "i", "[object \
                MSStyleCSSProperties]", "function", "undefined", "undefined" },
             CHROME = { "text", "i", "i", "[object CSSStyleDeclaration]", "function", \
"undefined", "undefined" })  @NotYetImplemented({ FF, IE })
     public void attributesAccess() throws Exception {
@@ -300,7 +300,7 @@
             "specified=true",
             "value=bleh"
             },
-            IE11 = {
+            IE = {
             "null",
             "expando=true",
             "firstChild=[object Text]",
@@ -396,8 +396,8 @@
      */
     @Test
     @Alerts(DEFAULT = { "null", "inform('newHandler')", "null" },
-            IE11 = { "null", "inform('newHandler')", "" })
-    @NotYetImplemented(IE11)
+            IE = { "null", "inform('newHandler')", "" })
+    @NotYetImplemented(IE)
     public void setAttribute_eventHandlerNull() throws Exception {
         final String html = "<html><head><title>foo</title><script>\n"
             + "  function test() {\n"
@@ -1074,7 +1074,7 @@
      */
     @Test
     @Alerts(DEFAULT = { "Outer = <p id=\"myNode\">New  cell value\n\n</p>" },
-            IE11 = { "Outer = <p id=\"myNode\">New  cell value\n\n" })
+            IE = { "Outer = <p id=\"myNode\">New  cell value\n\n" })
     @NotYetImplemented
     public void getOuterHTMLFromUnclosedParagraph() throws Exception {
         final String html = createPageForGetOuterHTML("p", "New  cell value", true);
@@ -1106,7 +1106,7 @@
      */
     @Test
     @Alerts(DEFAULT = { "Old = <span id=\"innerNode\">Old outerHTML</span>", "New = \
                ", "Childs: 0" },
-            IE11 = { "Old = <span id=\"innerNode\">Old outerHTML</span>", "New = \
null", "Childs: 1" }) +            IE = { "Old = <span id=\"innerNode\">Old \
outerHTML</span>", "New = null", "Childs: 1" })  public void setOuterHTMLNull() \
throws Exception {  final String html = createPageForSetOuterHTML("div", null);
         loadPageWithAlerts2(html);
@@ -1396,7 +1396,7 @@
     @Alerts(DEFAULT = { "Old = <span id=\"innerNode\">Old outerHTML</span>",
                     "New = <span id=\"innerNode\">Old outerHTML</span>", "Childs: 1" \
                },
             CHROME = { "Old = <span id=\"innerNode\">Old outerHTML</span>", \
                "exception" },
-            IE11 = { "Old = <span id=\"innerNode\">Old outerHTML</span>", "New = ", \
"Childs: 0" }) +            IE = { "Old = <span id=\"innerNode\">Old \
outerHTML</span>", "New = ", "Childs: 0" })  public void \
setOuterHTMLDetachedElementNull() throws Exception {  final String html = "<html>\n"
                 + "<head>\n"
@@ -1429,7 +1429,7 @@
     @Alerts(DEFAULT = { "Old = <span id=\"innerNode\">Old outerHTML</span>",
                     "New = <span id=\"innerNode\">Old outerHTML</span>", "Childs: 1" \
                },
             CHROME = { "Old = <span id=\"innerNode\">Old outerHTML</span>", \
                "exception" },
-            IE11 = { "Old = <span id=\"innerNode\">Old outerHTML</span>", "New = ", \
"Childs: 0" }) +            IE = { "Old = <span id=\"innerNode\">Old \
outerHTML</span>", "New = ", "Childs: 0" })  public void \
setOuterHTMLDetachedElementUndefined() throws Exception {  final String html = \
"<html>\n"  + "<head>\n"
@@ -1462,7 +1462,7 @@
     @Alerts(DEFAULT = { "Old = <span id=\"innerNode\">Old outerHTML</span>",
                     "New = <span id=\"innerNode\">Old outerHTML</span>", "Childs: 1" \
                },
             CHROME = { "Old = <span id=\"innerNode\">Old outerHTML</span>", \
                "exception" },
-            IE11 = { "Old = <span id=\"innerNode\">Old outerHTML</span>", "New = ", \
"Childs: 0" }) +            IE = { "Old = <span id=\"innerNode\">Old \
outerHTML</span>", "New = ", "Childs: 0" })  public void \
setOuterHTMLDetachedElementEmpty() throws Exception {  final String html = "<html>\n"
                 + "<head>\n"
@@ -1495,7 +1495,7 @@
     @Alerts(DEFAULT = { "Old = <span id=\"innerNode\">Old outerHTML</span>",
                     "New = <span id=\"innerNode\">Old outerHTML</span>", "Childs: 1" \
                },
             CHROME = { "Old = <span id=\"innerNode\">Old outerHTML</span>", \
                "exception" },
-            IE11 = { "Old = <span id=\"innerNode\">Old outerHTML</span>", "New = ", \
"Childs: 0" }) +            IE = { "Old = <span id=\"innerNode\">Old \
outerHTML</span>", "New = ", "Childs: 0" })  public void \
setOuterHTMLDetachedElementBlank() throws Exception {  final String html = "<html>\n"
                 + "<head>\n"
@@ -2277,7 +2277,7 @@
      */
     @Test
     @Alerts(DEFAULT = "undefined",
-            IE11 = { "[object MSCurrentStyleCSSProperties]", "#000000" })
+            IE = { "[object MSCurrentStyleCSSProperties]", "#000000" })
     @NotYetImplemented(IE)
     public void currentStyle() throws Exception {
         style("currentStyle");
@@ -2288,7 +2288,7 @@
      */
     @Test
     @Alerts(DEFAULT = "undefined",
-            IE11 = { "[object MSStyleCSSProperties]", "" })
+            IE = { "[object MSStyleCSSProperties]", "" })
     @NotYetImplemented(IE11)
     public void runtimeStyle() throws Exception {
         style("runtimeStyle");
@@ -2875,7 +2875,7 @@
      */
     @Test
     @Alerts(DEFAULT = { "true", "true", "true", "false", "false", "false", "false", \
                "true", "true", "false", "false" },
-            IE11 = { "true", "true", "true", "false", "false", "false", "false", \
"true", "false", "false", +            IE = { "true", "true", "true", "false", \
"false", "false", "false", "true", "false", "false",  "exception" })
     public void contains() throws Exception {
         final String html
@@ -3132,7 +3132,7 @@
      */
     @Test
     @Alerts(DEFAULT = { "false,false,false,false,false,true,false", "clearAttributes \
                not available" },
-            IE11 = { "false,false,false,false,false,true,false", \
"false,false,false,false,false,true,false" }) +            IE = { \
"false,false,false,false,false,true,false", \
"false,false,false,false,false,true,false" })  public void clearAttributes() throws \
Exception {  final String html
             = "<html><head>\n"
@@ -3162,7 +3162,7 @@
      */
     @Test
     @Alerts(DEFAULT = "mergeAttributes not available",
-            IE11 = { "false,false,false,false,false,true,true", "i", "",
+            IE = { "false,false,false,false,false,true,true", "i", "",
                         "false,false,false,false,false,true,true", "i", "" })
     public void mergeAttributes() throws Exception {
         mergeAttributesTest("i2");
@@ -3173,7 +3173,7 @@
      */
     @Test
     @Alerts(DEFAULT = "mergeAttributes not available",
-            IE11 = { "false,false,false,false,false,true,true", "i", "",
+            IE = { "false,false,false,false,false,true,true", "i", "",
                         "false,false,false,false,false,true,true", "i", "" })
     public void mergeAttributesTrue() throws Exception {
         mergeAttributesTest("i2, true");
@@ -3184,7 +3184,7 @@
      */
     @Test
     @Alerts(DEFAULT = "mergeAttributes not available",
-            IE11 = { "false,false,false,false,false,true,true", "i", "",
+            IE = { "false,false,false,false,false,true,true", "i", "",
                         "false,false,false,false,false,true,true", "i2", "i2" })
     public void mergeAttributesfalse() throws Exception {
         mergeAttributesTest("i2, false");
@@ -3261,8 +3261,7 @@
      */
     @Test
     @Alerts(DEFAULT = {"", "#0000aa", "x", "BlanchedAlmond", "aBlue", "bluex" },
-            IE = {"", "#0000aa", "#000000", "#ffebcd", "#ab00e0", "#b00e00" },
-            IE11 = {"", "#0000aa", "#0", "blanchedalmond", "#ab00e", "#b00e0" })
+            IE = {"", "#0000aa", "#0", "blanchedalmond", "#ab00e", "#b00e0" })
     public void setColorAttribute() throws Exception {
         final String html =
             "<html>\n"
@@ -3314,7 +3313,7 @@
      */
     @Test
     @Alerts(DEFAULT = { "button", "null", "false", "true" },
-            IE11 = { "button", "", "false", "true" })
+            IE = { "button", "", "false", "true" })
     public void attributeNS() throws Exception {
         final String html
             = "<html><head>\n"

Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLEmbedElementTest.java
 ===================================================================
--- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLEmbedElementTest.java	2015-12-31 \
                14:00:27 UTC (rev 11693)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLEmbedElementTest.java	2015-12-31 \
14:10:21 UTC (rev 11694) @@ -77,7 +77,7 @@
                     "absbottom", "absmiddle", "bottom", "texttop" },
             CHROME = { "CenTer", "8", "foo", "left", "right", "bottom", "middle", \
"top",  "absbottom", "absmiddle", "baseline", "texttop" },
-            IE11 = { "CenTer", "8", "foo", "left", "right", "bottom", "middle", \
"top", +            IE = { "CenTer", "8", "foo", "left", "right", "bottom", "middle", \
"top",  "absbottom", "absmiddle", "baseline", "texttop" })
     @NotYetImplemented(FF)
     public void setAlign() throws Exception {
@@ -118,8 +118,7 @@
      */
     @Test
     @Alerts(DEFAULT = { "10px", "20em", "80%", "40", "wrong", "" },
-            IE = { "10", "20", "80%", "40", "1", "" },
-            IE11 = { "10", "20", "80%", "40", "0", "" })
+            IE = { "10", "20", "80%", "40", "0", "" })
     @NotYetImplemented(IE)
     public void getHeight() throws Exception {
         final String html
@@ -176,8 +175,7 @@
      */
     @Test
     @Alerts(DEFAULT = { "10px", "20em", "80%", "40", "wrong", "" },
-            IE = { "10", "20", "80%", "40", "1", "" },
-            IE11 = { "10", "20", "80%", "40", "", "" })
+            IE = { "10", "20", "80%", "40", "", "" })
     @NotYetImplemented(IE)
     public void getWidth() throws Exception {
         final String html

Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLFormElementTest.java
 ===================================================================
--- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLFormElementTest.java	2015-12-31 \
                14:00:27 UTC (rev 11693)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLFormElementTest.java	2015-12-31 \
14:10:21 UTC (rev 11694) @@ -16,7 +16,7 @@
 
 import static com.gargoylesoftware.htmlunit.BrowserRunner.Browser.CHROME;
 import static com.gargoylesoftware.htmlunit.BrowserRunner.Browser.FF;
-import static com.gargoylesoftware.htmlunit.BrowserRunner.Browser.IE11;
+import static com.gargoylesoftware.htmlunit.BrowserRunner.Browser.IE;
 import static org.junit.Assert.fail;
 
 import java.net.URL;
@@ -803,8 +803,8 @@
      */
     @Test
     @Alerts(DEFAULT = { "page1.html", "page2.html", "page1.html", "page1.html" },
-            IE11 = { "page1.html", "page1.html", "page1.html", "page1.html" })
-    @NotYetImplemented(IE11)
+            IE = { "page1.html", "page1.html", "page1.html", "page1.html" })
+    @NotYetImplemented(IE)
     public void changeFormActionAfterSubmit() throws Exception {
         final String[] expectedFiles = getExpectedAlerts();
         setExpectedAlerts();
@@ -957,8 +957,8 @@
      */
     @Test
     @Alerts(DEFAULT = { "page4.html?f1=v1&f2=v2", "page4.html?f1=v1&f2=v2", \
                "page3.html?f1=v1", "page3.html?f1=v1" },
-            IE11 = { "page3.html?f1=v1", "page3.html?f1=v1", "page3.html?f1=v1", \
                "page3.html?f1=v1" })
-    @NotYetImplemented(IE11)
+            IE = { "page3.html?f1=v1", "page3.html?f1=v1", "page3.html?f1=v1", \
"page3.html?f1=v1" }) +    @NotYetImplemented(IE)
     public void changesAfterCallToSubmit() throws Exception {
         final String[] expectedUrlSuffixes = getExpectedAlerts();
         setExpectedAlerts();
@@ -1244,10 +1244,7 @@
     @Alerts(DEFAULT = { "[object HTMLInputElement]", "undefined",
                         "[object HTMLInputElement]", "[object HTMLInputElement]",
                         "[object HTMLInputElement]", "[object HTMLInputElement]", \
                "[object HTMLInputElement]" },
-            IE = { "[object]", "undefined",
-                    "[object]", "undefined",
-                    "[object]", "undefined", "undefined" },
-            IE11 = { "[object HTMLInputElement]", "undefined",
+            IE = { "[object HTMLInputElement]", "undefined",
                         "undefined", "[object HTMLInputElement]",
                         "undefined", "undefined", "[object HTMLInputElement]" })
     public void accessByNameAfterNameChange() throws Exception {

Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLImageElementTest.java
 ===================================================================
--- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLImageElementTest.java	2015-12-31 \
                14:00:27 UTC (rev 11693)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLImageElementTest.java	2015-12-31 \
14:10:21 UTC (rev 11694) @@ -399,8 +399,7 @@
      */
     @Test
     @Alerts(DEFAULT = { "number: 300", "number: 200", "number: 0", "number: 0", \
                "number: 0", "number: 0" },
-            IE = { "number: 300", "number: 200", "number: 28", "number: 30", \
                "number: 1", "number: 1" },
-            IE11 = { "number: 300", "number: 200", "number: 28", "number: 30", \
"number: 28", "number: 30" }) +            IE = { "number: 300", "number: 200", \
"number: 28", "number: 30", "number: 28", "number: 30" })  public void \
widthHeightWithoutSource() throws Exception {  final String html = "<html><head>\n"
             + "<script>\n"
@@ -471,7 +470,7 @@
     @Test
     @Alerts(DEFAULT = { "number: 300", "number: 200", "number: 24", "number: 24", \
                "number: 24", "number: 24" },
             CHROME = { "number: 300", "number: 200", "number: 0", "number: 0", \
                "number: 0", "number: 0" },
-            IE11 = { "number: 300", "number: 200", "number: 28", "number: 30", \
"number: 28", "number: 30" }) +            IE = { "number: 300", "number: 200", \
"number: 28", "number: 30", "number: 28", "number: 30" })  public void \
widthHeightEmptySource() throws Exception {  \
getMockWebConnection().setDefaultResponse("");  
@@ -513,7 +512,7 @@
     @Test
     @Alerts(DEFAULT = { "number: 300", "number: 200", "number: 24", "number: 24", \
                "number: 24", "number: 24" },
             CHROME = { "number: 300", "number: 200", "number: 0", "number: 0", \
                "number: 0", "number: 0" },
-            IE11 = { "number: 300", "number: 200", "number: 28", "number: 30", \
"number: 28", "number: 30" }) +            IE = { "number: 300", "number: 200", \
"number: 28", "number: 30", "number: 28", "number: 30" })  public void \
widthHeightBlankSource() throws Exception {  \
getMockWebConnection().setDefaultResponse("");  
@@ -555,7 +554,7 @@
     @Test
     @Alerts(DEFAULT = { "number: 300", "number: 200", "number: 24", "number: 24", \
                "number: 24", "number: 24" },
             CHROME = { "number: 300", "number: 200", "number: 20", "number: 20", \
                "number: 20", "number: 20" },
-            IE11 = { "number: 300", "number: 200", "number: 28", "number: 30", \
"number: 28", "number: 30" }) +            IE = { "number: 300", "number: 200", \
"number: 28", "number: 30", "number: 28", "number: 30" })  public void \
widthHeightInvalidSource() throws Exception {  \
getMockWebConnection().setDefaultResponse("");  

Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLPhraseElementTest.java
 ===================================================================
--- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLPhraseElementTest.java	2015-12-31 \
                14:00:27 UTC (rev 11693)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLPhraseElementTest.java	2015-12-31 \
14:10:21 UTC (rev 11694) @@ -35,8 +35,7 @@
      */
     @Test
     @Alerts(DEFAULT = {"[object HTMLElement] undefined", "[object HTMLElement] \
                undefined" },
-            IE = {"[object] ", "[object] " },
-            IE11 = {"[object HTMLPhraseElement] ", "[object HTMLPhraseElement] " })
+            IE = {"[object HTMLPhraseElement] ", "[object HTMLPhraseElement] " })
     public void cite() throws Exception {
         final String html =
             "<html>\n"

Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLTableCellElementTest.java
 ===================================================================
--- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLTableCellElementTest.java	2015-12-31 \
                14:00:27 UTC (rev 11693)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLTableCellElementTest.java	2015-12-31 \
14:10:21 UTC (rev 11694) @@ -187,8 +187,7 @@
      */
     @Test
     @Alerts(DEFAULT = {"", "#0000aa", "x" },
-            IE = {"", "#0000aa", "#000000" },
-            IE11 = {"", "#0000aa", "#0" })
+            IE = {"", "#0000aa", "#0" })
     public void bgColor() throws Exception {
         final String html =
             "<html>\n"
@@ -505,7 +504,7 @@
      */
     @Test
     @Alerts(DEFAULT = { "undefined", "#667788", "unknown", "undefined", "undefined", \
                "undefined" },
-            IE11 = { "", "#667788", "#000000", "red", "#123456", "#000000" })
+            IE = { "", "#667788", "#000000", "red", "#123456", "#000000" })
     @NotYetImplemented(IE)
     public void borderColor() throws Exception {
         final String html

Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLTableElementTest.java
 ===================================================================
--- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLTableElementTest.java	2015-12-31 \
                14:00:27 UTC (rev 11693)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLTableElementTest.java	2015-12-31 \
14:10:21 UTC (rev 11694) @@ -679,8 +679,7 @@
      */
     @Test
     @Alerts(DEFAULT = {"", "#0000aa", "x" },
-            IE = {"", "#0000aa", "#000000" },
-            IE11 = {"", "#0000aa", "#0" })
+            IE = {"", "#0000aa", "#0" })
     public void bgColor() throws Exception {
         final String html =
             "<html>\n"
@@ -709,7 +708,7 @@
     @Test
     @Alerts(DEFAULT = { "undefined", "[object Text]", "abc", "[object Text]", "" },
             CHROME = {"cell1", "[object Text]", "ex", "cell1", "[object Text]", \
                "ex", "cell1" },
-            IE11 = { "cell1", "[object Text]", "abc", "[object Text]", "" })
+            IE = { "cell1", "[object Text]", "abc", "[object Text]", "" })
     @NotYetImplemented({ CHROME, IE })
     public void innerText() throws Exception {
         final String html

Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLTableRowElementTest.java
 ===================================================================
--- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLTableRowElementTest.java	2015-12-31 \
                14:00:27 UTC (rev 11693)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLTableRowElementTest.java	2015-12-31 \
14:10:21 UTC (rev 11694) @@ -263,8 +263,7 @@
      */
     @Test
     @Alerts(DEFAULT = { "", "#0000aa", "x" },
-            IE = { "", "#0000aa", "#000000" },
-            IE11 = { "", "#0000aa", "#0" })
+            IE = { "", "#0000aa", "#0" })
     public void bgColor() throws Exception {
         final String html =
             "<html>\n"
@@ -355,7 +354,7 @@
     @Alerts(DEFAULT = { "undefined", "[object HTMLTableCellElement]", "abc", \
"[object HTMLTableCellElement]", "" },  CHROME = {"cell1", "[object \
                HTMLTableCellElement]",
                         "ex", "cell1", "[object HTMLTableCellElement]", "ex", \
                "cell1" },
-            IE11 = { "cell1", "[object HTMLTableDataCellElement]", "abc", "[object \
Text]", "" }) +            IE = { "cell1", "[object HTMLTableDataCellElement]", \
"abc", "[object Text]", "" })  public void innerText() throws Exception {
         final String html
             = "<html><body>\n"
@@ -382,7 +381,7 @@
      */
     @Test
     @Alerts(DEFAULT = { "cell1", "[object HTMLTableCellElement]", "abc", "[object \
                Text]", "" },
-            IE11 = { "cell1", "[object HTMLTableDataCellElement]", "abc", "[object \
Text]", "" }) +            IE = { "cell1", "[object HTMLTableDataCellElement]", \
"abc", "[object Text]", "" })  public void textContent() throws Exception {
         final String html
             = "<html><body>\n"
@@ -495,7 +494,7 @@
      */
     @Test
     @Alerts(DEFAULT = { "undefined", "#667788", "unknown", "undefined", "undefined", \
                "undefined" },
-            IE11 = { "", "#667788", "#000000", "red", "#123456", "#000000" })
+            IE = { "", "#667788", "#000000", "red", "#123456", "#000000" })
     @NotYetImplemented(IE)
     public void borderColor() throws Exception {
         final String html
@@ -530,7 +529,7 @@
      */
     @Test
     @Alerts(DEFAULT = { "undefined", "undefined", "undefined", "undefined", \
                "undefined", "undefined" },
-            IE11 = { "", "", "", "red", "#123456", "#000000" })
+            IE = { "", "", "", "red", "#123456", "#000000" })
     @NotYetImplemented(IE)
     public void borderColorDark() throws Exception {
         final String html
@@ -565,7 +564,7 @@
      */
     @Test
     @Alerts(DEFAULT = { "undefined", "undefined", "undefined", "undefined", \
                "undefined", "undefined" },
-            IE11 = { "", "", "", "red", "#123456", "#000000" })
+            IE = { "", "", "", "red", "#123456", "#000000" })
     @NotYetImplemented(IE)
     public void borderColorLight() throws Exception {
         final String html

Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLTableSectionElementTest.java
 ===================================================================
--- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLTableSectionElementTest.java	2015-12-31 \
                14:00:27 UTC (rev 11693)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLTableSectionElementTest.java	2015-12-31 \
14:10:21 UTC (rev 11694) @@ -367,7 +367,7 @@
     @Alerts(DEFAULT = { "undefined", "[object HTMLTableRowElement]", "abc", "[object \
HTMLTableRowElement]", "" },  CHROME = {"cell1", "[object HTMLTableRowElement]",
                         "ex", "cell1", "[object HTMLTableRowElement]", "ex", "cell1" \
                },
-            IE11 = { "cell1", "[object HTMLTableRowElement]", "abc", "[object \
Text]", "" }) +            IE = { "cell1", "[object HTMLTableRowElement]", "abc", \
"[object Text]", "" })  public void innerText_body() throws Exception {
         final String html
             = "<html><body>\n"
@@ -396,7 +396,7 @@
     @Alerts(DEFAULT = { "undefined", "[object HTMLTableRowElement]", "abc", "[object \
HTMLTableRowElement]", "" },  CHROME = {"cell1", "[object HTMLTableRowElement]",
                         "ex", "cell1", "[object HTMLTableRowElement]", "ex", "cell1" \
                },
-            IE11 = { "cell1", "[object HTMLTableRowElement]", "abc", "[object \
Text]", "" }) +            IE = { "cell1", "[object HTMLTableRowElement]", "abc", \
"[object Text]", "" })  public void innerText_header() throws Exception {
         final String html
             = "<html><body>\n"
@@ -425,7 +425,7 @@
     @Alerts(DEFAULT = { "undefined", "[object HTMLTableRowElement]", "abc", "[object \
HTMLTableRowElement]", "" },  CHROME = {"cell1", "[object HTMLTableRowElement]",
                         "ex", "cell1", "[object HTMLTableRowElement]", "ex", "cell1" \
                },
-            IE11 = { "cell1", "[object HTMLTableRowElement]", "abc", "[object \
Text]", "" }) +            IE = { "cell1", "[object HTMLTableRowElement]", "abc", \
"[object Text]", "" })  public void innerText_footer() throws Exception {
         final String html
             = "<html><body>\n"
@@ -530,8 +530,7 @@
      */
     @Test
     @Alerts(DEFAULT = { "undefined", "#0000aa", "x" },
-            IE = { "", "#0000aa", "#000000" },
-            IE11 = { "", "#0000aa", "#0" })
+            IE = { "", "#0000aa", "#0" })
     public void bgColorFooter() throws Exception {
         final String html =
             "<html>\n"
@@ -559,8 +558,7 @@
      */
     @Test
     @Alerts(DEFAULT = { "undefined", "#0000aa", "x" },
-            IE = { "", "#0000aa", "#000000" },
-            IE11 = { "", "#0000aa", "#0" })
+            IE = { "", "#0000aa", "#0" })
     public void bgColorHeader() throws Exception {
         final String html =
             "<html>\n"

Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/xml/XMLDocumentTest.java
 ===================================================================
--- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/xml/XMLDocumentTest.java	2015-12-31 \
                14:00:27 UTC (rev 11693)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/xml/XMLDocumentTest.java	2015-12-31 \
14:10:21 UTC (rev 11694) @@ -201,7 +201,7 @@
     @Test
     @Alerts(DEFAULT = { "undefined", "true" },
             CHROME = { "undefined", "undefined" },
-            IE11 = { "undefined", "undefined" })
+            IE = { "undefined", "undefined" })
     public void async() throws Exception {
         final String html = "<html><head><title>foo</title><script>\n"
             + "  function test() {\n"
@@ -799,7 +799,7 @@
     @Test
     @Alerts(DEFAULT = { "0", "1", "0", "1" },
             CHROME = { "1", "0" },
-            IE11 = { "1", "0" })
+            IE = { "1", "0" })
     @NotYetImplemented({ CHROME, IE })
     public void getElementsByTagNameWithNamespace() throws Exception {
         final String html = "<html><head><title>foo</title><script>\n"
@@ -1033,8 +1033,7 @@
      */
     @Test
     @Alerts(DEFAULT = { "[object XMLDocument]", "OK" },
-            IE = "[object XMLDocument]",
-            IE11 = { "[object Document]", "OK" })
+            IE = { "[object Document]", "OK" })
     @NotYetImplemented(IE)
     // Real IE11 seems to generate always an (HTML)Document within an iframe.
     public void test() throws Exception {

Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/xml/XmlPage2Test.java
 ===================================================================
--- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/xml/XmlPage2Test.java	2015-12-31 \
                14:00:27 UTC (rev 11693)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/xml/XmlPage2Test.java	2015-12-31 \
14:10:21 UTC (rev 11694) @@ -57,8 +57,7 @@
      */
     @Test
     @Alerts(DEFAULT =  { "true", "14" },
-            IE = { "true", "16" },
-            IE11 = { "true", "15" })
+            IE = { "true", "15" })
     public void createElement() throws Exception {
         final String html = "<html><head><title>foo</title><script>\n"
             + "  function test() {\n"


------------------------------------------------------------------------------
_______________________________________________
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