[HtmlUnit] SVN: [15305] trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/ javascript/host/css/StyleAttributesIterableTest.java

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

Modified Paths:
--------------
    trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/css/StyleAttributesIterableTest.java

Modified: trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/css/StyleAttributesIterableTest.java
===================================================================
--- trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/css/StyleAttributesIterableTest.java	2018-06-14 09:49:41 UTC (rev 15304)
+++ trunk/htmlunit/src/test/java/com/gargoylesoftware/htmlunit/javascript/host/css/StyleAttributesIterableTest.java	2018-06-14 10:15:57 UTC (rev 15305)
@@ -95,8 +95,7 @@
      * @throws Exception if an error occurs
      */
     @Test
-    @Alerts(DEFAULT = "true",
-            FF60 = "false")
+    @Alerts("true")
     public void _TOUCH_ACTION() throws Exception {
         test("touchAction");
     }
@@ -308,8 +307,7 @@
      * @throws Exception if an error occurs
      */
     @Test
-    @Alerts(DEFAULT = "true",
-            FF60 = "false")
+    @Alerts("true")
     public void _BACKGROUND_POSITION_X() throws Exception {
         test("backgroundPositionX");
     }
@@ -318,8 +316,7 @@
      * @throws Exception if an error occurs
      */
     @Test
-    @Alerts(DEFAULT = "true",
-            FF60 = "false")
+    @Alerts("true")
     public void _BACKGROUND_POSITION_Y() throws Exception {
         test("backgroundPositionY");
     }
@@ -338,8 +335,7 @@
      * @throws Exception if an error occurs
      */
     @Test
-    @Alerts(DEFAULT = "true",
-            FF60 = "false")
+    @Alerts("true")
     public void _COLUMNS() throws Exception {
         test("columns");
     }
@@ -348,8 +344,7 @@
      * @throws Exception if an error occurs
      */
     @Test
-    @Alerts(DEFAULT = "true",
-            FF60 = "false")
+    @Alerts("true")
     public void _COLUMN_COUNT() throws Exception {
         test("columnCount");
     }
@@ -358,8 +353,7 @@
      * @throws Exception if an error occurs
      */
     @Test
-    @Alerts(DEFAULT = "true",
-            FF60 = "false")
+    @Alerts("true")
     public void _COLUMN_FILL() throws Exception {
         test("columnFill");
     }
@@ -368,8 +362,7 @@
      * @throws Exception if an error occurs
      */
     @Test
-    @Alerts(DEFAULT = "true",
-            FF60 = "false")
+    @Alerts("true")
     public void _COLUMN_GAP() throws Exception {
         test("columnGap");
     }
@@ -378,8 +371,7 @@
      * @throws Exception if an error occurs
      */
     @Test
-    @Alerts(DEFAULT = "true",
-            FF60 = "false")
+    @Alerts("true")
     public void _COLUMN_RULE() throws Exception {
         test("columnRule");
     }
@@ -388,8 +380,7 @@
      * @throws Exception if an error occurs
      */
     @Test
-    @Alerts(DEFAULT = "true",
-            FF60 = "false")
+    @Alerts("true")
     public void _COLUMN_RULE_COLOR() throws Exception {
         test("columnRuleColor");
     }
@@ -398,8 +389,7 @@
      * @throws Exception if an error occurs
      */
     @Test
-    @Alerts(DEFAULT = "true",
-            FF60 = "false")
+    @Alerts("true")
     public void _COLUMN_RULE_STYLE() throws Exception {
         test("columnRuleStyle");
     }
@@ -408,8 +398,7 @@
      * @throws Exception if an error occurs
      */
     @Test
-    @Alerts(DEFAULT = "true",
-            FF60 = "false")
+    @Alerts("true")
     public void _COLUMN_RULE_WIDTH() throws Exception {
         test("columnRuleWidth");
     }
@@ -418,8 +407,7 @@
      * @throws Exception if an error occurs
      */
     @Test
-    @Alerts(DEFAULT = "true",
-            FF60 = "false")
+    @Alerts("true")
     public void _COLUMN_WIDTH() throws Exception {
         test("columnWidth");
     }
@@ -429,8 +417,7 @@
      */
     @Test
     @Alerts(DEFAULT = "true",
-            IE = "false",
-            FF60 = "false")
+            IE = "false")
     public void _GRID() throws Exception {
         test("grid");
     }
@@ -440,8 +427,7 @@
      */
     @Test
     @Alerts(DEFAULT = "true",
-            IE = "false",
-            FF60 = "false")
+            IE = "false")
     public void _GRID_AREA() throws Exception {
         test("gridArea");
     }
@@ -451,8 +437,7 @@
      */
     @Test
     @Alerts(DEFAULT = "true",
-            IE = "false",
-            FF60 = "false")
+            IE = "false")
     public void _GRID_AUTO_COLUMNS() throws Exception {
         test("gridAutoColumns");
     }
@@ -462,8 +447,7 @@
      */
     @Test
     @Alerts(DEFAULT = "true",
-            IE = "false",
-            FF60 = "false")
+            IE = "false")
     public void _GRID_AUTO_FLOW() throws Exception {
         test("gridAutoFlow");
     }
@@ -473,8 +457,7 @@
      */
     @Test
     @Alerts(DEFAULT = "true",
-            IE = "false",
-            FF60 = "false")
+            IE = "false")
     public void _GRID_AUTO_ROWS() throws Exception {
         test("gridAutoRows");
     }
@@ -484,8 +467,7 @@
      */
     @Test
     @Alerts(DEFAULT = "true",
-            IE = "false",
-            FF60 = "false")
+            IE = "false")
     public void _GRID_COLUMN() throws Exception {
         test("gridColumn");
     }
@@ -495,8 +477,7 @@
      */
     @Test
     @Alerts(DEFAULT = "true",
-            IE = "false",
-            FF60 = "false")
+            IE = "false")
     public void _GRID_COLUMN_END() throws Exception {
         test("gridColumnEnd");
     }
@@ -506,8 +487,7 @@
      */
     @Test
     @Alerts(DEFAULT = "true",
-            IE = "false",
-            FF60 = "false")
+            IE = "false")
     public void _GRID_COLUMN_GAP() throws Exception {
         test("gridColumnGap");
     }
@@ -517,8 +497,7 @@
      */
     @Test
     @Alerts(DEFAULT = "true",
-            IE = "false",
-            FF60 = "false")
+            IE = "false")
     public void _GRID_COLUMN_START() throws Exception {
         test("gridColumnStart");
     }
@@ -528,8 +507,7 @@
      */
     @Test
     @Alerts(DEFAULT = "true",
-            IE = "false",
-            FF60 = "false")
+            IE = "false")
     public void _GRID_GAP() throws Exception {
         test("gridGap");
     }
@@ -539,8 +517,7 @@
      */
     @Test
     @Alerts(DEFAULT = "true",
-            IE = "false",
-            FF60 = "false")
+            IE = "false")
     public void _GRID_ROW() throws Exception {
         test("gridRow");
     }
@@ -550,8 +527,7 @@
      */
     @Test
     @Alerts(DEFAULT = "true",
-            IE = "false",
-            FF60 = "false")
+            IE = "false")
     public void _GRID_ROW_END() throws Exception {
         test("gridRowEnd");
     }
@@ -561,8 +537,7 @@
      */
     @Test
     @Alerts(DEFAULT = "true",
-            IE = "false",
-            FF60 = "false")
+            IE = "false")
     public void _GRID_ROW_GAP() throws Exception {
         test("gridRowGap");
     }
@@ -572,8 +547,7 @@
      */
     @Test
     @Alerts(DEFAULT = "true",
-            IE = "false",
-            FF60 = "false")
+            IE = "false")
     public void _GRID_ROW_START() throws Exception {
         test("gridRowStart");
     }
@@ -583,8 +557,7 @@
      */
     @Test
     @Alerts(DEFAULT = "true",
-            IE = "false",
-            FF60 = "false")
+            IE = "false")
     public void _GRID_TEMPLATE() throws Exception {
         test("gridTemplate");
     }
@@ -594,8 +567,7 @@
      */
     @Test
     @Alerts(DEFAULT = "true",
-            IE = "false",
-            FF60 = "false")
+            IE = "false")
     public void _GRID_TEMPLATE_AREAS() throws Exception {
         test("gridTemplateAreas");
     }
@@ -605,8 +577,7 @@
      */
     @Test
     @Alerts(DEFAULT = "true",
-            IE = "false",
-            FF60 = "false")
+            IE = "false")
     public void _GRID_TEMPLATE_COLUMNS() throws Exception {
         test("gridTemplateColumns");
     }
@@ -616,8 +587,7 @@
      */
     @Test
     @Alerts(DEFAULT = "true",
-            IE = "false",
-            FF60 = "false")
+            IE = "false")
     public void _GRID_TEMPLATE_ROWS() throws Exception {
         test("gridTemplateRows");
     }
@@ -666,8 +636,7 @@
      * @throws Exception if an error occurs
      */
     @Test
-    @Alerts(DEFAULT = "false",
-            FF60 = "true")
+    @Alerts("false")
     public void _MARKER_OFFSET() throws Exception {
         test("markerOffset");
     }
@@ -745,8 +714,7 @@
      */
     @Test
     @Alerts(DEFAULT = "true",
-            IE = "false",
-            FF60 = "false")
+            IE = "false")
     public void _OVERFLOW_WRAP() throws Exception {
         test("overflowWrap");
     }
@@ -806,7 +774,6 @@
      */
     @Test
     @Alerts(DEFAULT = "true",
-            FF60 = "false",
             IE = "false")
     public void _PLACE_CONTENT() throws Exception {
         test("placeContent");
@@ -817,7 +784,6 @@
      */
     @Test
     @Alerts(DEFAULT = "true",
-            FF60 = "false",
             IE = "false")
     public void _PLACE_ITEMS() throws Exception {
         test("placeItems");
@@ -828,7 +794,6 @@
      */
     @Test
     @Alerts(DEFAULT = "true",
-            FF60 = "false",
             IE = "false")
     public void _PLACE_SELF() throws Exception {
         test("placeSelf");
@@ -918,8 +883,7 @@
      * @throws Exception if an error occurs
      */
     @Test
-    @Alerts(DEFAULT = "true",
-            FF60 = "false")
+    @Alerts("true")
     public void _TEXT_ALIGN_LAST() throws Exception {
         test("textAlignLast");
     }
@@ -929,8 +893,7 @@
      */
     @Test
     @Alerts(DEFAULT = "true",
-            IE = "false",
-            FF60 = "false")
+            IE = "false")
     public void _TEXT_COMBINE_UPRIGHT() throws Exception {
         test("textCombineUpright");
     }


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