From 086c044dc34dfc0f74fbe41f4ecb402b2cd34884 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:13:33 +0200 Subject: Merging upstream version 125.0.1. Signed-off-by: Daniel Baumann --- .../web-platform/tests/webrtc/RTCConfiguration-iceServers.html | 8 -------- 1 file changed, 8 deletions(-) (limited to 'testing/web-platform/tests/webrtc/RTCConfiguration-iceServers.html') diff --git a/testing/web-platform/tests/webrtc/RTCConfiguration-iceServers.html b/testing/web-platform/tests/webrtc/RTCConfiguration-iceServers.html index d344cce9f8..aa66bfbb2b 100644 --- a/testing/web-platform/tests/webrtc/RTCConfiguration-iceServers.html +++ b/testing/web-platform/tests/webrtc/RTCConfiguration-iceServers.html @@ -301,12 +301,4 @@ }] })); }, `with empty urls should throw SyntaxError`); - // Blink and Gecko fall back to url, but it's not in the spec. - config_test(makePc => { - assert_throws_js(TypeError, () => - makePc({ iceServers: [{ - url: 'stun:stun1.example.net' - }] })); - }, 'with url field should throw TypeError'); - -- cgit v1.2.3