测试资源
Showing 1-50 of 62
第 1 / 2 页
下一页
wpt: 86392 · test262: 53756
| 测试套件 | 路径 | 类型 | 模式 | 标题 |
|---|---|---|---|---|
| wpt | mediacapture-streams/BrowserCaptureMediaStreamTrack-cropTo.https.html [执行] | wpt-html | window | BrowserCaptureMediaStreamTrack cropTo() |
| wpt | mediacapture-streams/BrowserCaptureMediaStreamTrack-restrictTo.https.html [执行] | wpt-html | window | BrowserCaptureMediaStreamTrack restrictTo() |
| wpt | mediacapture-streams/GUM-api.https.html [执行] | wpt-html | window | getUserMedia: test that getUserMedia is present |
| wpt | mediacapture-streams/GUM-deny.https.html [执行] | wpt-html | window | getUserMedia() triggers error callback when auth is denied |
| wpt | mediacapture-streams/GUM-echoCancellation-all.https.html [执行] | wpt-html | window | getUserMedia echoCancellation remote-only |
| wpt | mediacapture-streams/GUM-echoCancellation-boolean.https.html [执行] | wpt-html | window | getUserMedia echoCancellation remote-only |
| wpt | mediacapture-streams/GUM-echoCancellation-remote-only.https.html [执行] | wpt-html | window | getUserMedia echoCancellation remote-only |
| wpt | mediacapture-streams/GUM-empty-option-param.https.html [执行] | wpt-html | window | getUserMedia({}) rejects with TypeError |
| wpt | mediacapture-streams/GUM-impossible-constraint.https.html [执行] | wpt-html | window | Trivial mandatory constraint in getUserMedia |
| wpt | mediacapture-streams/GUM-invalid-facing-mode.https.html [执行] | wpt-html | window | Invalid facingMode in getUserMedia |
| wpt | mediacapture-streams/GUM-non-applicable-constraint.https.html [执行] | wpt-html | window | non-applicable constraint in getUserMedia |
| wpt | mediacapture-streams/GUM-optional-constraint.https.html [执行] | wpt-html | window | Optional constraint recognized as optional in getUserMedia |
| wpt | mediacapture-streams/GUM-permissions-query.https.html [执行] | wpt-html | window | Check permissions.query with getUserMedia |
| wpt | mediacapture-streams/GUM-required-constraint-with-ideal-value.https.html [执行] | wpt-html | window | Ideal value in required constraint in getUserMedia |
| wpt | mediacapture-streams/GUM-trivial-constraint.https.html [执行] | wpt-html | window | Trivial mandatory constraint in getUserMedia |
| wpt | mediacapture-streams/GUM-unknownkey-option-param.https.html [执行] | wpt-html | window | getUserMedia({doesnotexist:true}) rejects with TypeError |
| wpt | mediacapture-streams/MediaDevices-SecureContext.html [执行] | wpt-html | window | MediaDevices and SecureContext |
| wpt | mediacapture-streams/MediaDevices-after-discard.https.html [执行] | wpt-html | window | Test promises from MediaDevices methods in a discarded browsing context |
| wpt | mediacapture-streams/MediaDevices-enumerateDevices-not-allowed-camera.https.html [执行] | wpt-html | window | enumerateDevices: test enumerateDevices should not expose camera devices if they are not allowed by Permissions-Policy header |
| wpt | mediacapture-streams/MediaDevices-enumerateDevices-not-allowed-mic.https.html [执行] | wpt-html | window | enumerateDevices: test enumerateDevices should not expose microphone devices if they are not allowed by Permissions-Policy header |
| wpt | mediacapture-streams/MediaDevices-enumerateDevices-per-origin-ids.sub.https.html [执行] | wpt-html | window | enumerateDevices rotates deviceId across origins and after cookies get cleared |
| wpt | mediacapture-streams/MediaDevices-enumerateDevices-persistent-permission.https.html [执行] | wpt-html | window | enumerateDevices depends only on capture state, not permission state |
| wpt | mediacapture-streams/MediaDevices-enumerateDevices-returned-objects.https.html [执行] | wpt-html | window | enumerateDevices is returning new MediaDeviceInfo objects every time |
| wpt | mediacapture-streams/MediaDevices-enumerateDevices.https.html [执行] | wpt-html | window | enumerateDevices: test that enumerateDevices is present |
| wpt | mediacapture-streams/MediaDevices-getSupportedConstraints.https.html [执行] | wpt-html | window | Test navigator.mediaDevices.getSupportedConstraints() |
| wpt | mediacapture-streams/MediaDevices-getUserMedia.https.html [执行] | wpt-html | window | getUserMedia: test that mediaDevices.getUserMedia is present |
| wpt | mediacapture-streams/MediaStream-MediaElement-firstframe.https.html [执行] | wpt-html | window | Assigning a MediaStream to a media element and not playing it results in rendering a first frame |
| wpt | mediacapture-streams/MediaStream-MediaElement-preload-none.https.html [执行] | wpt-html | window | Test that the HTMLMediaElement preload 'none' attribute value is ignored for MediaStream used as srcObject and MediaStream object URLs used as src. |
| wpt | mediacapture-streams/MediaStream-MediaElement-srcObject.https.html [执行] | wpt-html | window | Assigning mediastream to a video element |
| wpt | mediacapture-streams/MediaStream-add-audio-track.https.html [执行] | wpt-html | window | Adding a track to a MediaStream |
| wpt | mediacapture-streams/MediaStream-audio-only.https.html [执行] | wpt-html | window | getUserMedia({audio:true}) creates a stream with at least an audio track |
| wpt | mediacapture-streams/MediaStream-clone.https.html [执行] | wpt-html | window | MediaStream and MediaStreamTrack clone() |
| wpt | mediacapture-streams/MediaStream-default-permissions-policy.https.html [执行] | wpt-html | window | MediaStream-default-permissions-policy.https.html |
| wpt | mediacapture-streams/MediaStream-finished-add.https.html [执行] | wpt-html | window | Adding a track to an inactive MediaStream |
| wpt | mediacapture-streams/MediaStream-gettrackid.https.html [执行] | wpt-html | window | Retrieving a track from a MediaStream |
| wpt | mediacapture-streams/MediaStream-id.https.html [执行] | wpt-html | window | getUserMedia() creates a stream with a proper id |
| wpt | mediacapture-streams/MediaStream-idl.https.html [执行] | wpt-html | window | MediaStream constructor algorithm |
| wpt | mediacapture-streams/MediaStream-removetrack.https.html [执行] | wpt-html | window | Removing a track from a MediaStream |
| wpt | mediacapture-streams/MediaStream-supported-by-permissions-policy.html [执行] | wpt-html | window | Test that camera and microphone are advertised in the feature list |
| wpt | mediacapture-streams/MediaStream-video-only.https.html [执行] | wpt-html | window | getUserMedia({video:true}) creates a stream with one video track |
| wpt | mediacapture-streams/MediaStreamTrack-MediaElement-disabled-audio-is-silence.https.html [执行] | wpt-html | window | A disabled audio track is rendered as silence |
| wpt | mediacapture-streams/MediaStreamTrack-MediaElement-disabled-video-is-black.https.html [执行] | wpt-html | window | A disabled video track is rendered as blackness |
| wpt | mediacapture-streams/MediaStreamTrack-applyConstraints.https.html [执行] | wpt-html | window | MediaStreamTrack applyConstraints |
| wpt | mediacapture-streams/MediaStreamTrack-end-manual.https.html [执行] | wpt-html | manual | Test that mediastreamtrack are properly ended |
| wpt | mediacapture-streams/MediaStreamTrack-getCapabilities.https.html [执行] | wpt-html | window | MediaStreamTrack and InputDeviceInfo GetCapabilities |
| wpt | mediacapture-streams/MediaStreamTrack-getSettings.https.html [执行] | wpt-html | window | MediaStreamTrack GetSettings |
| wpt | mediacapture-streams/MediaStreamTrack-id.https.html [执行] | wpt-html | window | Distinct id for distinct mediastream tracks |
| wpt | mediacapture-streams/MediaStreamTrack-iframe-audio-transfer.https.html [执行] | wpt-html | window | MediaStreamTrack transfer to iframe |
| wpt | mediacapture-streams/MediaStreamTrack-iframe-transfer.https.html [执行] | wpt-html | window | MediaStreamTrack transfer to iframe |
| wpt | mediacapture-streams/MediaStreamTrack-init.https.html [执行] | wpt-html | window | getUserMedia({video:true}) creates a stream with a properly initialized video track |