From 7d74bdbeac1cd019efe2ba9bfc6b604fde9ec7fe Mon Sep 17 00:00:00 2001 From: "phoglund@webrtc.org" Date: Wed, 28 Nov 2012 13:03:17 +0000 Subject: [PATCH] Added conformance tests. BUG= Review URL: https://webrtc-codereview.appspot.com/929030 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3179 4adac7df-926f-26a2-2b94-8c16560cd09d --- .../w3c/getusermedia_conformance_test.html | 345 ++++++++++++++++++ .../w3c/peerconnection_conformance_test.html | 101 +++++ 2 files changed, 446 insertions(+) create mode 100644 webrtc/test/w3c/getusermedia_conformance_test.html create mode 100644 webrtc/test/w3c/peerconnection_conformance_test.html diff --git a/webrtc/test/w3c/getusermedia_conformance_test.html b/webrtc/test/w3c/getusermedia_conformance_test.html new file mode 100644 index 000000000..3b58301ca --- /dev/null +++ b/webrtc/test/w3c/getusermedia_conformance_test.html @@ -0,0 +1,345 @@ + + + + GetUserMedia Browser Conformance Test + + + + + + + +

Conformance test for the Media Capture and Streams API

+

This page contains a foundation of conformance tests that can be expanded + to cover most things in the W3C specification of the Media Capture and Streams + API.

+

VERSION: These tests are based on the W3C Editor's Draft of 25 September + 2012. +

STATUS: In its current state, it only performs simple checks on the various + attributes and methods of the objects exposed by the API. There's not much + functionality tested so far.

+

PREREQUISITES: You must have a webcam available on the machine that the + test is executed at.

+

PREFIX: These tests currently utilizes the

webkit
prefix, so + that will have to changed in order to to test conformance with the actual + standard!

+

SPEC: + http://dev.w3.org/2011/webrtc/editor/getusermedia.html

+ +
+ + + + + + diff --git a/webrtc/test/w3c/peerconnection_conformance_test.html b/webrtc/test/w3c/peerconnection_conformance_test.html new file mode 100644 index 000000000..0be1b457c --- /dev/null +++ b/webrtc/test/w3c/peerconnection_conformance_test.html @@ -0,0 +1,101 @@ + + + + + + + + PeerConnection Connection Test + + + + + + + + + +
+ +