@@ -2688,12 +2688,8 @@ public void setFontSize() throws Exception {
26882688 * @throws Exception if an error occurs
26892689 */
26902690 @ Test
2691- @ Alerts (DEFAULT = {"17px" , "5px" , "6em" , "17px" , "7%" , "initial" , "inherit" ,
2692- "17px" , "17px" , "17px" , "" , "17px" , "" , "17px" , "17px" , "17px" },
2693- FF = {"17px" , "5px" , "6em" , "17px" , "7%" , "initial" , "inherit" ,
2694- "17px" , "17px" , "17px" , "" , "17px" , "" , "17px" , "17px" , "17px" },
2695- FF_ESR = {"17px" , "5px" , "6em" , "17px" , "7%" , "initial" , "inherit" ,
2696- "17px" , "17px" , "17px" , "" , "17px" , "" , "17px" , "17px" , "17px" })
2691+ @ Alerts ({"17px" , "5px" , "6em" , "17px" , "7%" , "initial" , "inherit" ,
2692+ "17px" , "17px" , "17px" , "" , "17px" , "" , "17px" , "17px" , "17px" })
26972693 public void setWordSpacingProperty () throws Exception {
26982694 setLengthProperty ("word-spacing" , "wordSpacing" );
26992695 }
@@ -2702,12 +2698,8 @@ public void setWordSpacingProperty() throws Exception {
27022698 * @throws Exception if an error occurs
27032699 */
27042700 @ Test
2705- @ Alerts (DEFAULT = {"17px" , "5px" , "6em" , "17px" , "70%" , "initial" , "inherit" ,
2706- "17px" , "17px" , "17px" , "" , "17px" , "" , "17px" , "17px" , "17px" , "17px" },
2707- FF = {"17px" , "5px" , "6em" , "17px" , "70%" , "initial" , "inherit" ,
2708- "17px" , "17px" , "17px" , "" , "17px" , "" , "17px" , "17px" , "17px" , "17px" },
2709- FF_ESR = {"17px" , "5px" , "6em" , "17px" , "70%" , "initial" , "inherit" ,
2710- "17px" , "17px" , "17px" , "" , "17px" , "" , "17px" , "17px" , "17px" , "17px" })
2701+ @ Alerts ({"17px" , "5px" , "6em" , "17px" , "70%" , "initial" , "inherit" ,
2702+ "17px" , "17px" , "17px" , "" , "17px" , "" , "17px" , "17px" , "17px" , "17px" })
27112703 public void setWordSpacing () throws Exception {
27122704 setLength ("word-spacing" , "wordSpacing" );
27132705 }
@@ -2716,12 +2708,8 @@ public void setWordSpacing() throws Exception {
27162708 * @throws Exception if an error occurs
27172709 */
27182710 @ Test
2719- @ Alerts (DEFAULT = {"17px" , "5px" , "6em" , "17px" , "7%" , "initial" , "inherit" ,
2720- "17px" , "17px" , "17px" , "" , "17px" , "" , "17px" , "17px" , "17px" },
2721- FF = {"17px" , "5px" , "6em" , "17px" , "7%" , "initial" , "inherit" ,
2722- "17px" , "17px" , "17px" , "" , "17px" , "" , "17px" , "17px" , "17px" },
2723- FF_ESR = {"17px" , "5px" , "6em" , "17px" , "7%" , "initial" , "inherit" ,
2724- "17px" , "17px" , "17px" , "" , "17px" , "" , "17px" , "17px" , "17px" })
2711+ @ Alerts ({"17px" , "5px" , "6em" , "17px" , "7%" , "initial" , "inherit" ,
2712+ "17px" , "17px" , "17px" , "" , "17px" , "" , "17px" , "17px" , "17px" })
27252713 public void setLetterSpacingProperty () throws Exception {
27262714 setLengthProperty ("letter-spacing" , "letterSpacing" );
27272715 }
@@ -2730,12 +2718,8 @@ public void setLetterSpacingProperty() throws Exception {
27302718 * @throws Exception if an error occurs
27312719 */
27322720 @ Test
2733- @ Alerts (DEFAULT = {"17px" , "5px" , "6em" , "17px" , "70%" , "initial" , "inherit" ,
2734- "17px" , "17px" , "17px" , "" , "17px" , "" , "17px" , "17px" , "17px" },
2735- FF = {"17px" , "5px" , "6em" , "17px" , "70%" , "initial" , "inherit" ,
2736- "17px" , "17px" , "17px" , "" , "17px" , "" , "17px" , "17px" , "17px" },
2737- FF_ESR = {"17px" , "5px" , "6em" , "17px" , "70%" , "initial" , "inherit" ,
2738- "17px" , "17px" , "17px" , "" , "17px" , "" , "17px" , "17px" , "17px" })
2721+ @ Alerts ({"17px" , "5px" , "6em" , "17px" , "70%" , "initial" , "inherit" ,
2722+ "17px" , "17px" , "17px" , "" , "17px" , "" , "17px" , "17px" , "17px" })
27392723 public void setLetterSpacing () throws Exception {
27402724 setLength ("letter-spacing" , "letterSpacing" );
27412725 }
0 commit comments