File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
src/test/java/org/htmlunit/general/huge Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -206,12 +206,17 @@ void _CSS_CSS() throws Exception {
206206 }
207207
208208 @ Alerts (DEFAULT = "false/false" ,
209- FF = "true/false" ,
210209 FF_ESR = "true/false" )
211210 void _CSS2Properties_CSS2Properties () throws Exception {
212211 test ("CSS2Properties" , "CSS2Properties" );
213212 }
214213
214+ @ Alerts (DEFAULT = "false/false" ,
215+ FF = "true/false" )
216+ void _CSSStyleProperties_CSSStyleProperties () throws Exception {
217+ test ("CSSStyleProperties" , "CSSStyleProperties" );
218+ }
219+
215220 @ Alerts ("true/false" )
216221 void _CSSConditionRule_CSSConditionRule () throws Exception {
217222 test ("CSSConditionRule" , "CSSConditionRule" );
@@ -389,12 +394,17 @@ void _CSSRuleList_CSSRuleList() throws Exception {
389394 }
390395
391396 @ Alerts (DEFAULT = "false/false" ,
392- FF = "true/true" ,
393397 FF_ESR = "true/true" )
394398 void _CSSStyleDeclaration_CSS2Properties () throws Exception {
395399 test ("CSSStyleDeclaration" , "CSS2Properties" );
396400 }
397401
402+ @ Alerts (DEFAULT = "false/false" ,
403+ FF = "true/true" )
404+ void _CSSStyleDeclaration_CSSStyleProperties () throws Exception {
405+ test ("CSSStyleDeclaration" , "CSSStyleProperties" );
406+ }
407+
398408 @ Alerts ("true/false" )
399409 void _CSSStyleDeclaration_CSSStyleDeclaration () throws Exception {
400410 test ("CSSStyleDeclaration" , "CSSStyleDeclaration" );
You can’t perform that action at this time.
0 commit comments