Constraints test page, CSS styles and div-based layout.
commit01f1a4acb2a114bf82d5927d8d3c6a675a893944
authorkjellander@chromium.org <kjellander@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Mon, 12 Nov 2012 10:10:12 +0000 (12 10:10 +0000)
committerkjellander@chromium.org <kjellander@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Mon, 12 Nov 2012 10:10:12 +0000 (12 10:10 +0000)
treefeaaeaf6a8e666e1e351f0b189a9cb94fc7082c0
parent1593a958733fc18a6d21a8037425854bd18e6ce7
Constraints test page, CSS styles and div-based layout.

A new page that makes it possible to test MediaStreamConstraints.

The PeerConnection manual test page is modified to automatically resize the video to the receieved stream width and height when frames are received (only works on M24+).

CSS styling makes the page look better.
div-based layout gets rid of all the table/tr/td tags.

BUG=none
TEST=successful execution of the PyAuto tests on Mac (couldn't test all
successful on Linux due to bugs in video detection on Precise). Manual
testing using constraints.html and peerconnection.html.
NOTRY=True

Review URL: https://chromiumcodereview.appspot.com/11293171

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167152 0039d316-1c4b-4281-b951-d872f2087c98
12 files changed:
chrome/test/data/webrtc/getusermedia.js
chrome/test/data/webrtc/jsep01_call.js
chrome/test/data/webrtc/manual/constraints.html [new file with mode: 0644]
chrome/test/data/webrtc/manual/constraints.js [new file with mode: 0644]
chrome/test/data/webrtc/manual/peerconnection-help.html [new file with mode: 0644]
chrome/test/data/webrtc/manual/peerconnection.html
chrome/test/data/webrtc/manual/peerconnection.js
chrome/test/data/webrtc/manual/stylesheet.css [new file with mode: 0644]
chrome/test/data/webrtc/message_handling.js
chrome/test/functional/media_stream_infobar.py
chrome/test/functional/webrtc_brutality_test.py
chrome/test/functional/webrtc_test_base.py