[HtmlUnit] SVN: [15346] trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/ javascript/host/dom/EventNodeTest.java

rbri--- via HtmlUnit-develop <[email protected]>
Newsgroups gmane.comp.java.htmlunit.devel
Message-ID <[email protected]>
Revision: 15346
          http://sourceforge.net/p/htmlunit/code/15346
Author:   rbri
Date:     2018-06-17 09:19:26 +0000 (Sun, 17 Jun 2018)
Log Message:
-----------
ff60 support (wip)

Modified Paths:
--------------
    trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/dom/EventNodeTest.java

Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/dom/EventNodeTest.java
===================================================================
--- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/dom/EventNodeTest.java	2018-06-17 09:17:38 UTC (rev 15345)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/dom/EventNodeTest.java	2018-06-17 09:19:26 UTC (rev 15346)
@@ -14,8 +14,8 @@
  */
 package com.gargoylesoftware.htmlunit.javascript.host.dom;
 
-import static com.gargoylesoftware.htmlunit.BrowserRunner.TestedBrowser.FF;
 import static com.gargoylesoftware.htmlunit.BrowserRunner.TestedBrowser.IE;
+import static com.gargoylesoftware.htmlunit.BrowserRunner.TestedBrowser.FF52;
 
 import org.junit.Test;
 import org.junit.runner.RunWith;
@@ -134,7 +134,7 @@
             CHROME = "mousedown label,mouseup label,click label,focus text,click text,",
             FF60 = "mousedown label,mouseup label,click label,focus text,click text,",
             IE = "mousedown label,mouseup label,click label,click text,focus text,")
-    @NotYetImplemented({FF, IE})
+    @NotYetImplemented({FF52, IE})
     public void clickEventsLabel() throws Exception {
         final String html = "<html>\n"
             + "<head>\n"


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