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

List:       htmlunit-develop
Subject:    [HtmlUnit] SF.net SVN: htmlunit:[6794] trunk/htmlunit/src/test/java/com/ gargoylesoftware/htmlunit/j
From:       RBRi () users ! sourceforge ! net
Date:       2012-03-27 8:49:54
Message-ID: E1SCS6E-0004vo-Bo () sfp-svn-5 ! v30 ! ch3 ! sourceforge ! com
[Download RAW message or body]

Revision: 6794
          http://htmlunit.svn.sourceforge.net/htmlunit/?rev=6794&view=rev
Author:   RBRi
Date:     2012-03-27 08:49:54 +0000 (Tue, 27 Mar 2012)
Log Message:
-----------
FF10 asserts (part II)

Modified Paths:
--------------
    trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/Window2Test.java
  trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLElement2Test.java
  trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLOptionElement2Test.java


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	2012-03-27 \
                08:49:08 UTC (rev 6793)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/Window2Test.java	2012-03-27 \
08:49:54 UTC (rev 6794) @@ -262,7 +262,7 @@
     @Test
     @NotYetImplemented(Browser.FF)
     @Alerts(FF3 = { "java: object", "getClass: undefined" },
-            FF3_6 = { "java: undefined", "getClass: undefined" },
+            FF = { "java: undefined", "getClass: undefined" },
             IE = { "java: undefined", "getClass: undefined" })
     public void rhino_lazilyNames2() throws Exception {
         doTestRhinoLazilyNames("java", "getClass");
@@ -274,8 +274,12 @@
      */
     @Test
     @NotYetImplemented(Browser.FF)
-    @Alerts(FF = { "Packages: object", "XML: function", "XMLList: function",
+    @Alerts(FF3 = { "Packages: object", "XML: function", "XMLList: function",
             "Namespace: function", "QName: function" },
+            FF3_6 = { "Packages: object", "XML: function", "XMLList: function",
+                    "Namespace: function", "QName: function" },
+            FF = { "Packages: undefined", "XML: function", "XMLList: function",
+                            "Namespace: function", "QName: function" },
             IE = { "Packages: undefined", "XML: undefined", "XMLList: undefined",
             "Namespace: undefined", "QName: undefined" })
     public void rhino_lazilyNames3() throws Exception {
@@ -750,7 +754,8 @@
      */
     @Test
     @Browsers(Browser.FF)
-    @Alerts(FF = { "true", "true", "true", "true", "true", "true" })
+    @Alerts(FF = { "true", "true", "true", "true", "true", "true" },
+            FF10 = { "true", "true", "false", "true", "true", "true" })
     public void heightsAndWidths() throws Exception {
         final String html
             = "<html><body onload='test()'><script>\n"

Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLElement2Test.java
 ===================================================================
--- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLElement2Test.java	2012-03-27 \
                08:49:08 UTC (rev 6793)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLElement2Test.java	2012-03-27 \
08:49:54 UTC (rev 6794) @@ -901,8 +901,10 @@
      * @throws Exception if the test fails
      */
     @Test
-    @Alerts(FF3 = "undefined", FF3_6 = { "1", "p1" },
-            IE = "undefined", IE8 = { "1", "p1" })
+    @Alerts(DEFAULT = { "1", "p1" },
+            FF3 = "undefined",
+            IE6 = "undefined",
+            IE7 = "undefined")
     public void querySelectorAllOnDisconnectedElement() throws Exception {
         final String html = "<html><head><title>Test</title>\n"
             + "<script>\n"

Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLOptionElement2Test.java
 ===================================================================
--- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLOptionElement2Test.java	2012-03-27 \
                08:49:08 UTC (rev 6793)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/html/HTMLOptionElement2Test.java	2012-03-27 \
08:49:54 UTC (rev 6794) @@ -74,7 +74,12 @@
      * @throws Exception if the test fails
      */
     @Test
-    @Alerts(FF = "ab", IE8 = "abb", IE = "ab", CHROME = "")
+    @Alerts(DEFAULT = "aab",
+            FF3 = "ab",
+            FF3_6 = "ab",
+            IE6 = "ab",
+            IE7 = "ab",
+            CHROME = "")
     @NotYetImplemented(Browser.FF)
     //TODO: Needs further investigation of clicking an option without clicking the \
                select
     //See the first comment in \
http://code.google.com/p/selenium/issues/detail?id=2131#c1

This was sent by the SourceForge.net collaborative development platform, the world's \
largest Open Source development site.


------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
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