blob: 81e36cb722582b27a988f02651204c42af4e5208 [file] [log] [blame]
Tests that navigator.webkitGetUserMedia is present.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS typeof navigator.mediaDevices == 'object' is true
PASS typeof navigator.mediaDevices.getUserMedia == 'function' is true
PASS hasGetUserMediaProperty() is true
PASS 'mediaDevices' in navigator is true
PASS 'getUserMedia' in navigator.mediaDevices is true
PASS navigator.hasOwnProperty('mediaDevices') is false
PASS successfullyParsed is true
TEST COMPLETE