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

Unified Diff: content/test/data/media/getusermedia.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 | « no previous file | content/test/data/media/peerconnection-call.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/data/media/getusermedia.html
diff --git a/content/test/data/media/getusermedia.html b/content/test/data/media/getusermedia.html
index fef58b76f3f8eedc8d4b9517d6548e95172fb358..4ef41543ad42091a75ad644dec5ce4d2c53b87e3 100644
--- a/content/test/data/media/getusermedia.html
+++ b/content/test/data/media/getusermedia.html
@@ -449,20 +449,14 @@
<body>
<table border="0">
<tr>
- <td>Local Preview</td>
- </tr>
- <tr>
<td><video width="320" height="240" id="local-view"
- autoplay="autoplay"></video></td>
+ autoplay="autoplay" style="display:none"></video></td>
<td><canvas id="local-view-canvas"
style="display:none"></canvas></td>
</tr>
<tr>
- <td>Local Preview 2</td>
- </tr>
- <tr>
<td><video width="320" height="240" id="local-view-2"
- autoplay="autoplay"></video></td>
+ autoplay style="display:none"></video></td>
<!-- Canvases are named after their corresponding video elements. -->
<td><canvas width="320" height="240" id="local-view-2-canvas"
style="display:none"></canvas></td>
« no previous file with comments | « no previous file | content/test/data/media/peerconnection-call.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698