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

Side by Side Diff: tools/perf/page_sets/webrtc_cases/peerconnection_canvas_capture.html

Issue 2761163003: Use local pages for webrtc telemetry tests. (Closed)
Patch Set: Created 3 years, 9 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 <!-- saved from url=(0055)https://webrtc.github.io/test-pages/src/canvas-capture / -->
3 <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
4 <title>Canvas capture stream to peerConnection</title>
5 <link rel="stylesheet" href="./peerconnection_canvas_capture_files/main.css">
6 </head>
7 <body>
8 <div id="container">
9 <h1>Canvas capture stream to peerConnection</h1>
10
11 <canvas id="canvas" width="32" height="24"></canvas>
12 <video id="remoteVideo" width="32" height="24" autoplay=""></video>
13
14 <div>
15 <button id="startButton" class="green">Start test</button>
16 </div>
17 </div>
18
19 <script src="./peerconnection_canvas_capture_files/main.js"></script>
20 <script src="./peerconnection_canvas_capture_files/adapter-latest.js"></script >
21
22 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698