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 controls id="video" autoplay></video>
|
||||
|
@ -44,6 +47,7 @@ async function checkVideoIsUpdated(test, shouldBeUpdated, count, referenceData)
|
|||
}
|
||||
|
||||
promise_test(async (test) => {
|
||||
await setMediaPermission("granted", ["camera"]);
|
||||
const localStream = await navigator.mediaDevices.getUserMedia({video: true});
|
||||
const senderTransform = new SFrameTransform({ compatibilityMode: "H264" });
|
||||
const receiverTransform = new SFrameTransform({ compatibilityMode: "H264" });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue