| Index: chrome/test/media_router/telemetry/benchmarks/pagesets/mirroring.html
|
| diff --git a/chrome/test/media_router/telemetry/benchmarks/pagesets/mirroring.html b/chrome/test/media_router/telemetry/benchmarks/pagesets/mirroring.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..9cf71ae19f02d1b814652b3245aeb435c20b2e95
|
| --- /dev/null
|
| +++ b/chrome/test/media_router/telemetry/benchmarks/pagesets/mirroring.html
|
| @@ -0,0 +1,21 @@
|
| +<!DOCTYPE HTML>
|
| +<html xmlns="http://www.w3.org/1999/xhtml">
|
| + <head>
|
| + <title>MR Perf Test</title>
|
| + <script type="text/javascript" src="cpu_memory_script.js"></script>
|
| + <script>
|
| + function startSession() {
|
| + var startSessionRequest = new PresentationRequest("http://google.com");
|
| + startSessionRequest.start();
|
| + console.log('start session');
|
| + }
|
| + </script>
|
| + </head>
|
| + <body>
|
| + <button id="start_session_button" onclick="startSession()">
|
| + Start session
|
| + </button>
|
| + <video id="video_player" controls autoplay loop src="bear-vp9-opus.webm">
|
| + </video>
|
| + </body>
|
| +</html>
|
|
|