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

List:       htmlunit-develop
Subject:    [HtmlUnit] SVN: [11693] trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit
From:       rbri () users ! sourceforge ! net
Date:       2015-12-31 14:00:28
Message-ID: E1aEdmJ-0002VR-KI () sfs-ml-1 ! v29 ! ch3 ! sourceforge ! com
[Download RAW message or body]

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

Modified Paths:
--------------
    trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlPage3Test.java
  trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlPasswordInputTest.java
  trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlQuoteTest.java
    trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlResetInput2Test.java
  trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlSubmitInputTest.java
  trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlTableCellTest.java
  trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlTextArea2Test.java
  trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlTextInput2Test.java
  trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/IEConditionalCommentsTest.java
  trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/dom/AttrTest.java
  trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/dom/CommentTest.java
  trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/dom/DocumentTest.java
  trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/dom/DocumentTypeTest.java
  trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/EnumeratorTest.java


Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlPage3Test.java
 ===================================================================
--- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlPage3Test.java	2015-12-31 \
                13:56:04 UTC (rev 11692)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlPage3Test.java	2015-12-31 \
14:00:27 UTC (rev 11693) @@ -104,8 +104,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 getPageEncoding() throws Exception {
         final String htmlContent = "<html><head>\n"
             + "  <title>foo</title>\n"

Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlPasswordInputTest.java
 ===================================================================
--- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlPasswordInputTest.java	2015-12-31 \
                13:56:04 UTC (rev 11692)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlPasswordInputTest.java	2015-12-31 \
14:00:27 UTC (rev 11693) @@ -394,7 +394,7 @@
      */
     @Test
     @Alerts(DEFAULT = { "0,0", "11,11", "3,11", "3,10" },
-            IE11 = { "0,0", "0,0", "3,3", "3,10" })
+            IE = { "0,0", "0,0", "3,3", "3,10" })
     public void selection2_1() throws Exception {
         selection2(3, 10);
     }
@@ -404,7 +404,7 @@
      */
     @Test
     @Alerts(DEFAULT = { "0,0", "11,11", "0,11", "0,11" },
-            IE11 = { "0,0", "0,0", "0,0", "0,11" })
+            IE = { "0,0", "0,0", "0,0", "0,11" })
     public void selection2_2() throws Exception {
         selection2(-3, 15);
     }
@@ -414,8 +414,7 @@
      */
     @Test
     @Alerts(DEFAULT = { "0,0", "11,11", "10,11", "5,5" },
-            IE = { "undefined,undefined", "undefined,undefined", "10,undefined", \
                "10,5" },
-            IE11 = { "0,0", "0,0", "10,10", "5,5" })
+            IE = { "0,0", "0,0", "10,10", "5,5" })
     public void selection2_3() throws Exception {
         selection2(10, 5);
     }
@@ -444,7 +443,7 @@
      */
     @Test
     @Alerts(DEFAULT = { "0,0", "4,5", "10,10", "4,4", "1,1" },
-            IE11 = { "0,0", "4,5", "0,0", "0,0", "0,0" })
+            IE = { "0,0", "4,5", "0,0", "0,0", "0,0" })
     public void selectionOnUpdate() throws Exception {
         final String html = "<html>\n"
             + "<body>\n"

Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlQuoteTest.java
 ===================================================================
--- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlQuoteTest.java	2015-12-31 \
                13:56:04 UTC (rev 11692)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlQuoteTest.java	2015-12-31 \
14:00:27 UTC (rev 11693) @@ -38,8 +38,7 @@
      */
     @Test
     @Alerts(DEFAULT = { "[object HTMLQuoteElement]", "[object HTMLQuoteElement]" },
-            IE = { "[object]", "[object]" },
-            IE11 = { "[object HTMLQuoteElement]", "[object HTMLBlockElement]" })
+            IE = { "[object HTMLQuoteElement]", "[object HTMLBlockElement]" })
     public void simpleScriptable() throws Exception {
         final String html = "<html><head>\n"
             + "<script>\n"

Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlResetInput2Test.java
 ===================================================================
--- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlResetInput2Test.java	2015-12-31 \
                13:56:04 UTC (rev 11692)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlResetInput2Test.java	2015-12-31 \
14:00:27 UTC (rev 11693) @@ -35,8 +35,7 @@
      */
     @Test
     @Alerts(DEFAULT = { "-", "-", "-" },
-            IE = { "Reset-", "Reset-", "Reset-" },
-            IE11 = { "Reset-Reset", "Reset-Reset", "Reset-Reset" })
+            IE = { "Reset-Reset", "Reset-Reset", "Reset-Reset" })
     public void defaultValues() throws Exception {
         final String html = "<html><head><title>foo</title>\n"
             + "<script>\n"
@@ -68,8 +67,7 @@
      */
     @Test
     @Alerts(DEFAULT = { "-", "-", "-" },
-            IE = { "Reset-", "Reset-", "Reset-" },
-            IE11 = { "Reset-Reset", "Reset-Reset", "Reset-Reset" })
+            IE = { "Reset-Reset", "Reset-Reset", "Reset-Reset" })
     public void defaultValuesAfterClone() throws Exception {
         final String html = "<html><head><title>foo</title>\n"
             + "<script>\n"

Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlSubmitInputTest.java
 ===================================================================
--- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlSubmitInputTest.java	2015-12-31 \
                13:56:04 UTC (rev 11692)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlSubmitInputTest.java	2015-12-31 \
14:00:27 UTC (rev 11693) @@ -198,7 +198,7 @@
      */
     @Test
     @Alerts(DEFAULT = { "-", "-", "-" },
-            IE11 = { "Submit Query-Submit Query", "Submit Query-Submit Query", \
"Submit Query-Submit Query" }) +            IE = { "Submit Query-Submit Query", \
"Submit Query-Submit Query", "Submit Query-Submit Query" })  public void \
defaultValues() throws Exception {  final String html = \
"<html><head><title>foo</title>\n"  + "<script>\n"
@@ -230,8 +230,7 @@
      */
     @Test
     @Alerts(DEFAULT = { "-", "-", "-" },
-            IE = { "Submit Query-", "Submit Query-", "Submit Query-" },
-            IE11 = { "Submit Query-Submit Query", "Submit Query-Submit Query", \
"Submit Query-Submit Query" }) +            IE = { "Submit Query-Submit Query", \
"Submit Query-Submit Query", "Submit Query-Submit Query" })  public void \
defaultValuesAfterClone() throws Exception {  final String html = \
"<html><head><title>foo</title>\n"  + "<script>\n"

Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlTableCellTest.java
 ===================================================================
--- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlTableCellTest.java	2015-12-31 \
                13:56:04 UTC (rev 11692)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlTableCellTest.java	2015-12-31 \
14:00:27 UTC (rev 11693) @@ -38,8 +38,7 @@
      */
     @Test
     @Alerts(DEFAULT = { "[object HTMLTableCellElement]", "[object \
                HTMLTableCellElement]" },
-            IE = { "[object]", "[object]" },
-            IE11 = { "[object HTMLTableDataCellElement]", "[object \
HTMLTableHeaderCellElement]" }) +            IE = { "[object \
HTMLTableDataCellElement]", "[object HTMLTableHeaderCellElement]" })  public void \
simpleScriptable() throws Exception {  final String html = "<html><head>\n"
             + "<script>\n"

Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlTextArea2Test.java
 ===================================================================
--- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlTextArea2Test.java	2015-12-31 \
                13:56:04 UTC (rev 11692)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlTextArea2Test.java	2015-12-31 \
14:00:27 UTC (rev 11693) @@ -195,7 +195,7 @@
      */
     @Test
     @Alerts(DEFAULT = { "0,0", "11,11", "3,11", "3,10" },
-            IE11 = { "0,0", "0,0", "3,3", "3,10" })
+            IE = { "0,0", "0,0", "3,3", "3,10" })
     public void selection2_1() throws Exception {
         selection2(3, 10);
     }
@@ -205,7 +205,7 @@
      */
     @Test
     @Alerts(DEFAULT = { "0,0", "11,11", "0,11", "0,11" },
-            IE11 = { "0,0", "0,0", "0,0", "0,11" })
+            IE = { "0,0", "0,0", "0,0", "0,11" })
     public void selection2_2() throws Exception {
         selection2(-3, 15);
     }
@@ -215,8 +215,7 @@
      */
     @Test
     @Alerts(DEFAULT = { "0,0", "11,11", "10,11", "5,5" },
-            IE = { "undefined,undefined", "undefined,undefined", "10,undefined", \
                "10,5" },
-            IE11 = { "0,0", "0,0", "10,10", "5,5" })
+            IE = { "0,0", "0,0", "10,10", "5,5" })
     public void selection2_3() throws Exception {
         selection2(10, 5);
     }
@@ -245,7 +244,7 @@
      */
     @Test
     @Alerts(DEFAULT = { "0,0", "4,5", "10,10", "4,4", "1,1" },
-            IE11 = { "0,0", "4,5", "0,0", "0,0", "0,0" })
+            IE = { "0,0", "4,5", "0,0", "0,0", "0,0" })
     public void selectionOnUpdate() throws Exception {
         final String html = "<html>\n"
             + "<body>\n"

Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlTextInput2Test.java
 ===================================================================
--- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlTextInput2Test.java	2015-12-31 \
                13:56:04 UTC (rev 11692)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlTextInput2Test.java	2015-12-31 \
14:00:27 UTC (rev 11693) @@ -258,7 +258,7 @@
      */
     @Test
     @Alerts(DEFAULT = { "0,0", "11,11", "3,11", "3,10" },
-            IE11 = { "0,0", "0,0", "3,3", "3,10" })
+            IE = { "0,0", "0,0", "3,3", "3,10" })
     public void selection2_1() throws Exception {
         selection2(3, 10);
     }
@@ -268,7 +268,7 @@
      */
     @Test
     @Alerts(DEFAULT = { "0,0", "11,11", "0,11", "0,11" },
-            IE11 = { "0,0", "0,0", "0,0", "0,11" })
+            IE = { "0,0", "0,0", "0,0", "0,11" })
     public void selection2_2() throws Exception {
         selection2(-3, 15);
     }
@@ -278,8 +278,7 @@
      */
     @Test
     @Alerts(DEFAULT = { "0,0", "11,11", "10,11", "5,5" },
-            IE = { "undefined,undefined", "undefined,undefined", "10,undefined", \
                "10,5" },
-            IE11 = { "0,0", "0,0", "10,10", "5,5" })
+            IE = { "0,0", "0,0", "10,10", "5,5" })
     public void selection2_3() throws Exception {
         selection2(10, 5);
     }
@@ -308,7 +307,7 @@
      */
     @Test
     @Alerts(DEFAULT = { "0,0", "4,5", "10,10", "4,4", "1,1" },
-            IE11 = { "0,0", "4,5", "0,0", "0,0", "0,0" })
+            IE = { "0,0", "4,5", "0,0", "0,0", "0,0" })
     public void selectionOnUpdate() throws Exception {
         final String html = "<html>\n"
             + "<body>\n"

Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/IEConditionalCommentsTest.java
 ===================================================================
--- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/IEConditionalCommentsTest.java	2015-12-31 \
                13:56:04 UTC (rev 11692)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/IEConditionalCommentsTest.java	2015-12-31 \
14:00:27 UTC (rev 11693) @@ -140,8 +140,7 @@
     @Test
     @Alerts(CHROME = { "", "" },
             FF = { "undefined", "undefined" },
-            IE = { "<!--[if gte IE]>hello<![endif]-->", "world" },
-            IE11 = { "", "" })
+            IE = { "", "" })
     public void incorrectExpression() throws Exception {
         final String html = "<html><head></head><body>"
             + "<div id='div1'><!--[if gte IE]>hello<![endif]--></div>\n"

Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/dom/AttrTest.java
 ===================================================================
--- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/dom/AttrTest.java	2015-12-31 \
                13:56:04 UTC (rev 11692)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/dom/AttrTest.java	2015-12-31 \
14:00:27 UTC (rev 11693) @@ -284,8 +284,7 @@
     @Test
     @Alerts(DEFAULT = { "[object Attr]", " § §URL § §" },
             CHROME = { "[object Attr]", "null" },
-            IE = { "[object]", "undefined" },
-            IE11 = { "[object Attr]", "undefined" })
+            IE = { "[object Attr]", "undefined" })
     public void html_baseURI() throws Exception {
         html("baseURI");
     }
@@ -304,8 +303,7 @@
      */
     @Test
     @Alerts(DEFAULT = { "[object Attr]", "testattr" },
-            IE = { "[object]", "undefined" },
-            IE11 = { "[object Attr]", "testAttr" })
+            IE = { "[object Attr]", "testAttr" })
     public void html_localName() throws Exception {
         html("localName");
     }
@@ -354,8 +352,7 @@
     @Test
     @Alerts(DEFAULT = { "[object Attr]", " § §URL § §foo.xml" },
             CHROME = { "[object Attr]", "null" },
-            IE = { "[object]", "undefined" },
-            IE11 = { "[object Attr]", "undefined" })
+            IE = { "[object Attr]", "undefined" })
     public void xml_baseURI() throws Exception {
         xml("baseURI");
     }

Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/dom/CommentTest.java
 ===================================================================
--- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/dom/CommentTest.java	2015-12-31 \
                13:56:04 UTC (rev 11692)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/dom/CommentTest.java	2015-12-31 \
14:00:27 UTC (rev 11693) @@ -69,8 +69,7 @@
     @Test
     @Alerts(CHROME = { "after", "undefined" },
             FF = { "undefined", "undefined" },
-            IE = { "after", "" },
-            IE11 = { "after", "undefined" })
+            IE = { "after", "undefined" })
     public void innerText() throws Exception {
         final String html
             = "<html><body>\n"

Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/dom/DocumentTest.java
 ===================================================================
--- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/dom/DocumentTest.java	2015-12-31 \
                13:56:04 UTC (rev 11692)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/dom/DocumentTest.java	2015-12-31 \
14:00:27 UTC (rev 11693) @@ -1256,7 +1256,7 @@
     @Alerts(DEFAULT = { "undefined", "undefined", "undefined" },
             CHROME = { "undefined", "undefined", "null" },
             FF38 = { "null", "null", "null" },
-            IE11 = { "undefined", "null", "undefined" })
+            IE = { "undefined", "null", "undefined" })
     public void all_NotExisting() throws Exception {
         final String html = "<html><head><title>First</title><script>\n"
             + "function doTest() {\n"
@@ -1546,7 +1546,7 @@
      */
     @Test
     @Alerts(DEFAULT = { "object", "FORM" },
-            IE11 = { "function", "undefined" })
+            IE = { "function", "undefined" })
     public void precedence() throws Exception {
         final String html = "<html><head></head>\n"
             + "<body>\n"
@@ -1563,8 +1563,7 @@
      */
     @Test
     @Alerts(DEFAULT = { "true", "false" },
-            IE = { "false", "true" },
-            IE11 = { "true", "true" })
+            IE = { "true", "true" })
     public void defaultViewAndParentWindow() throws Exception {
         final String html = "<html><head><script>\n"
             + "function test(){\n"
@@ -1813,8 +1812,7 @@
      */
     @Test
     @Alerts(DEFAULT = { "off", "off", "on", "on", "on", "off", "off", "off", "off" \
                },
-            IE = { "Inherit", "!", "Inherit", "Off", "Off", "!", "Off", "Off", \
                "Off", "Off", "Off" },
-            IE11 = { "inherit", "!", "inherit", "on", "on", "!", "on", "off", "off", \
"inherit", "inherit" }) +            IE = { "inherit", "!", "inherit", "on", "on", \
"!", "on", "off", "off", "inherit", "inherit" })  public void designMode_root() \
throws Exception {  designMode("document");
     }
@@ -1825,8 +1823,7 @@
      */
     @Test
     @Alerts(DEFAULT = { "off", "off", "on", "on", "on", "off", "off", "off", "off" \
                },
-            IE = { "Inherit", "!", "Inherit", "On", "On", "!", "On", "Off", "Off", \
                "Inherit", "Inherit" },
-            IE11 = { "inherit", "!", "inherit", "on", "on", "!", "on", "off", "off", \
"inherit", "inherit" }) +            IE = { "inherit", "!", "inherit", "on", "on", \
"!", "on", "off", "off", "inherit", "inherit" })  public void designMode_iframe() \
throws Exception {  designMode("window.frames['f'].document");
     }

Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/dom/DocumentTypeTest.java
 ===================================================================
--- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/dom/DocumentTypeTest.java	2015-12-31 \
                13:56:04 UTC (rev 11692)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/dom/DocumentTypeTest.java	2015-12-31 \
14:00:27 UTC (rev 11693) @@ -42,8 +42,7 @@
             FF = { "[object DocumentType]", "true", "html,10,null,null,null,null",
             "html,-//W3C//DTD XHTML 1.0 \
Strict//EN,http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd,"  + \
                "null,undefined,undefined" },
-            IE = "null",
-            IE11 = { "[object DocumentType]", "true", "html,10,null,null,null,null",
+            IE = { "[object DocumentType]", "true", "html,10,null,null,null,null",
             "html,-//W3C//DTD XHTML 1.0 \
Strict//EN,http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd,"  + "null,null,null" })
     public void doctype() throws Exception {
@@ -85,9 +84,6 @@
             "[object DocumentType]", "greeting,10,null,null,null,null",
             "greeting,MyIdentifier,hello.dtd,null,undefined,undefined" },
         IE = {
-            "[object]", "greeting,10,null,,undefined,",
-            "greeting,undefined,undefined,undefined,," },
-        IE11 = {
             "[object DocumentType]", "greeting,10,null,null,null,null",
             "greeting,MyIdentifier,hello.dtd,null,null,null" })
     public void doctype_xml() 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 \
                13:56:04 UTC (rev 11692)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/EnumeratorTest.java	2015-12-31 \
14:00:27 UTC (rev 11693) @@ -66,8 +66,7 @@
      */
     @Test
     @Alerts(DEFAULT = "Enumerator not supported",
-            IE = { "false", "[object]", "undefined", "undefined", "true" },
-            IE11 = { "exception" })
+            IE = { "exception" })
     public void basicEnumerator() throws Exception {
         final String html
             = "<html><head><script>\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