[HtmlUnit] SVN: [15339] trunk/htmlunit/src

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

Modified Paths:
--------------
    trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/BrowserVersionFeatures.java
    trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/ElementDefaultStyleDisplayTest.java

Modified: trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/BrowserVersionFeatures.java
===================================================================
--- trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/BrowserVersionFeatures.java	2018-06-16 20:04:04 UTC (rev 15338)
+++ trunk/htmlunit/src/main/java/com/gargoylesoftware/htmlunit/BrowserVersionFeatures.java	2018-06-17 07:33:09 UTC (rev 15339)
@@ -55,7 +55,7 @@
     CSS_BACKGROUND_INITIAL,
 
     /** Computed {@code display} is {@code block} for non-attached elements. */
-    @BrowserFeature(FF)
+    @BrowserFeature(FF52)
     CSS_COMPUTED_BLOCK_IF_NOT_ATTACHED,
 
     /** Computed {@code zIndex} is not considered. */

Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/ElementDefaultStyleDisplayTest.java
===================================================================
--- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/ElementDefaultStyleDisplayTest.java	2018-06-16 20:04:04 UTC (rev 15338)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/general/ElementDefaultStyleDisplayTest.java	2018-06-17 07:33:09 UTC (rev 15339)
@@ -27,6 +27,7 @@
  * Tests the result of the default 'display' style of an element.
  *
  * @author Ahmed Ashour
+ * @author Ronald Brill
  */
 @RunWith(BrowserRunner.class)
 @StandardsMode


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