Skip to content

Commit 6b5978c

Browse files
committed
FF 144
1 parent c2ea7fb commit 6b5978c

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/test/java/org/htmlunit/general/DedicatedWorkerGlobalScopeClassNameTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6523,9 +6523,8 @@ public void rtcConfiguration() throws Exception {
65236523
*/
65246524
@Test
65256525
@Alerts(DEFAULT = "function RTCDataChannel() { [native code] }",
6526-
FF = "ReferenceError",
65276526
FF_ESR = "ReferenceError")
6528-
@HtmlUnitNYI(CHROME = "ReferenceError", EDGE = "ReferenceError")
6527+
@HtmlUnitNYI(CHROME = "ReferenceError", EDGE = "ReferenceError", FF = "ReferenceError")
65296528
public void rtcDataChannel() throws Exception {
65306529
test("RTCDataChannel");
65316530
}

src/test/java/org/htmlunit/general/DedicatedWorkerGlobalScopeTypeOfTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6520,9 +6520,8 @@ public void rtcConfiguration() throws Exception {
65206520
*/
65216521
@Test
65226522
@Alerts(DEFAULT = "function",
6523-
FF = "undefined",
65246523
FF_ESR = "undefined")
6525-
@HtmlUnitNYI(CHROME = "undefined", EDGE = "undefined")
6524+
@HtmlUnitNYI(CHROME = "undefined", EDGE = "undefined", FF = "undefined")
65266525
public void rtcDataChannel() throws Exception {
65276526
test("RTCDataChannel");
65286527
}

0 commit comments

Comments
 (0)