blob: 079e6a6fc3ab59cc9d239cb75a773a961996cba6 [file] [log] [blame]
Tests MediaDevices.getSupportedConstraints()
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS navigator.mediaDevices is an instance of Object
PASS navigator.mediaDevices.getSupportedConstraints is an instance of Function
supportedConstraints = navigator.mediaDevices.getSupportedConstraints()
PASS supportedConstraints.width is true
PASS supportedConstraints.height is true
PASS supportedConstraints.aspectRatio is true
PASS supportedConstraints.frameRate is true
PASS supportedConstraints.facingMode is true
PASS supportedConstraints.volume is true
PASS supportedConstraints.deviceId is true
PASS successfullyParsed is true
TEST COMPLETE