From 5f8de423f190bbb79a62f804151bc24824fa32d8 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 04:16:08 -0500 Subject: Add m-esr52 at 52.6.0 --- testing/web-platform/tests/webrtc/OWNERS | 4 + .../tests/webrtc/datachannel-emptystring.html | 108 ++++++++++++++++ .../web-platform/tests/webrtc/no-media-call.html | 139 +++++++++++++++++++++ .../web-platform/tests/webrtc/promises-call.html | 121 ++++++++++++++++++ .../rtcpeerconnection/rtcpeerconnection-idl.html | 107 ++++++++++++++++ testing/web-platform/tests/webrtc/simplecall.html | 118 +++++++++++++++++ 6 files changed, 597 insertions(+) create mode 100644 testing/web-platform/tests/webrtc/OWNERS create mode 100644 testing/web-platform/tests/webrtc/datachannel-emptystring.html create mode 100644 testing/web-platform/tests/webrtc/no-media-call.html create mode 100644 testing/web-platform/tests/webrtc/promises-call.html create mode 100644 testing/web-platform/tests/webrtc/rtcpeerconnection/rtcpeerconnection-idl.html create mode 100644 testing/web-platform/tests/webrtc/simplecall.html (limited to 'testing/web-platform/tests/webrtc') diff --git a/testing/web-platform/tests/webrtc/OWNERS b/testing/web-platform/tests/webrtc/OWNERS new file mode 100644 index 000000000..1deb98d49 --- /dev/null +++ b/testing/web-platform/tests/webrtc/OWNERS @@ -0,0 +1,4 @@ +@dontcallmedom +@tidoust +@alvestrand +@phoglund diff --git a/testing/web-platform/tests/webrtc/datachannel-emptystring.html b/testing/web-platform/tests/webrtc/datachannel-emptystring.html new file mode 100644 index 000000000..6af436a1d --- /dev/null +++ b/testing/web-platform/tests/webrtc/datachannel-emptystring.html @@ -0,0 +1,108 @@ + + + + + + + RTCPeerConnection Data Channel Empty String Test + + +
+

Messages exchanged

+
+ + + + + + + + + diff --git a/testing/web-platform/tests/webrtc/no-media-call.html b/testing/web-platform/tests/webrtc/no-media-call.html new file mode 100644 index 000000000..5059ba6db --- /dev/null +++ b/testing/web-platform/tests/webrtc/no-media-call.html @@ -0,0 +1,139 @@ + + + + + + + RTCPeerConnection No-Media Connection Test + + +
+

iceConnectionState info

+
+
+ + + + + + + + diff --git a/testing/web-platform/tests/webrtc/promises-call.html b/testing/web-platform/tests/webrtc/promises-call.html new file mode 100644 index 000000000..d83508a38 --- /dev/null +++ b/testing/web-platform/tests/webrtc/promises-call.html @@ -0,0 +1,121 @@ + + + + + + + RTCPeerConnection Data-Only Connection Test with Promises + + +
+

iceConnectionState info

+
+
+ + + + + + + + diff --git a/testing/web-platform/tests/webrtc/rtcpeerconnection/rtcpeerconnection-idl.html b/testing/web-platform/tests/webrtc/rtcpeerconnection/rtcpeerconnection-idl.html new file mode 100644 index 000000000..298cfb5ca --- /dev/null +++ b/testing/web-platform/tests/webrtc/rtcpeerconnection/rtcpeerconnection-idl.html @@ -0,0 +1,107 @@ + + + + +IDL check of RTCPeerConnection + + + + + +

Description

+

This test verifies the availability of the RTCPeerConnection interface.

+
+ + + + + + + + + + diff --git a/testing/web-platform/tests/webrtc/simplecall.html b/testing/web-platform/tests/webrtc/simplecall.html new file mode 100644 index 000000000..698586894 --- /dev/null +++ b/testing/web-platform/tests/webrtc/simplecall.html @@ -0,0 +1,118 @@ + + + + + + + RTCPeerConnection Connection Test + + +
+
+ + +
+ + + + + + + + + -- cgit v1.2.3