[HtmlUnit] SVN: [15304] trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/ html

rbri--- via HtmlUnit-develop <[email protected]>
Newsgroups gmane.comp.java.htmlunit.devel
Message-ID <[email protected]>
Revision: 15304
          http://sourceforge.net/p/htmlunit/code/15304
Author:   rbri
Date:     2018-06-14 09:49:41 +0000 (Thu, 14 Jun 2018)
Log Message:
-----------
more ff60 expectations

Modified Paths:
--------------
    trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlRtTest.java
    trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlTextInputTest.java

Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlRtTest.java
===================================================================
--- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlRtTest.java	2018-06-13 19:09:20 UTC (rev 15303)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlRtTest.java	2018-06-14 09:49:41 UTC (rev 15304)
@@ -34,7 +34,8 @@
      */
     @Test
     @Alerts(CHROME = {"", "inline", "block"},
-            FF = {"block", "ruby-text", "ruby-text"},
+            FF52 = {"block", "ruby-text", "ruby-text"},
+            FF60 = {"ruby-text", "ruby-text", "ruby-text"},
             IE = {"ruby-text", "ruby-text", "ruby-text"})
     public void defaultStyle() throws Exception {
         final String html = "<html><head>\n"
@@ -67,7 +68,8 @@
      */
     @Test
     @Alerts(CHROME = {"", "inline", "block"},
-            FF = {"block", "ruby-text", "ruby-text"},
+            FF52 = {"block", "ruby-text", "ruby-text"},
+            FF60 = {"ruby-text", "ruby-text", "ruby-text"},
             IE = {"ruby-text", "ruby-text", "ruby-text"})
     public void defaultStyleStandards() throws Exception {
         final String html = HtmlPageTest.STANDARDS_MODE_PREFIX_

Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlTextInputTest.java
===================================================================
--- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlTextInputTest.java	2018-06-13 19:09:20 UTC (rev 15303)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/html/HtmlTextInputTest.java	2018-06-14 09:49:41 UTC (rev 15304)
@@ -529,6 +529,7 @@
     @Test
     @Alerts(DEFAULT = {"0,0", "11,11", "0,11", "0,11"},
             CHROME = {"0,0", "11,11", "11,11", "11,11"},
+            FF60 = {"0,0", "11,11", "11,11", "11,11"},
             IE = {"0,0", "0,0", "0,0", "0,11"})
     public void selection2_2() throws Exception {
         selection2(-3, 15);


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