| Florent Castelli | 05845f5 | 2022-12-05 14:11:01 | [diff] [blame] | 1 | <!doctype html> |
| 2 | <meta charset=utf-8> |
| 3 | <meta name="timeout" content="long"> |
| 4 | <title>H264 scalabilityMode</title> |
| 5 | <script src="/resources/testharness.js"></script> |
| 6 | <script src="/resources/testharnessreport.js"></script> |
| 7 | <script src="/webrtc/RTCRtpParameters-helper.js"></script> |
| 8 | <script src="/webrtc/RTCPeerConnection-helper.js"></script> |
| 9 | <script src="/webrtc-svc/svc-helper.js"></script> |
| 10 | <script> |
| 11 | 'use strict'; |
| 12 | |
| 13 | createScalabilityTest('video/H264', [ |
| 14 | "L1T1", |
| 15 | "L1T2", |
| 16 | "L1T3" |
| 17 | ]); |
| 18 | </script> |