mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update web-platform-tests to revision b'ee6da9d71d0268d7fdb04e8e5b26858f46ee0cc4'
This commit is contained in:
parent
4401622eb1
commit
b77ad115f6
16832 changed files with 270819 additions and 87621 deletions
|
@ -2,8 +2,11 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharness.js"></script>
|
||||
<script src="/resources/testharnessreport.js"></script>
|
||||
<script src=/resources/testdriver.js></script>
|
||||
<script src=/resources/testdriver-vendor.js></script>
|
||||
<script src='../mediacapture-streams/permission-helper.js'></script>
|
||||
</head>
|
||||
<body>
|
||||
<video id="audio" autoplay playsInline></video>
|
||||
|
@ -34,6 +37,7 @@ promise_test(async (test) => {
|
|||
key3 = await crypto.subtle.importKey("raw", new Uint8Array([145, 77, 43, 10, 72, 19, 37, 67, 236, 219, 24, 93, 26, 165, 91, 178]), "HKDF", false, ["deriveBits", "deriveKey"]);
|
||||
key4 = await crypto.subtle.importKey("raw", new Uint8Array([146, 77, 43, 10, 72, 19, 37, 67, 236, 219, 24, 93, 26, 165, 91, 178]), "HKDF", false, ["deriveBits", "deriveKey"]);
|
||||
|
||||
await setMediaPermission("granted", ["microphone"]);
|
||||
const localStream = await navigator.mediaDevices.getUserMedia({audio: true});
|
||||
const stream = await new Promise((resolve, reject) => {
|
||||
const connections = createConnections(test, (firstConnection) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue