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

List:       htmlunit-develop
Subject:    [HtmlUnit] SVN: [12735] trunk/htmlunit/src
From:       asashour () users ! sourceforge ! net
Date:       2016-05-26 18:01:34
Message-ID: E1b5zbG-00011W-5C () sfs-ml-4 ! v29 ! ch3 ! sourceforge ! com
[Download RAW message or body]

Revision: 12735
          http://sourceforge.net/p/htmlunit/code/12735
Author:   asashour
Date:     2016-05-26 18:01:33 +0000 (Thu, 26 May 2016)
Log Message:
-----------
Fixing build

Modified Paths:
--------------
    trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/css/MozCSSKeyframesRule.java
  trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/HostTypeOfTest.java


Modified: trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/css/MozCSSKeyframesRule.java
 ===================================================================
--- trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/css/MozCSSKeyframesRule.java	2016-05-26 \
                16:33:43 UTC (rev 12734)
+++ trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/javascript/host/css/MozCSSKeyframesRule.java	2016-05-26 \
18:01:33 UTC (rev 12735) @@ -17,7 +17,6 @@
 import static com.gargoylesoftware.htmlunit.javascript.configuration.BrowserName.FF;
 
 import com.gargoylesoftware.htmlunit.javascript.configuration.JsxClass;
-import com.gargoylesoftware.htmlunit.javascript.configuration.JsxConstructor;
 import com.gargoylesoftware.htmlunit.javascript.configuration.WebBrowser;
 
 /**
@@ -27,11 +26,4 @@
  */
 @JsxClass(browsers = @WebBrowser(FF))
 public class MozCSSKeyframesRule extends CSSRule {
-
-    /**
-     * Default constructor.
-     */
-    @JsxConstructor
-    public MozCSSKeyframesRule() {
-    }
 }

Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/HostTypeOfTest.java
 ===================================================================
--- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/HostTypeOfTest.java	2016-05-26 \
                16:33:43 UTC (rev 12734)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/HostTypeOfTest.java	2016-05-26 \
18:01:33 UTC (rev 12735) @@ -14,7 +14,6 @@
  */
 package com.gargoylesoftware.htmlunit.general;
 
-import static com.gargoylesoftware.htmlunit.BrowserRunner.Browser.FF;
 import static com.gargoylesoftware.htmlunit.BrowserRunner.Browser.IE;
 
 import org.junit.Test;
@@ -7049,7 +7048,6 @@
     @Test
     @Alerts(DEFAULT = "undefined",
             FF = "object")
-    @NotYetImplemented(FF)
     public void mozCSSKeyframesRule() throws Exception {
         test("MozCSSKeyframesRule");
     }
@@ -7407,7 +7405,6 @@
     @Test
     @Alerts(DEFAULT = "undefined",
             IE = "object")
-    @NotYetImplemented(IE)
     public void oes_element_index_uint() throws Exception {
         test("OES_element_index_uint");
     }
@@ -7699,7 +7696,6 @@
     @Test
     @Alerts(DEFAULT = "undefined",
             IE = "object")
-    @NotYetImplemented(IE)
     public void angle_instanced_arrays() throws Exception {
         test("ANGLE_instanced_arrays");
     }
@@ -7710,9 +7706,88 @@
     @Test
     @Alerts(DEFAULT = "undefined",
             IE = "object")
-    @NotYetImplemented(IE)
     public void oes_standard_derivatives() throws Exception {
         test("OES_standard_derivatives");
     }
 
+    /**
+     * @throws Exception if the test fails
+     */
+    @Test
+    @Alerts(DEFAULT = "undefined",
+            CHROME = "function")
+    public void canvasCaptureMediaStreamTrack() throws Exception {
+        test("CanvasCaptureMediaStreamTrack");
+    }
+
+    /**
+     * @throws Exception if the test fails
+     */
+    @Test
+    @Alerts(DEFAULT = "undefined",
+            FF = "function")
+    public void rtcStatsReport() throws Exception {
+        test("RTCStatsReport");
+    }
+
+    /**
+     * @throws Exception if the test fails
+     */
+    @Test
+    @Alerts(DEFAULT = "undefined",
+            CHROME = "function")
+    public void passwordCredential() throws Exception {
+        test("PasswordCredential");
+    }
+
+    /**
+     * @throws Exception if the test fails
+     */
+    @Test
+    @Alerts(DEFAULT = "undefined",
+            CHROME = "function")
+    public void credential() throws Exception {
+        test("Credential");
+    }
+
+    /**
+     * @throws Exception if the test fails
+     */
+    @Test
+    @Alerts(DEFAULT = "undefined",
+            CHROME = "function")
+    public void intersectionObserver() throws Exception {
+        test("IntersectionObserver");
+    }
+
+    /**
+     * @throws Exception if the test fails
+     */
+    @Test
+    @Alerts(DEFAULT = "undefined",
+            CHROME = "function")
+    public void intersectionObserverEntry() throws Exception {
+        test("IntersectionObserverEntry");
+    }
+
+    /**
+     * @throws Exception if the test fails
+     */
+    @Test
+    @Alerts(DEFAULT = "undefined",
+            CHROME = "function")
+    public void credentialsContainer() throws Exception {
+        test("CredentialsContainer");
+    }
+
+    /**
+     * @throws Exception if the test fails
+     */
+    @Test
+    @Alerts(DEFAULT = "undefined",
+            CHROME = "function")
+    public void federatedCredential() throws Exception {
+        test("FederatedCredential");
+    }
+
 }


------------------------------------------------------------------------------
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
_______________________________________________
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