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

Unified Diff: content/test/data/media/peerconnection-call.html

Issue 617293002: Speeding up WebRTC content_browsertests by not rendering video. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
« no previous file with comments | « content/test/data/media/getusermedia.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/data/media/peerconnection-call.html
diff --git a/content/test/data/media/peerconnection-call.html b/content/test/data/media/peerconnection-call.html
index c1ba13691df284e4c955678b541b6f6f2a32ad7b..6b51273f3e45b967f0497a7c9fb8269d60c078c4 100644
--- a/content/test/data/media/peerconnection-call.html
+++ b/content/test/data/media/peerconnection-call.html
@@ -912,23 +912,16 @@
<body>
<table border="0">
<tr>
- <td>Local Preview</td>
- <td>Remote Stream for Connection 1</td>
- <td>Remote Stream for Connection 2</td>
- <td>Remote Stream for Connection 3</td>
- <td>Remote Stream for Connection 4</td>
- </tr>
- <tr>
- <td><video width="320" height="240" id="local-view" autoplay muted>
- </video></td>
- <td><video width="320" height="240" id="remote-view-1" autoplay>
- </video></td>
- <td><video width="320" height="240" id="remote-view-2" autoplay>
- </video></td>
- <td><video width="320" height="240" id="remote-view-3" autoplay>
- </video></td>
- <td><video width="320" height="240" id="remote-view-4" autoplay>
- </video></td>
+ <td><video width="320" height="240" id="local-view" style="display:none"
+ autoplay muted></video></td>
+ <td><video width="320" height="240" id="remote-view-1"
+ style="display:none" autoplay></video></td>
+ <td><video width="320" height="240" id="remote-view-2"
+ style="display:none" autoplay></video></td>
+ <td><video width="320" height="240" id="remote-view-3"
+ style="display:none" autoplay></video></td>
+ <td><video width="320" height="240" id="remote-view-4"
+ style="display:none" autoplay></video></td>
<!-- Canvases are named after their corresponding video elements. -->
<td><canvas width="320" height="240" id="remote-view-1-canvas"
style="display:none"></canvas></td>
« no previous file with comments | « content/test/data/media/getusermedia.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698