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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: tools/perf/page_sets/webrtc_cases/peerconnection_canvas_capture.html
diff --git a/tools/perf/page_sets/webrtc_cases/peerconnection_canvas_capture.html b/tools/perf/page_sets/webrtc_cases/peerconnection_canvas_capture.html
new file mode 100644
index 0000000000000000000000000000000000000000..932b6509bff88f6709136f11c9de65cbf4e3b9dd
--- /dev/null
+++ b/tools/perf/page_sets/webrtc_cases/peerconnection_canvas_capture.html
@@ -0,0 +1,22 @@
+<!DOCTYPE html>
+<!-- saved from url=(0055)https://webrtc.github.io/test-pages/src/canvas-capture/ -->
+<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+ <title>Canvas capture stream to peerConnection</title>
+ <link rel="stylesheet" href="./peerconnection_canvas_capture_files/main.css">
+</head>
+<body>
+ <div id="container">
+ <h1>Canvas capture stream to peerConnection</h1>
+
+ <canvas id="canvas" width="32" height="24"></canvas>
+ <video id="remoteVideo" width="32" height="24" autoplay=""></video>
+
+ <div>
+ <button id="startButton" class="green">Start test</button>
+ </div>
+ </div>
+
+ <script src="./peerconnection_canvas_capture_files/main.js"></script>
+ <script src="./peerconnection_canvas_capture_files/adapter-latest.js"></script>
+
+</body></html>

Powered by Google App Engine
This is Rietveld 408576698