Skip to content

Commit 1c6e01c

Browse files
committed
retested with real browsers
1 parent 2c0db82 commit 1c6e01c

1 file changed

Lines changed: 26 additions & 6 deletions

File tree

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

Lines changed: 26 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -230,12 +230,17 @@ void _CSS() throws Exception {
230230
}
231231

232232
@Alerts(DEFAULT = "exception",
233-
FF = "false",
234233
FF_ESR = "false")
235234
void _CSS2Properties() throws Exception {
236235
test("CSS2Properties");
237236
}
238237

238+
@Alerts(DEFAULT = "exception",
239+
FF = "false")
240+
void _CSSStyleProperties() throws Exception {
241+
test("CSSStyleProperties");
242+
}
243+
239244
@Alerts("false")
240245
void _CSSConditionRule() throws Exception {
241246
test("CSSConditionRule");
@@ -1748,27 +1753,42 @@ void _SourceBufferList() throws Exception {
17481753
test("SourceBufferList");
17491754
}
17501755

1751-
@Alerts("exception")
1756+
@Alerts(DEFAULT = "true",
1757+
FF = "exception",
1758+
FF_ESR = "exception")
1759+
@HtmlUnitNYI(CHROME = "exception", EDGE = "exception")
17521760
void _SpeechGrammar() throws Exception {
17531761
test("SpeechGrammar");
17541762
}
17551763

1756-
@Alerts("exception")
1764+
@Alerts(DEFAULT = "true",
1765+
FF = "exception",
1766+
FF_ESR = "exception")
1767+
@HtmlUnitNYI(CHROME = "exception", EDGE = "exception")
17571768
void _SpeechGrammarList() throws Exception {
17581769
test("SpeechGrammarList");
17591770
}
17601771

1761-
@Alerts("exception")
1772+
@Alerts(DEFAULT = "false",
1773+
FF = "exception",
1774+
FF_ESR = "exception")
1775+
@HtmlUnitNYI(CHROME = "exception", EDGE = "exception")
17621776
void _SpeechRecognition() throws Exception {
17631777
test("SpeechRecognition");
17641778
}
17651779

1766-
@Alerts("exception")
1780+
@Alerts(DEFAULT = "false",
1781+
FF = "exception",
1782+
FF_ESR = "exception")
1783+
@HtmlUnitNYI(CHROME = "exception", EDGE = "exception")
17671784
void _SpeechRecognitionErrorEvent() throws Exception {
17681785
test("SpeechRecognitionErrorEvent");
17691786
}
17701787

1771-
@Alerts("exception")
1788+
@Alerts(DEFAULT = "false",
1789+
FF = "exception",
1790+
FF_ESR = "exception")
1791+
@HtmlUnitNYI(CHROME = "exception", EDGE = "exception")
17721792
void _SpeechRecognitionEvent() throws Exception {
17731793
test("SpeechRecognitionEvent");
17741794
}

0 commit comments

Comments
 (0)