Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(230)

Side by Side Diff: tools/perf/page_sets/webrtc_cases/canvas-capture.html

Issue 2761163003: Use local pages for webrtc telemetry tests. (Closed)
Patch Set: Exclude all of webrtc_cases in PRESUBMIT.py and add a comment explaining it is because these are te… Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <!--
3 * Copyright 2017 The Chromium Authors. All rights reserved.
4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file.
6 -->
7 <html><head>
8 <title>Canvas capture stream to peerConnection</title>
9 </head>
10 <body>
11 <div id="container">
12 <h1>Canvas capture stream to peerConnection</h1>
13
14 <canvas id="canvas" width=32 height=24></canvas>
15 <video id="remoteVideo" width=32 height=24 autoplay=""></video>
16
17 <div>
18 <button id="startButton" class="green">Start test</button>
19 </div>
20 </div>
21
22
23 <script src="canvas-capture.js"></script>
24 <script src="adapter.js"></script>
25 <script src="common.js"></script>
26 </body></html>
OLDNEW
« no previous file with comments | « tools/perf/page_sets/webrtc_cases/audio.js ('k') | tools/perf/page_sets/webrtc_cases/canvas-capture.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698