[HtmlUnit] SVN: [15423] trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/ general/huge/HostParentOfDTest.java

rbri--- via HtmlUnit-develop <[email protected]>
Newsgroups gmane.comp.java.htmlunit.devel
Message-ID <[email protected]>
Revision: 15423
          http://sourceforge.net/p/htmlunit/code/15423
Author:   rbri
Date:     2018-06-30 15:04:08 +0000 (Sat, 30 Jun 2018)
Log Message:
-----------
ff60 support (wip)

Modified Paths:
--------------
    trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfDTest.java

Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfDTest.java
===================================================================
--- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfDTest.java	2018-06-30 13:12:59 UTC (rev 15422)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/huge/HostParentOfDTest.java	2018-06-30 15:04:08 UTC (rev 15423)
@@ -17,6 +17,7 @@
 import static com.gargoylesoftware.htmlunit.BrowserRunner.TestedBrowser.CHROME;
 import static com.gargoylesoftware.htmlunit.BrowserRunner.TestedBrowser.FF;
 import static com.gargoylesoftware.htmlunit.BrowserRunner.TestedBrowser.FF52;
+import static com.gargoylesoftware.htmlunit.BrowserRunner.TestedBrowser.FF60;
 
 import java.util.Collection;
 
@@ -2623,6 +2624,7 @@
     @Test
     @Alerts(DEFAULT = "false",
             FF60 = "true")
+    @NotYetImplemented(FF60)
     public void _EventTarget_Animation() throws Exception {
         test("EventTarget", "Animation");
     }
@@ -2663,6 +2665,7 @@
     @Test
     @Alerts(DEFAULT = "true",
             IE = "false")
+    @NotYetImplemented(FF52)
     public void _EventTarget_AudioBufferSourceNode() throws Exception {
         test("EventTarget", "AudioBufferSourceNode");
     }
@@ -4028,6 +4031,7 @@
     @Test
     @Alerts(DEFAULT = "true",
             IE = "false")
+    @NotYetImplemented(FF52)
     public void _EventTarget_OscillatorNode() throws Exception {
         test("EventTarget", "OscillatorNode");
     }
@@ -5170,6 +5174,7 @@
     @Test
     @Alerts(DEFAULT = "false",
             FF60 = "true")
+    @NotYetImplemented(FF52)
     public void _Event_SpeechSynthesisErrorEvent() throws Exception {
         test("Event", "SpeechSynthesisErrorEvent");
     }


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.