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

Side by Side Diff: tools/perf/page_sets/webrtc_cases/multiple-peerconnections.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>
8 <head>
9
10 <title>Multiple peerconnections</title>
11
12
13 </head>
14
15 <body>
16
17 <div id="wrapper">
18 <div id="container">
19 <div class="bottom-border">
20 <h2>PeerConnection</h2>
21 <label>
22 Number of peer connections
23 <input id="num-peerconnections" value="10">
24 </label><br>
25 <label>
26 Enable googCpuOveruseDetection
27 <input type="checkbox" id="cpuoveruse-detection" checked>
28 </label><br>
29 <button class="green" id="start-test">
30 Start Test
31 </button><br>
32 </div>
33 <div class="video-area">
34 <br>
35 <h2>Remote Streams</h2>
36 <table border="0" id="test-table"></table>
37 </div>
38 </div>
39 </div>
40
41
42 <script src="multiple-peerconnections.js"></script>
43 <script src="adapter.js"></script>
44 <script src="common.js"></script>
45 </body></html>
OLDNEW
« no previous file with comments | « tools/perf/page_sets/webrtc_cases/datatransfer.js ('k') | tools/perf/page_sets/webrtc_cases/multiple-peerconnections.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698