Skip to content

Commit 953e511

Browse files
committed
fix tests
1 parent 1f5ac87 commit 953e511

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

src/test/java/org/htmlunit/general/huge/HostParentOfCTest.java

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff 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");

0 commit comments

Comments
 (0)